#menu{
    border-bottom: 1px solid #e6e6e6;
    color: #a0a0a0;
}
#menu ul li a{
    display: block;
    padding-top: 24px;
    padding-left: 14px;
    padding-right: 14px;
}
#menu ul li {
    float: left;
    height: 60px;
    box-sizing: border-box;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

#menu ul li.active {
    cursor: pointer;
    border-bottom: 3px solid #389edd;
    color: #6e6e6e;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#menu ul li:hover, #menu ul li.active {
    cursor: pointer;
    border-bottom: 3px solid #389edd;
    color: #6e6e6e;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.title{
    color: #6e6e6e !important;
}
.content{
    color: #a0a0a0;
    padding-bottom: 32px;
}

h2{
    font-size: 18px;
    color: #6e6e6e;
}
.width_145{
    width: 145px;
}

.information td:first-child{
    width: 145px;
}
.information tr:first-child td{
    padding-bottom: 24px;
}

#phone tr:first-child td{
    padding-bottom: 0;
}
.error_wrapper .error_text {
    color: #c7374b;
}
.error {
    border-color: #c7374b !important;
    margin-bottom: 0 !important;
}
.error_text {
    color: #c7374b;
    width: 100%;
    max-width: 324px;
    padding-bottom: 0;
}

#conversation_loader{
    position: absolute !important;
    width: 100%;
}

#conversation_messages{
    width: 519px;
}
.conversation_wrapper{
    height: 80vh;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}
#conversation_write{
    width: 100%;
}
#conversation #top{
    display: none;
}
#conversation_disabled{
    width: 100%;
}
@media (max-width: 776px) {
    #menu ul li{
        width: 100%;
    }
    #conversation_list{
        width: 100%;
    }
    #conversation_list_header{
        width: 100%;
        border-right: 0;
    }
    #conversation_write{
        display: none;
    }
    .conversation_message{
        padding: 18px 0 0 0;
        width: 100%;
    }
    .conversation_message .message_wrapper{
        width: 73%;
    }

    #conversation #top{
        color: #292929;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    #information table tbody tr td:first-child{
        border-left: none;
    }
    #information table tbody tr td:last-child{
        border-right: none;
    }

    #information table tbody tr:last-child td {
        border-bottom:none;
    }

    #information table {
        border: 0;
    }

    #information table thead {
        display: none;
    }

    #information table tr {
        margin-bottom: 24px;
        display: block;
    }

    #information table td {
        display: block;
    }

    #information table td:last-child {
        border-bottom: 0;
    }

    #information table {
        border: 0;
    }
    #information table thead {
        display: none;
    }
    #information table tr {
        margin-bottom: 10px;
        display: block;
    }
    #information table td {
        display: block;
    }

    .information td:first-child{
        width: 100%;
    }

    .information .round{
        margin: 0 auto;
    }
}