  @CHARSET "UTF-8";

/*table layouts */
/*global*/

td, th {
	padding: 16px 16px 16px 22px!important;
}

td a{
	text-decoration: underline;
	font-weight: 800;
	color: #000;
}
td a:hover{
	text-decoration: none;
	color: #000;
}
/* table 1 */

.table-green-white tr:nth-child(odd){
	background: #eff3eb;
}

.table-green-white tr:nth-child(even){
	background: #ffffff;
}

.table-green-white {
	border-top: 2px solid #5b8135;  
	border-bottom: 1px solid #000000;
}

.table-green-white td{
	border-right: 1px solid #cccccc;
}
.table-green-white td:last-child {
    border-right: none;
}


/* table 2  */

.table-header-white-green tr:first-child {
	background: #5b8135!important;
	text-align: left!important;
	color: #fff!important;
	font-weight: 800!important;
}
.table-header-white-green tr:first-child a {
	color: #fff;
}

.table-header-white-green tr:nth-child(odd){
	background: #eff3eb;
}

.table-header-white-green tr:nth-child(even){
	background: #ffffff;
}

.table-header-white-green {
	
	border-bottom: 1px solid #000000;
}

.table-header-white-green td{
	border-right: 1px solid #cccccc;
}
.table-header-white-green td:last-child {
    border-right: none;
}



/* table 3 */

.table-header-green-white-col tr:first-child, .table-header-green-white-col .first-td{
	background: #5b8135!important;
	text-align: left!important;
	color: #fff!important;
	font-weight: 800!important;
}

.table-header-green-white-col tr:first-child a, .table-header-green-white-col .first-td a{
	color: #fff;
}

.table-header-green-white-col td:nth-child(odd){
	background: #eff3eb;
}

.table-header-green-white-col td:nth-child(even){
	background: #ffffff;
}



.table-header-green-white-col td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.table-header-green-white-col td:last-child {
    border-right: none;
	border-bottom: none
}
.table-header-green-white-col {
	
	border-bottom: 1px solid #000000;
}


/*table 4 */

.table-dark-green-left-green-white-alt td:first-child { 
	background: #5b8135;
	border-right: none;
	color: #ffffff;
	font-weight: 800;
}

.table-dark-green-left-green-white-alt td:first-child a{
		color: #fff;
}

.table-dark-green-left-green-white-alt tr:nth-child(odd){
	background: #eff3eb;
}

.table-dark-green-left-green-white-alt tr:nth-child(even){
	background: #ffffff;
}

.table-dark-green-left-green-white-alt {
	border-top: 2px solid #5b8135;  
	border-bottom: 1px solid #000000;
}

.table-dark-green-left-green-white-alt td{
	border-right: 1px solid #cccccc;
}
.table-dark-green-left-green-white-alt td:last-child, .table-dark-green-left-green-white-alt td:first-child {
    border-right: none;
}

/* table 5 */

.table-schedule tr:first-child {
	border-top: 1px solid #5b8135!important;
}

.table-schedule tr {
	
	border-bottom: 1px solid #5b8135!important;
}

.table-schedule td:first-child {
	width: 20%;
	font-weight: 900;
}

.table-schedule tr, .table-schedule td {
	background-color: #fff!important;
}