﻿#info_panel {
    background: #ffffff;
    margin: 0px auto 14px auto;
    width: auto;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 550;
    color: #855D3A;
    border-radius: 10px;
}

.name_input input {
    width:100% !important; 
}

.input-text select {
    border: 0px solid #efefef !important;
    background-color: #fff9cc;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    padding: 0px 10px;
    font-size: 18px;
}

#end_panel {
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    height: 50vh;
    margin-top: 10%;
}

.inline.vtop {
    vertical-align: top;
}

@media only screen and (max-width: 650px) {
    .cop-main-container .cop-main {
        bottom: 0px !important;
    }
}