#remote {
    text-align: center;
}

#display {
    width: 100%;
    height: 365px;

    position: fixed;
    bottom: 0px;

    border-top: 10px solid #6ca284;

    background-color: #f0f0f0;
}

#remoteSelect {
    height: 150px;
    text-align: center;
    width: 98%;
    margin: 15px 0px;
    padding: 0px 15px;
    background-color: #6ca284;
    border: 5px solid #2c7a4f;

    color: #303030;
    font-family: Ubuntu;
    font-size: 80px;
    font-weight: 300;
}

.remoteButton {
    margin: 5px 0px;
    display: inline-block;

    color: #303030;
    background-color: #6ca284;
    border: 5px solid #2c7a4f;
}

.controls {
    width: 31%;
    height: 200px;
    padding-top: 80px;

    font-size: 90px;
}

.numbers {
    width: 17.8%;
    height: 90px;
    padding-top: 10px;

    font-size: 70px;
}
