@media (min-width: 1100px) {

    #speedbtn {
        position: absolute;
        top: 94vh;
        right: 0px;
    }

    #speedpanel{
        position: absolute;
        top: 53vh;
        right: 0px;
    }
    
    #speedMenu {
        top: 520px;
        right: 0;
        position: fixed;
        z-index: 5;
        /* display: none; */
    }

    #speedSelection {
        float: left;
        width: 115px;
        height: 280px;
        background: #fff;
        display: none;
        /* border-bottom-left-radius: 0px; */
        /* border-top-left-radius: 7px; */
    }

    #decreaseSpeedBtn img {
        position: relative;
        width: 80px;
        top: 10px;
        margin-left: 17px;
    }

    #currentSpeed {
        position: relative;
        font-size: 50pt;
        font-weight: bold;
        text-align: center;
        top: 20%;
        transform: translateY(-50%);
    }

    #increaseSpeedBtn img {
        position: relative;
        width: 80px;
        margin-left: 17px;
        top: 10px;
    }

    #speedSelectorBtn {
        float: left;
        width: 120px;
        height: 2em;
        background: #eee none repeat scroll 0% 0%;
        font-weight: bold;
        font-size: 24px;
        cursor: pointer;
        padding: 0.3em;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        background-color: white;
        color: #000;
        /* margin-top: 232px; */
    }
}

@media (min-width: 1700px) {
    #speedSelectorBtn {
        margin-top: 30px;
    }
}
