﻿.header {
    background-color: #373737;
    width: 100%;
    height: 10px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #373737;
    color: white;
    text-align: center;
}

.bg_grey {
    background-color: #9f9f9f;
    padding: 5px;
    margin-bottom: 15px;
}

.bg_green {
    background-color: #38be5c;
    padding: 5px;
    margin-bottom: 15px;
}

.bg_red {
    background-color: #d42b2b;
    padding: 5px;
    margin-bottom: 15px;
}

.bg_lightgrey {
    background-color: #f5f5f5;
    margin-left: 2px;
    margin-right: 2px;
}

.btn_confirm {
    background-color: #eb9209;
    width: 100%;
}
