th h4 {
    font-size: 20px;
    text-align: center;
}

th, td {
    border: 0 !important;
    text-align: center;
    vertical-align: middle;
}
th {
    text-align: left;
    padding: 10px 25px  !important;
}

.comparison-small th h4 {
    text-align: left;
}

.comparison-small th {
    /*text-align: center;*/

}
.comparison-small td {
    text-align: right;
}

.comparison-small thead th {
    padding: 20px 0 !important;
}

.comparison-small thead th h4{
    line-height: 35px;
}

.comparison-next-button {
    display: none;
}
.comparison-small .comparison-next-button {
    display: block;
}

th a{
    color: #008080;
    padding-left: 6px;
    padding-bottom: 5px;
}


tfoot th {
    text-align: center;
}

.table-value{
    padding: 10px;
}

.tooltip-inner {
    text-align: left;
    padding: 10px 10px;
}

.table-value img{
    width: 20px;
}
.comparison-next-button {
    border: 0;
    color: #008080 !important;
    float: right;
    /*padding: 3px 15px;*/
    background: #fff !important;
    border-radius: 1000px;
    box-shadow: 0.25rem 0.25rem 1rem rgb(0 0 0 / 18%);
    opacity: 0.75;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
}
/*.comparison-next-button span {*/
/*    margin-left: 5px;*/
/*    font-size: 15px;*/
/*}*/