/* CSS styles for the tool */
#resultsTable td:nth-child(3),
#resultsTable th:nth-child(3) {
    text-align: center;
}

#resultsTable td,
#resultsTable th {
    text-align: center;
}

@media (width <=768px) {
    .col-sm-12 {
        width: 100%;
    }
}