hr {
    width: 200px;
    border: 5px solid #f8ce14;
}

#sortButtons {
    margin-top: 20px;
    overflow: visible;
    text-align: center;
}

.sortButton {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-shadow: black 1px 1px 1px;
    color: white;
    margin: 4px 2px 4px 6px;
    text-decoration: none;
    padding: 4px 18px;
    text-align: center;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-left: 2px solid #2339A4;
    border-right: 2px solid #1A2A88;
    border-top: 2px solid #244CA6;
    border-bottom: 2px solid #192686;
    background-color: #1E3294;
    background: -moz-linear-gradient(top, #2045C0 0%, #1E3294 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2045c0', endColorstr='#1e3294',GradientType=0 );
}

body,h1,h2,h3,h4,h5 {
    font-family: "Calibri";
}

body {
    font-size:16px; 
    background-color: #222222; 
    color: white
}

.w3-sidebar {
    background-color: #111111;
}

#mySidebar > div.w3-bar-block > a {
    background-color: rgb(39, 41, 41);
    padding: 4px;
    text-align: center;
}

#stream {
    height: 75vh !important;
}

#twitch-embed {
    height: 100%;
}

#footer {
    margin-top: 20px;
    padding-right: 58px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.marginTopTen {
    margin-top: 10px;
}

#main {
    margin-left: 300px !important;
    margin-right: 40px !important;
}