/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2020 | 18:14:32 */
table.paleBlueRows {
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	width: 80%;
	height: 200px;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin: 0 auto;
}

table.paleBlueRows th {
  border: 1px solid #FFFFFF;
  padding: 3px 2px;
  background: #F5AF2C;
  height: 30px;
  color: #fff;
}

table.paleBlueRows td {
  border: 1px solid #FFFFFF !important;
  padding: 3px 2px;
  height: 30px;
  text-align: left;
  width: 50%;

}

table.paleBlueRows tbody td {
  font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
  background: #EEEEEE;
}
table.paleBlueRows thead {
  background: #F5801C;
  border-bottom: 5px solid #FFFFFF;
}
table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 0px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
  border-left: none;
}

table.paleBlueRows tfoot td {
  font-size: 14px;
}