.modal-content {
    width: 55%;
}

.modal-header {
    background-color: #2B3B53;
}

.heb-col {
    width: 100%;
    border-style: solid;
    border-color: #0000006b;
    border-top: none;
    border-right: none;
    border-left: none;
    border-width: 1px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.modal-table {
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 1201px) {
    .full-table-title {
        text-align: left;
    }
    
    .mobile-table-title {
        text-align: left;
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .full-table-title {
        text-align: left;
        display: none;
    }
    
    .mobile-table-title {
        text-align: left;
    }
}

#kjv-modal-verse {
    text-align: left;
}

#iit-modal-verse {
    text-align: left;
}

#commentary-modal-verse-text {
    color: black;
    text-align: left;
}

#commentary-modal-verse-text > p > a {
    color: black;
    text-align: left;
}

.modal-close {
    float: right;
}

.modal-page {
    position: fixed;
    z-index: 1000;
    top: 0px;
    width: 100%;
    height: 1080px;
    background-color: #0000006b;
    display: none;
}

#model-masoretic-header {
    border-style: solid;
    border-color: #0000006b;
    border-top: none;
    border-right: none;
    border-left: none;
    border-width: 1px;
}

.modal-table > thead > tr > th {
    border-style: solid;
    border-color: #0000006b;
    border-top: none;
    border-right: none;
    border-left: none;
    border-width: 1px;
    text-align: left;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.col-xs-6 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

#modal-content-id {
    width: 300px;
}