.expert-search {
    margin-top: 30px;
}

.expert-search > div {
    margin-bottom: 20px;
}

.expert-search .btn-quotes {
    padding: 10px 10px;
}

.expert-list > li {
    background-image: url('/assets/frontend/resources/people-expert.png');
    background-repeat: no-repeat;
    background-position: center left 18px;
    padding: 10px;
    padding-left: 60px;
    border: none;
    border-radius: 0px !important;
}

.expert-list > li:nth-child(odd){
    background-color: #deeef8;
}


.expert-list >li:nth-child(even) {
    background-color: #fafafa;
}

.expert-list > li > a {
    display: block;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 12px 0px;
    color: #1c62a0;
}

.checkout-expert {
    border: 4px solid #deeef8;
    border-radius: 5px;
    padding: 25px;
}

.checkout-expert > a {
    display: block;
    color: #0c0c0c;
}

.expert-small-title {
    margin-top: 10px;
}

.panel {
    border: 4px solid #f0f0f0;
    margin-bottom: 30px;
}

.panel-default > .panel-heading {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    padding: 10px 25px;
}

.panel-default > .panel-body {
    padding: 0px;
}

.panel-default > .panel-body > .inner {
    padding: 25px;
}

.panel-default > .panel-body > hr {
    border-width: 3px;
}

.table-responsive {
    border: 4px solid #deeef8;
    border-radius: 5px;
    padding: 25px;
}

.table-responsive .table {
    margin-bottom: 0px;
}

.table-responsive .table td {
    border: none;
    padding: 3px 0px;
}

.table-responsive .table td a{
    white-space: normal
}

.table-responsive .table thead {
    font-size: 16px;
    font-weight: 700;
}