.ga-results {
    padding: 15px 15px 20px 30px;
}

.ga-results h2 {
    font-size: 16px;
    margin-bottom: 15px;
 }

 .ga-results h2 a {
     text-decoration: underline;
 }

.ga-results p {
    margin-bottom: 20px;
}

.ga-results a {

}

.ga-results btn {

}

.ga-results ul, .ga-results ol {
    padding: 15px 30px 25px 30px;
}

.ga-results li {

}

.ga-results th {
    font-weight: bold;
    border: 0;
}

.ga-results table, .ga-results tr, .ga-results td, .ga-results table td {
    border: 0;
}

.ga-results .highlight {
    color: darkred;
    font-weight: bold;
}

.highlighted_but_red {
    background-color: #A2171AFF !important;
    color: white !important;
    border-color: #A2171AFF !important;
}

.highlighted_but_red:hover {
    background-color: white !important;
    color:  #A2171AFF !important;
    border-color: #A2171AFF;
}