#navbar-whats-breaking *,
#navbar-judgement-system * {
    color: #C10D06;
}
#breaking-for-gold-link .link-title,
#whats-breaking-link .link-title {
    left: 3vw;
}
p.font-not {
    line-height: 2.25rem;
}
table,
.font-small {
    font-size: .9rem;
}

table#table-pcs td:nth-child(3),
table#table-points td:nth-child(1),
table#table-points td:nth-child(2),
table#table-deduction td:nth-child(1),
table#table-deduction td:nth-child(2) {
    text-align: center;
}
table th {
    background-color: #F7DFF6;
    text-align: center;
}
table#table-points th {
    background-color: #DBEDFF;
}
table td {
    vertical-align: middle !important;
}
table td:nth-child(1),
table td:nth-child(2) {
    min-width: 10rem;
}
table ul {
    list-style-type: decimal;
    padding-left: 1rem;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    #breaking-for-gold-link a:after,
    #whats-breaking-link a:after {
        right: 2vw;
    }
    table#table-pcs {
        table-layout: fixed;
    }
    h2 br,
    h4 br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #breaking-for-gold-link .link-title,
    #whats-breaking-link .link-title {
        left: 10vw;
    }
    table#table-points td:nth-child(3),
    table#table-deduction td:nth-child(3) {
        min-width: 33rem;
    }
    table td:nth-child(1),
    table td:nth-child(2) {
        min-width: 13.5rem;
    }
}