#controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	height: 20%;
	width: 100%;
}
#record.recording { 
	background: red;
	background: -webkit-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%); 
	background: -moz-radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%); 
	background: radial-gradient(center, ellipse cover, #ff0000 0%,lightgrey 75%,lightgrey 100%,#7db9e8 100%); 
}
.recordBt {
	/*padding: 7px 12px 7px 26px;
	background: url(../img/Button_Rec.png) no-repeat 5px 6px #218e0f;
	font-size: 12px;
	border: none;
	color: #fff;
	font-weight: 300;
	font-family: Roboto;
	border-radius: 5px;
	transition: all 0.4s ease;
	cursor: pointer;
	margin: 10px;*/
    padding: 10px 30px;
    background: url(../img/Button_Rec.png) no-repeat 11px 11px #218e0f;
    font-size: 14px;
    border: none;
    color: #fff;
    font-weight: 300;
    font-family: Roboto;
    border-radius: 12px;
    transition: all 0.4s ease;
    cursor: pointer;
    margin: 0;
    text-align: -webkit-auto;
}
.recordBtn {
    padding: 10px 30px;
    background: url(../img/Button_Rec.png) no-repeat 11px 11px #218e0f;
    font-size: 14px;
    border: none;
    color: #fff;
    font-weight: 300;
    font-family: Roboto;
    border-radius: 12px;
    transition: all 0.4s ease;
    cursor: pointer;
    margin: 0;
    text-align: -webkit-auto;
}
.audio_disable_stop {
    padding: 10px 30px;
	background: url(../img/button-stop.png) no-repeat 11px 11px #454545;
	font-size: 14px;
	border: none;
	color: #fff;
	font-weight: 300;
	font-family: Roboto;
	border-radius: 12px;
	transition: all 0.4s ease;
	cursor: pointer;
}
.audio_disable_record {
    padding: 10px 30px;
	background: url(../img/Button_Rec.png) no-repeat 11px 11px #454545;
	font-size: 14px;
	border: none;
	color: #fff;
	font-weight: 300;
	font-family: Roboto;
	border-radius: 12px;
	transition: all 0.4s ease;
	cursor: pointer;
}
.stopBt {
    padding: 10px 30px;
	background: url(../img/button-stop.png) no-repeat 11px 11px #e90404;
	font-size: 14px;
	border: none;
	color: #fff;
	font-weight: 300;
	font-family: Roboto;
	border-radius: 12px;
	transition: all 0.4s ease;
	cursor: pointer;
}
.mt-10 {
	margin-top: 10px !important;
}