.employees{
    margin: 0 0 0 0px;
}

.employee_wrapper{
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: relative;
    float: left;
    width: 200px;
    background: white;
    cursor: move;
}
.position{
    height: 20px;
}
.controlIcons *{
    cursor: pointer;
}
.employee_photo_wrapper{
    width: 100%;
    height: 180px;
    text-align: center;
    
}
.employee_photo{
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    height: 100%;
    display: block;
    margin: 0 auto;;
}
.employee_wrapper .name{
    border-bottom: 1px dotted #d4d4d4;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    height: 30px;
}
.controlIcons{
    text-align: right;
}