/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
	  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;font-size: 0.8em;
}
body .dt-table {
    width: 1200px !important;
	margin-left: auto;
	margin-right: auto;
}
a {
color: #007bff;
    text-decoration: none;
	display: block;
	padding: 3px;
}
a:hover {
	background: #007bff;
	color: #fff;
}
td {
	border-bottom: 1px solid #bbb !important;
}
tbody tr:nth-child(odd) {
  background-color: #eee;
  color: #000;
}