/* Brands */
tr {
    border-bottom: 1px solid #f3f3f3;
}
td {
    padding: 0.9em;
}
.spacing {
    padding: 1em 0 1em 0;
}
.responsive-text {
    font-size: 20px;
}
.no-border {
    border-bottom: none;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.tabs {
    justify-content: center;
    display: flex;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.table-header {
    font-weight: bold;
    font-size: 16px;
}
.series {
    font-size: 24px;
}
.r-pad {
    padding-right: 2em;
}
.r-pad-s {
    padding-right: 1.6em;
}
.red {
    color: #c01519;
}
.box{
    min-width: 100%;
    overflow: scroll;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 500px) {
    .responsive-text {
        font-size: 16px;
        font-weight: bold;
    }
}
@media (max-width: 426px) {
    .responsive-text {
        font-size: 14px;
    }
}
@media (max-width: 374px) {
    .responsive-text {
        font-size: 12px;
    }
    .nav {
        border-bottom: none;
    }
}
@media (max-width: 329px) {
    .responsive-text {
        font-size: 10px;
    }
}