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

#resultsTable tbody td:first-child {
    width: 15% !important;
}

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