
* {
	margin : 0;
	padding : 10;
}

body{
	background : rgb(0,0,0);
	min-width : 400px;
	color : rgb(200,200,200);
}

a{
	text-decoration : none;
	color : rgb(200,200,200);
	outline : none;
}

.inlne{
	display: inline;
}

table {
  border-collapse: collapse;
  border-spacing: 1px;
}

th, td {
  text-align: left;
  padding: 3px;
  min-width: 40px;
}

#quotas th:nth-child(3),#quotas td:nth-child(3),#quotas th:nth-child(5),#quotas td:nth-child(5) {
	border-left: 2px solid rgb(80, 80, 80, 1.0);
}

#quotas td:nth-child(3),#quotas td:nth-child(5){
	color: rgb(120, 120, 120, 1.0);
}

tr:nth-child(even) {
  background-color: rgb(40, 40, 40, 1.0);
}