#summary-text {
    position: absolute;
    display: inline-block;
    background-color: rgb(28, 28, 28);
    border: 5px solid rgb(255, 214, 51);
    color: white;
    font-family: 'consolas';
    font-size: 15px;

    top: 80px;
    left: -1.3%;
    
    width: 99.5%;
    height: 700px;
    overflow-x: hidden, scroll;
    overflow-y: auto;
    white-space: nowrap;

    padding: 0 0 0 2px;
    z-index: 1;
}

#meeting-slot {
    position: absolute;
    background-color: rgb(28, 28, 28);
    border-width: 0;

    margin-top: 0;
    left: 26%;

    width: 47%;
    height: 1000px;
    
    padding: 0;
    z-index: 0;
}

.unchanging-container {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
}

#title {
    position:absolute;
    background-color: rgb(56, 188, 113);

    top: 0;

    width: 96%;
    height: 125px;

    padding: 0px 10px 0;
}
.minutes-title {
    position: absolute;
    background-color: #6cc7db;
    border: 5px solid rgb(255, 214, 51);
    color: #000;

    top: 150px;
    
    width: 48%;
    
    padding: 0 0 10px;
}

.meetings-content {
    position:absolute;
    background-color: rgb(28, 28, 28);
    border: 5px solid rgb(255, 214, 51);
    color: white; 

    top: 80px;

    height: 700px;

    overflow-x: hidden, scroll;
    overflow-y: auto;
    
    padding: 0;
    z-index: 1;
}

.list {
    padding-left: 25px;
    margin-top: 0;

    font-size: 20px;
    line-height: 50px;
}
.list a:link, .list a:visited {color: white;}
.list a:active {color: rgb(255, 214, 51);}