html {
    overflow-y: scroll;
}

body {
    font-size: 16px;
    padding-top: 50px;
}

div.alert {
    margin-top: 20px;
}

.tab-pane {
    margin-top: 30px;
}

#checkup-results {
    display: none;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.btn-toolbar {
    margin-bottom: 20px;
}

.borderless td,
.borderless th {
    border: none !important;
}

#chart-1,
#chart-2,
#chart-3 {
    height: 400px;
    margin-top: 1em;
}

/*#table-1 th,
#table-2 th {
    width: 10%;
}

#table-1 td,
#table-2 td {
    width: 15%;
}*/

/*#table-3 th {
    width: 10%;
}

#table-3 td {
    width: 7.5%
}*/
