#soundboard1, #soundboard2, #soundboard3, #soundboard4, #soundboard5, #soundboard6, #soundboard7 ,#soundboard8, #tabs {       display: flex;
        flex-wrap: wrap;}
.track, #tabs li {
	flex-grow: 1;
	text-align: center;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #62493b), color-stop(1, #473429));
	background:-moz-linear-gradient(top, #62493b 5%, #473429 100%);
	background:-webkit-linear-gradient(top, #62493b 5%, #473429 100%);
	background:-o-linear-gradient(top, #62493b 5%, #473429 100%);
	background:-ms-linear-gradient(top, #62493b 5%, #473429 100%);
	background:linear-gradient(to bottom, #62493b 5%, #473429 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62493b', endColorstr='#473429',GradientType=0);
	background-color:#62493b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:24px 19px;
	text-decoration:none;
	width: 96%;
	margin:5px;

	-webkit-text-stroke: 0.45px;
// or
-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
// or
text-shadow: #fff 0px 1px 1px;
	text-shadow:0px 1px 0px #4d3534;
	
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #473429), color-stop(1, #62493b));
	background:-moz-linear-gradient(top, #473429 5%, #62493b 100%);
	background:-webkit-linear-gradient(top, #473429 5%, #62493b 100%);
	background:-o-linear-gradient(top, #473429 5%, #62493b 100%);
	background:-ms-linear-gradient(top, #473429 5%, #62493b 100%);
	background:linear-gradient(to bottom, #473429 5%, #62493b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#473429', endColorstr='#62493b',GradientType=0);
	background-color:#473429;
}

.myButton:active {
	position:relative;
	top:1px;
}

.stopButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding: 19px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	width: 100%;
}
.stopButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.stopButton:active {
	position:relative;
	top:1px;
}
