
body{
	background-color: #cccccc;
	background-color: #ffffff;
	height: 100%;
	margin: 10px;
}

.btn-nav{
    margin-bottom: 10px;
}

.btn-sound{
    display: inline-block;
    padding: 6px 12px;
    /*margin-bottom: 0;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    /*border: 1px solid transparent;
    border-radius: 4px;*/

    margin-bottom: 10px;
    height: 100px;
    width: 150px;
}

.btn-event{
	border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
  
li {
	display: inline;
}

.wrapper{
	width: 350px;
	padding: 20px;
	display: inline-block;
}


/*
==============================
* newstyle (old replaced with Bootstrap CSS)
button{
	-webkit-appearance: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:100px;
	width:150px;
	background-color: #42d9f4;
}
==============================
*/


/*
==============================
* static
* height 100px
* width 150px
* no fontsize

button{
	-webkit-appearance: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:100px;
	width:150px;
	background-color: #42d9f4;
}
==============================
*/




/*
==============================
* fixed height
* height 80px
* width 10%
* fontsize 2vh

button{
	-webkit-appearance: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:80px;
	width:10%;
	background-color: #42d9f4;
	font-size: 2vh;
}
==============================
*/




/*
==============================
* percentage button
* height 100%
* width 15%
* fontsize 1vw

button{
	-webkit-appearance: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:100%;
	width:15%;
	background-color: #42d9f4;
	font-size: 1vw;
}
==============================
*/




