You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
301 B

body {
background-color: #eeeeee;
padding-top: 50px;
padding-bottom: 50px;
}
table {
width: 100%;
}
h1 {
font-weight: bold;
}
td,th {
border-bottom: 1px solid #b9b9b9;
}
thead td,th {
border-bottom: 2px solid #b9b9b9;
font-weight: bold;
}
tbody tr:hover {
background-color: #dfdfdf;
}