/* ---- Management page ---- */
.managment_item {
    border-top: 1px solid rgba(234, 234, 234, 0.29);
    padding-top: 60px;
    padding-bottom: 80px;
}

.userimage img.img.img-responsive {
    width: 100%;
    max-width: 82px;
    border-radius: 100%;
    border: 2px solid #01D7FC;
    margin: 0 auto;
    display: block;
}

.managment_item .username { color: #01D7FC; }
.managment_item .username .u_name     { font-size: 32px; line-height: 145%; }
.managment_item .username .u_position { font-size: 18px; line-height: 145%; }

@media (max-width: 768px) {
    .userimage img.img.img-responsive { max-width: 50%; }
    .managment_item .username { text-align: center; }
}
