
/* Убираем правую колонку меню, чтобы не отвлекала */

#right {
    display: none;
}

#userPanel {
    margin-left: 60px;
}

#userPanel #userAccount {
    margin-left: 110px;
    width: 500px;
}

#userPanel #userInfo {
    width: 735px;
}

#userPanel #userInfo .plainText {
    padding-left: 25px;
}

a.show_CardPicture { /* Картинка-карточка */
    background: url('/plugins/ckeditor/ui-common/img/rteToWord/avatar.png') center no-repeat;
}
a.show_CardPicture-sel { /* Картинка-карточка (выделенная) */
    background: url('/plugins/ckeditor/ui-common/img/rteToWord/avatar-sel.png') center no-repeat;
}
