.arthesis_experts{
    margin:0 auto;
}

.row_arthesis_experts{
    display:flex;
    margin-bottom:1rem;
}
.col_arthesis_experts_image{
    width:15%;
}
.col_arthesis_experts_content{
    width:85%;
    padding:1rem;
    background-color:var(--global-palette2);
    color:var(--global-palette8);
    border-top-right-radius:24px;
    border-bottom-right-radius:24px;
}

.row_arthesis_experts_header{
    margin-bottom:1rem;
}
.row_arthesis_experts_header input[type="text"]{
    width:80%;
}
.row_arthesis_experts_header button[type="submit"]{
    width:18%;
    min-width:150px;
}

.row_arthesis_experts_pagination ul{
    margin:0;
    padding:0;
}
.row_arthesis_experts_pagination ul li{
    display:inline-block;
    margin-bottom:1rem;
}
.row_arthesis_experts_pagination ul li a{
    padding:0.5rem;
    border-radius:0.25rem;
    background-color:var(--global-palette2);
    color:#fff;
    text-decoration: none;
}
.row_arthesis_experts_pagination ul li a:hover,
.row_arthesis_experts_pagination ul li a:focus{
    background-color:var(--global-palette1);
}
.row_arthesis_experts_pagination ul li.selected a{
    background-color:var(--global-palette3);
}

.col_arthesis_experts_content hr{
    margin:1rem 0 !important;
    border-bottom-width: 1px !important;
}

.col_arthesis_experts_content .arthesis_experts_name{
    margin-bottom:1rem;
    font-size:1.2rem;
    color:#E6A66E;
}

.col_arthesis_experts_content ul{
    margin:0 !important;
}
.col_arthesis_experts_content li a{
    color:#fff;
    text-decoration: none;
}
.col_arthesis_experts_content li a:hover,
.col_arthesis_experts_content li a:focus{
    color:var(--global-palette7);
}

a.arthesis_expert_name{
    color:#fff;
    cursor: pointer;
}
a.arthesis_expert_name:hover,
a.arthesis_expert_name:focus{
    color:#d63d3d;
}
button.arthesis_expert_name{
    font-size:0.85rem;
    margin-top:1rem;
    background-color:#fff;
    color:var(--global-palette2);
}
button.arthesis_expert_name:hover,
button.arthesis_expert_name:focus{
    color:#fff;
    background-color:#d63d3d;
}

.arthesis_experts_content_ajax a{
    color:#fff;
}
.arthesis_experts_content_ajax a:hover{
    color:var(--global-palette7);
}

@media (max-width: 850px) {
    .col_arthesis_experts_image{
        width:20%;
    }
    .col_arthesis_experts_content{
        width:80%;
    }
}

@media (max-width: 650px) {
    .col_arthesis_experts_image{
        width:25%;
    }
    .col_arthesis_experts_content{
        width:75%;
    }
}