body, p, li, td, table, tr, th {
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
}

table.arrayt {
	width:90%;
	margin-left: auto;
    margin-right: auto;
	border-collapse: collapse;
}

th.arrayt, td.arrayt {
	padding: 3px;
}

th.arrayt, .reverse-color  {
	background-color: #297C53;
	color: white;
	border-color:white;
}



table.arrayt, th.arrayt, td.arrayt {
	border: 1px solid;
}

a.menu-path-item:hover {
	background-color: #99CC00;
}

a.menu-path-item {
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
}

a.btn-s-tb2, a.btn-s2-tb2, a.btn-s3-tb2{
	display: inline-flex;
	text-decoration: none;
	background-color: #37B52C;
	color: #F0F614;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	padding: 2px 15px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}

a.btn-s-tb2{
	width: 70px;
	height: 15px;
}

a.btn-s2-tb2{
	width: 150px;
	height: 30px;
}

a.btn-s3-tb2{
	width: 90px;
	height: 15px;
}

a.btn-s-tb2:hover, a.btn-s2-tb2:hover, a.btn-s3-tb2:hover {
	background-color: #297C53;
}