.tts_navbar{}
.tts_navbar li{
	margin: 2px 5px;
}
.tts_navbar li a{
	border: solid 1px #abd9d5;
	padding: 5px;
    border-radius: 4px;
	font-weight: 500;
}
li.lang_bin a{
	background: url(images/bin-32.png) no-repeat left 4px center;
    padding-left: 45px;
}
li.lang_goo a{
	background: url(images/goo-32.png) no-repeat left 4px center;
    padding-left: 45px;
}
li.lang_bin a.active, li.lang_goo a.active{
	background-color: #f0f8ff !important;
	border-bottom: solid 1px #f0f8ff !important;
	font-weight: bold !important;
}
.tab-lang-content{
	border: solid 1px #dee2e6;
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
	padding: 10px;
	background: #f0f8ff;
}

/* CSS Styles	Voice select voice	*/
.select_voice{
	background: #d3d8dc;
}
.select_voice option:checked{
	background-color: #338FFF !important;
	font-weight: bold;
}
.select_voice option{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e6eef5;
}
.select_voice option:hover{
	background-color: #ffc107 !important;
}


/* Table response	*/
table.table-res {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*	table-layout: fixed;	*/
}

table.table-res caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.table-res tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.table-res th,
table.table-res td {
  padding: .625em;
}

table.table-res th {
  font-size: .85em;
  /* letter-spacing: .1em; */
}

.trv-close{
	/* opacity: 0; */
}

@media screen and (max-width: 600px) {
  table.table-res {
    border: 0;
  }

  table.table-res caption {
    font-size: 1.3em;
  }
  
  table.table-res thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.table-res tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.table-res td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.table-res td::before {
    /*
    * aria-label has no advantage, it wont be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /* text-transform: uppercase; */
  }
  
  table.table-res td:last-child {
    border-bottom: 0;
  }
}