:root {
    --containerwidth: 1400px;
    --footerheight: 80px;
    --navbarheight: 100px;
    --mobilemenuitemheight: 60px;
    --speed: .3s;
    --space: 20px;

    --navbarcolor: chocolate;
    --navbaritemcolor: cornsilk;

    --lightestcolor: cornsilk;
    --mainbody: wheat;

    --brcolor: #342623;

    --footercolor: #111111;

    --phonecolor: #e7ebf0;

    --tablecolor: #829ca6;
    --thcolor: #ded4c9;
    --oddrowcolor: #f0ece7;
    --evenrowcolor: white;
    --bordercolor: #a69582;
}

.formline > button,
.noauth > button,
.auth > form > button {
    background-color: #045e19;
    color: #ffffff;
    border-radius: 5px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 2em;
    cursor: pointer;
}

select {
    border-radius: 5px;
}
