﻿.employee-block {
    padding: 10px;
    text-align: center;
}

.employee-block:before {
    display: table;
    content: " ";
} 

.employee-block:after {
    display: table;
    content: " ";
    clear: both;
}

.employee-img {
    width: 200px !important;
    height: 200px !important;
    border: 3px solid #fff;
    -ms-border-radius: 100px;
    border-radius: 100px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.employee-description {
    position: relative;
    font-size: 14px;
    margin-bottom: 4px;
}

.employee-description.socialblock {
    padding: 4px;
}

.employee-description.socialblock-big {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.employee-description.socialblock-big a.social-link {
    font-size: 25px;
}

.employee-description.employee-desciprion-cursor {
    font-style: italic;
}

.employee-description.employee-description-underline:after {
    content: " ";
        display: block;
        height: 1px;
        background: #aa774f;
        background: rgba(170, 119, 79, 0.79);
        margin: 10px auto 0 auto;
        width: 170px;
}
