body {
 
  width: 800px; 
  margin: 0 auto;
}


div.LinksTitlemon {
	height: Auto;
 	max-width:800px;
	min-width:250px;
	text-align: center;
	font-size:18px;
	font-family: 'aerial', sans-serif;
	text-decoration: none;
	font-weight: bold;
  
	color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.LinksTitlemon a:link { 
	text-decoration: none;
	font-weight: bold;
	color: #05adec;
}

div.LinksTitlemon a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #05adec;
}

div.LinksTitlemon a:hover { 
	text-decoration: none;
	font-weight: bold;
  border-radius: 5px;
  background-color: #05adec;
	color: #fff;
}


div.Titlemon {
	height: Auto;
 	max-width:800px;
	min-width:250px;
	text-align: center;
	font-size:20px;
	font-family: 'aerial', sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.Titlemon a:link { 
	text-decoration: none;
	font-weight: bold;
	color: #05adec;
}

div.Titlemon a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #05adec;
}

div.Titlemon a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #05adec;
}

div.Titlemon a:active { 
	text-decoration: none; 
	font-weight: bold;
	color: #05adec;
}

div.TitlePTT {
	height: auto;
 	max-width:800px;
	min-width:250px;
}

div.PTTMon {
	position: relative;
	height: 80px;
 	max-width:800px;
	min-width:250px;
}

div.PTTBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.1;
	background: rgba(0, 0, 0, 0.3);
 /*
	background-image: url("onair.png");
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center center;
*/
}

div.MTitle {
	height: auto;
 	max-width:800px;
	min-width:250px;
}

div.Mon {
	height: auto;
 	max-width:800px;
	min-width:250px;
	padding-top: 0px;
	padding-bottom: 5px;
 
}
div.ticker {
	height: 40px;
	padding-top: 15px;
 	max-width:800px;
	min-width:250px;
}

button {
	height: 50px;
 	width: 100%;
	font-size:20px;
	font-weight: bold;
}

a:link { 
	text-decoration: none;
	font-weight: bold;
	color: #2d2e2d;
}

a:visited { 
	text-decoration: none;
	font-weight: bold;
	color: #2d2e2d;
}

a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #2d2e2d;
}

a:active { 
	text-decoration: none; 
	font-weight: bold;
	color: #2d2e2d;
}

table.mtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 0px;
	border-color: #e6e6e6;
	border-collapse: collapse; 
 	width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
}

table.mtable th {
	border-width: 0px;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-style: solid;
	background-color: #0088CC;
	border-color: #e6e6e6;
	height:30px;
}

table.mtable td {
	border-width: 0px;
	padding: 3px;
	height: 30px;
}

table.mtable tr:nth-child(odd) {
	background-color: #ffffff;
	color: black;
	height: 30px;
}

table.mtable tr:nth-child(even) {
	background-color: #e6e6e6;
	color: black;
	height:30px;
}

table.mtable tr.tx td {
	background-color: #00AFE9; 
	font-weight: bold;
	color: white;
}

table.mtable tr.tx a:link {
	text-decoration: none;
	background-color: #00AFE9; 
	font-weight: bold;
	color: white;
}

table.mtable tr.tx a:visited{
	text-decoration: none;
	background-color: #00AFE9; 
	font-weight: bold;
	color: white;
}

table.mtable tr.tx a:hover{
	text-decoration: none;
	background-color: #00AFE9; 
	font-weight: bold;
	color: white;
}

table.mtable tr.tx a:active{
	text-decoration: none;
	background-color: #00AFE9; 
	font-weight: bold;
	color: white;
}

table.montable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 0px;
	border-color: #e6e6e6;
	border-collapse: collapse; 
 	width: 100%;
}

table.montable th {
	border-width: 0px;
	font-size:12px;
	padding: 8px;
	border-style: solid;
	background-color: #0088CC;
	border-color: #e6e6e6;
	height:30px;
}

table.montable td {
	border-width: 0px;
	padding: 3px;
	height: 30px;
	padding: 5px;
}

.c-fail-bg {
	color: #ffffff;
	width: auto;
	height: 15px;
	padding: 3px 20px 0px 20px;
	display: inline-block;
	border-radius: 10px;
	background-color: #ff0000;
	font-weight: bold;
	font-size:11px;
	color: white;
}

.nok-bg {
	width: 10px;
	height: 10px;
	padding: 5px;
	display: inline-block;
	border-radius: 10px;
	background-color: #ff0000;
	color: white;
}

.ok-bg {
	width: 10px;
	height: 10px;
	padding: 5px;
	display: inline-block;
	border-radius: 10px;
	background-color: #008000;
	color: white;
}

div.hgap {
  height: 5px;
  width: auto;
}
