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.

42 lines
503 B

6 years ago
@import 'modern-normalize';
6 years ago
body {
color: #333;
}
6 years ago
.wrapper {
max-width: 1024px;
margin: 0 auto;
padding: 0 2em;
box-sizing: content-box;
}
6 years ago
header {
padding: 4em 0;
background: #EEE;
margin-bottom: 2em;
}
6 years ago
table.results {
width: 100%;
border-spacing: 0;
}
table.results thead {
font-weight: bold;
}
table.results td {
padding: 0.5em 0;
border-top: 1px solid #ECECEC;
}
6 years ago
.footer {
padding: 1em 0;
background: rgba(255, 255, 255, 0.5);
}
.footer .me {
float: right;
}