.ui-tabs .ui-tabs-nav li a{
	padding: 10px 75px !important;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.ui-tabs .ui-tabs-nav li{
    background-color: aquamarine;
	
}
.high table{
	width: 100%;
}
.simple-sub {
    padding: 10px;
}
.simple-sub .simple {
	border: 1px solid darkgray;
    border-radius: 10px;
    background: azure;
}
.simple-sub .simple:hover{
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.6);
}
.simple,.simple-sub-img{
	padding: 10px 15px;
    margin: 0;
}
.simple-sub-img ,.simple-sub-img a{
	display: inline-block;
}
.simple-sub-img img{
	width: 40%;
}
.btn-speak {
    display: inline-block;
    margin: 60px 0;
    width: 100%;
}

.btn-speak i.fa.fa-youtube-play {
    background-color: #0076d3;
    padding: 14px;
    color: aliceblue;
    position: absolute;
    left: 15px;
    border-radius: 5px;
    z-index: 999999;
}
.btn-speak .btn {
    display: inline-block;
	position: relative;
	margin-bottom: 0;
	background-color: darkorange;
	color: #fff;
	font-size: 20px;
	margin-left: 43px;
}
.speak-youtube-label {
	background-color: darkorange;
	color: #fff;
	font-size: 20px !important;
	overflow-x: auto;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 100%;
}
.voice {
    width: 100%;
    margin: 20px 0;
}
.voice .record {
	cursor: pointer;
}
i.fa.fa-2x.fa-microphone {
    margin: 5px;
    display: inline-block;
    color: darkcyan;
}
.voice .ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: #fff;
    -moz-box-shadow: inset 0 2px 2px #8f8f8f;
    -webkit-box-shadow: inset 0 2px 2px #8f8f8f;
    box-shadow: inset 0 2px 2px #8f8f8f;
    color: #008b8b;
    height: 35px;
    border-radius: 5px;
    width: 45%;
}
.next-voice{
	display: inline-block;
	width: 100%;
}
.next-voice.fa {
    padding: 0 10px;    
}
.next-voice  .btn {
	padding: 0 20px!important
}
.next-voice  .btn {
    width:30% !important;
}
.i-right-v {
    padding: 60px 0;
}