
.md-table-0 .tab-cont {
    overflow-y: auto;
}

.md-table-0 .tab-nav {
    font-size: 16px;
    min-height: 3em;
    background-color: #888;
}

.md-table-0 .list {
    font-size: 0;
}

.md-table-0 .na {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0.5em;
    border: 1px solid #333;
    background-color: #fff;
    font-weight: bold;
}

.md-table-0 table {
    text-align: center;
}

.md-table-0 td {
    padding: 2px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
}

.md-table-0 tr:first-child td {
    font-size: 34px;
    color: #44546A;
}

.md-table-0 tr:first-child {
    background-color: #fff !important;
}

.md-table-0 tr:nth-child(2) {
    background-color: #ad058f !important;

}
.md-table-0 tr:nth-child(2) td{
    color: #fff  !important;
}

.md-table-0 tr:nth-child(3) {
    background-color: #7ddfd6 !important;
}

.md-table-0 tr:nth-child(2n) {
    background-color: #99ccff;
}

body {
    padding-top: 0 !important;
}
