#openSettingsButton{
    position: absolute;
    right: 50px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    width: 50px;
    height: 50px;

    background-image: url(../images/icons/gearIcon.png);
    background-position: center center;
    background-size: 70px;
    background-repeat: no-repeat;
}
#openSettingsButton:hover{
    cursor: pointer;
    border: 1px solid white;
    color: white;
}

#settingsSideBar{
    position: absolute;
    width: 250px;
    height: 100%;
    background-color: chocolate;
    top: 0px;
    right: -250px;
}

#hideDonateButton, #hemisphereButton{
    background-color: #3498db;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    text-align: center;
    border: 1px solid black;
}

#hideDonateButton:hover, #hemisphereButton:hover{
    background-color: #2980b9;
    cursor: pointer;
    color: white;
    border: 1px solid white;
}

.jokeTempToggleOn{
    width: 100px;
    height: 80px;

    background-image: url(../images/icons/toggleOn.png);
    background-position: center center;
    background-size: 70px;
    background-repeat: no-repeat;
}

.jokeTempToggleOff{
    width: 100px;
    height: 80px;

    background-image: url(../images/icons/toggleOff.png);
    background-position: center center;
    background-size: 70px;
    background-repeat: no-repeat;
}

.jokeTempToggleText{
    line-height: 80px;
    float: left;
}