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

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