#mainwrapper {
    border: 1px solid black;
    width: 1000px;
    height: 850px;
    margin: auto;
    td {
        border: 1px solid grey;
    }
    tr {
        border: 1px solid blue;
    }
    img {
        margin: 0.25%;
    }
}

#logotable {
    width: 100%;

    img {
        float: left;
    }
}

#sidebartable {
    vertical-align: top;
    display: inline-block;
    height: 100%;
    overflow: scroll;
    
    
        p {
        margin-left: 5px;
    }
}
        #sidebartable::-webkit-scrollbar {
            display: none;
        }
    
        #sidebartable {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

#songembed {
    display: flex;
    justify-content: center;
}

#pagelist {
    height: 100%;
}

.sidebarheader {
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: bold;
    width: 99%;
    border: 1px solid black;
    a {
        text-decoration: none;
    }
    /* I hate this */
    a:link {
        color: rgb(100, 100, 100);
    }
    a:link:hover {
        color: rgb(125, 125, 125);
    }
    a:visited {
        color: rgb(75, 75, 75);
    }
    a:visited:hover {
        color: rgb(100, 100, 100);
    }
}

#iframetablecell {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

    display: flex;
    justify-content: center;
}

#titletext {
    font-size: 32px;
}
