2022-03-13 18:58:19 +00:00
|
|
|
|
2022-03-13 20:29:46 +00:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2022-03-13 18:58:19 +00:00
|
|
|
body {
|
2022-03-13 19:42:49 +00:00
|
|
|
font-family: system-ui, Arial, Helvetica, sans-serif;
|
2022-03-13 18:58:19 +00:00
|
|
|
background-color: #333;
|
2022-03-13 19:42:49 +00:00
|
|
|
color: #FFF;
|
|
|
|
}
|
|
|
|
|
2022-03-13 20:29:46 +00:00
|
|
|
#content {
|
|
|
|
max-width: 1024px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2022-03-13 19:42:49 +00:00
|
|
|
h1.logo {
|
|
|
|
font-size: 5rem;
|
2022-03-13 20:29:46 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
font-size: 1.6em;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:hover, a:visited, a:active {
|
|
|
|
color: #3298dc
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
/* border: 1px solid #f9f9f9; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-width {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th {
|
|
|
|
padding: 6px 18px 6px 6px;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 0.8em;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: #EAEAEA;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td {
|
|
|
|
padding: 6px 12px;
|
|
|
|
border: 1px solid #EAEAEA;
|
2022-03-13 18:58:19 +00:00
|
|
|
}
|