table#bcomparison td img {
    width: 24px;
}

table#bcomparison th {
    background-color: #3c78d8;
    color: white;
    padding: 6px;
}

table#bcomparison th.btitle {
    font-size: 1.5rem;
}

table#bcomparison td.bhead {
   font-weight: 500 !important;
   font-size: 1.3rem;
   background-color: #d8e8f7;
}


table#bcomparison td div {
    width: 60px;
    margin-left: calc(50% - 10px);
    text-align: left;
}

table#bcomparison tr td:nth-of-type(1) {
    width: 60%;
}
