body {
    padding-top: 5rem;
}
.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}
.theme-navbar-color h4 {
    color: white;
}
.theme-navbar-color {
    color: white;
}

.buttons-container {
    padding-left: 100px; /* Adjust the padding value as needed */
}

.debug-info-button {
    /* TODO: Turning on and off the DEBUG module needs to control this, not CSS */
    display:none;
}

.clocky {
    padding: 2px;
    background-color: #f60;
    font-size: 50%;
    color: black;
    border-radius: 5px;
    text-align: center;
    margin-top: 2px;
    font-family: "Times New Roman";
    max-width: 150px;
}

.audioey {
    padding: 2px;
    background-color: rgba(0,0,0,255);
    font-size: 50%;
    color: white;
    border-radius: 10px;
    text-align: center;
    margin-top: 2px;
    font-family: "Times New Roman";
    max-width: 150px;
    max-height: 32px;
}

.td_0, .th_0 {
    width: 155px;
    max-width: 155px;
}
textarea {
    width: 100%;
    min-height: 150px;
    padding: 0;
}
td, tr {
    padding: 0 !important;

}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#overlay.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlay img {
    max-width: 90%;
    max-height: 90%;
    margin-left:auto;
    margin-right:auto;
}
#close-icon {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 2em;
    color: white;
    cursor: pointer;
}
.oddRow {
    background-color: #aaaaaa;
}

.evenRow {
    background-color: #ffffff;
}
.thumbnail {
    width: 32px;
    height: 32px;
    display: none;
}

.viewer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}