@charset "UTF-8";
/* Body */
body {
	font-family: Arial, Helvetica, "sans-serif";
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	color:#3c4245;
	font-size: 12px;
	line-height: 16px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
table {
  border-spacing: 0;
	border-collapse: collapse;
	/* width: 100%; */ 
	border-top: 5px solid #ffd700;
}
div.table {
	margin:1em 0 4em; 
}
th.sort {
  cursor: pointer;
}
tr:first-child {
	border-bottom: 3px solid #ffd700;
}
td:first-child {
	font-weight: bold;
}
th, td {
  text-align: left;
  padding: 5px 20px 5px 5px;
font-size: 12px;
}

tr:nth-child(even) {
background-color: #FCFCFA;
border-bottom: 1px solid #ffd700;
border-top: 1px solid #ffd700;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #ffd700;
}

/* Mobile */
@media (max-width: 320px) {
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}
