@import 'whitespace-reset.css';
body {
font-family: Arial, sans-serif; background: #f2f2f2;
}
.nav {
font-family: 'Dosis', sans-serif;
}
.nav-item {
font-size: 20px; color: #073763 !important;
}
.nav-item a:not(.button).is-tab:hover, a.nav-item:not(.button).is-tab:hover {
border-bottom: 1px solid #073763;
}
.nav-item a:not(.button).is-tab.is-active, a.nav-item:not(.button).is-tab.is-active {
border-bottom: 3px solid #073763;
}
logo {
line-height: 1;
}
logo img {
width: 200px; max-height: 100px;
}
footer p {
display: inline-block; width: 100%; text-align: center;
}
section {
width: 1200px; padding-bottom: 100px; margin: 0 auto;
}
.table {
width: 1200px; margin-top: 100px; border: 1px solid #c5c5c5; /*border-radius: 5px;*/
}
.last_row {
border-top: 5px solid #a1a1a1;
}
.data {
width: 200px;
}
.count {
width: 50%;
}
.chart {
height: 300px; width: 100%; margin-top: 50px;
}
.nested th, .nested td {
padding-left: 50px
}
day_tabs {
margin-top: 50px;
}