﻿.pdf-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto; 
    text-align: center;
}

.pdf-container-item {

}

.pdf-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}


.pdf-modal {
    z-index: 1000; 
    align-content: center; 
    justify-content: center;
}

.pdf-modal-content {
    margin: auto;
    display: block;
    width: 95%;
    height: 95%;
    padding-top: 2%;
    padding-bottom: 2%;
    align-content: center;
    justify-content: center;
}

.pdf-table {
    align-content: center;
    width: 100%;
    height: 100%;
}

.pdf-title-row {
    width: 100%;
    background-color: transparent;
    color: white;
    background-color: #e20a17;
    font-size: 24px;
    padding: 0px;
    cursor: pointer;
}

    .pdf-title-row:hover {
        background-color: #cc0a16;
    }

.pdf-row {
    width: 100%;
    height: 100%;
}

.pdf-title-cell {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}

.pdf-cell {
    width: 100%;
    height: 100%;
}
