﻿
body {

}

@media only screen and (max-width: 1500px) {
    table {
        width: 100% !important;
    }
}


h2 {
    color: #c47348;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: normal;
    orphans: 2;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
}

p {
    color: rgb(119, 116, 116);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
}

ul {
    list-style-type: '- ';
    margin-top: 0px;
}

            
            
li {
    color: rgb(119, 116, 116);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-align: justify;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
}

.menu-voice {
    background: #c47348;
    display: block;
    color: white;
    padding: 15px;
    line-height: 20px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-right: 50px;
    padding-left: 20px;
    transition: all 0.5s ease;
    
}

    .menu-voice:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 15px solid #c47348;
        position: absolute;
        right: -15px;
        top: 0px;
        transition: all 0.5s ease;
    }

    .menu-voice:hover {
        padding-left: 15px;
        background: #c6c6c6;
    }

        .menu-voice:hover:after {
            border-left: 15px solid #c6c6c6;
        }

.menu-voice-active {
    background: #c6c6c6;
    display: block;
    color: white;
    padding: 15px;
    line-height: 20px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-right: 50px;
}

.menu-voice-active:hover{

}

.expire-container{
    display:flex;
    margin-bottom:15px;
    margin-top:15px;
}
.expire-btn {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    font-family: Helvetica;
    font-weight: bold;
}

    .expire-btn.amm {
        background: #2e6b66;
    }
    .expire-btn.nor {
        background: #922f25;
    }
    .expire-btn.con {
        background: #df9514;
    }