.modal-popup .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
.column-one td, th, .column-two td, th {
    padding: 10px;
}
.w3-table-all th {
    font-weight: bold;
    border-radius: 0px 0px;
    background: #3FB1DD;
    color: #fff;
    padding: 25px 15px;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
}
.w3-table-all td.charttitle h2 {
    margin-bottom: 0px;
    padding: 8px;
    font-size: 16px;
}
.w3-table-all td {
    border: 1px solid  #e5e5e5;
    padding: 15px;
    width: 50%;
    cursor: pointer;
}
.modal-popup .modal-title {
    border-bottom: none;
}