.menutext {
    padding-right: 5px;
    color: rgb(177, 177, 177);
    font-size: 18px;
    text-decoration: underline;
    float: left;
}

.side {
    background-color: rgb(29, 29, 29);
}

.display {
    height: 150px;
    border-top: solid 2px rgb(20, 103, 18);
    background-color: rgb(46, 46, 46);
    padding: 5px;
}

.buttoncolor {
    background-color: rgb(63, 63, 63);
    color: rgb(213, 213, 213);
    text-align: center;
    /*  padding: 5px;*/
    border: solid 5px rgb(29, 29, 29);
}

.btn {
    background-color: rgb(63, 63, 63);
    color: rgb(213, 213, 213);
    text-align: center;
    /*  padding: 5px;*/
    border: solid 5px rgb(29, 29, 29);
    /* width: 100%;
    height: 100%;*/
    border-radius: 0 !important;
}


/*
.btn:hover {
    color: #CC7A00;
}
*/

.buttoncolorsum {
    background-color: rgb(72, 134, 17);
    color: rgb(213, 213, 213);
    text-align: center;
    /*  padding: 5px;*/
    border: solid 5px rgb(29, 29, 29);
}

.space {
    margin: -9px;
}

.marginLeft {
    margin-left: 3px;
}

.marginRight {
    margin-right: 3px;
}

.marginTop {
    margin-top: 3px;
}

.marginBot {
    margin-bottom: 3px;
}

.marginRightBig {
    margin-right: 6px;
    ;
}