/************** jquery-ui.css -868  ***************/

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	padding: .2em;
}

.ui-widget-header {
  background: lightskyblue;
}
/*
.ui-tabs .ui-tabs-panel {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0em;
}
*/
.container-fluid {
  padding: 0em;
}
/************** label tags ***************/

h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}

/************** Maps class tags ***************/

/************** id tags ***************/

#u_ocs,#d_ocs {
	cursor: pointer;
}

#bane {
  font-size: 24px;
}

#boat,#cou {
	color: red;
	font-size: 18px;
}

#localtime {
  font-size: 10px;
}

.adm_tts {
  font-size: 3rem;
	text-align: center;
  color: red;
  font-weight: bold;
}


#tts {
	font-size: 5rem;
  text-align: center;
  color: red;
  font-weight: bold;
/*  font-family:"Courier New", Courier, monospace; */
}

#stt {
  text-align: left;
  font-size: 20px;
  color: red;
/*  font-family:"Courier New", Courier, monospace; */
}
 
#countss {
  font-size: 16px;
}


/************** BUTTON Class tags ***************/


.rec {
  color: yellow;
}

.active {
  background-color: red;
}

.non-active {
  background-color: green;
}
/*
div { 
  display: block;
}
*/
/************** TABLE ***************/

.banetable {
  text-align: left;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
/*  font-family:"Courier New", Courier, monospace; */
	width: fit-content;
}

#wstable {
	width:0%;
	text-align: center;	
	font-size: 12px;
}

#wstable.th, #wstable.td {
	text-align: center;	
}

table {
  width: 100%;
}

table, th, td {
  padding: 5px;
  border: 1px solid black;
  border-collapse: collapse;
  white-space:nowrap;
}

tr:nth-child(even) {
  background-color: #D6EEEE;
}

td {
/*  width:50%; */
  border: 1px solid black;
  padding-left: 5px;	
}
 
.table-fit-content {
  width: fit-content;
}

.starttable {
  width: 95%;
}

#flagtable,
#flagtable td
{
    border: none !important;
  	padding: 5px;
}

.infotable
{
  color: red;
  font-size: 10px;	
	width: fit-content;
  margin-top: 1rem;
}

#contr_raceinfo
{
	margin-bottom: 1rem;
	width: -moz-available;
}

.controltable
{
  font-size: 0.8rem;	
  width: fit-content;
}

.controltable td
{
  padding: 10px;
}
