/********************************************
  Table
********************************************/

div.tests {
    margin: 10px auto 10px auto;
    width: 70%;
}

div.tests table {
    margin: 0px;
    width: 100%;
}

div.tests td {
/*	padding-left: 0.5em;*/
}

div.tests td:first-child {
    padding-left: 0em;
}

div.tests tr#top-row > td {
	border-top: 0.2em black solid;
	border-bottom: 0.1em black solid;
}

div.tests tr#bottom-row > td {
	border-bottom: 0.2em black solid;
}
