/* -------------------------------------------------------------------
	ТАБЛИЦЫ
------------------------------------------------------------------- */

.table a.asc:after {
    content: "▲";
}

.table a.desc:after {
    content: "▼";
}

/* Table Blogs */
.table.table-blogs .cell-name .avatar {
    float: left;
    margin-right: 10px;
    clear: right;
    background: #d8dfe5;
    color: #758694;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    display: block;
    line-height: 1;
    height: 39px;
    width: 40px;
    padding: 1px 0 0 0;
    text-align: center;
    -webkit-box-shadow: inset 2px 2px 0px 0px #a3b0bb;
    box-shadow: inset 2px 2px 0px 0px #a3b0bb;
}

.table.table-blogs .cell-name p {}

.table.table-blogs .cell-rating {
    width: 70px;
    font-weight: bold;
}

.table.table-blogs .cell-readers {
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

.table.table-blogs .cell-join {
    width: 130px;
    text-align: center;
    vertical-align: middle;
}

.table.table-blogs .cell-rating {
    text-align: center;
    vertical-align: middle;
}

/* Table Plugins */
.table.table-plugins .cell-checkbox {
    width: 20px;
    padding: 12px 0 10px 10px;
}

.table.table-plugins h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
}

/* Table Profile Notes */
.table.table-profile-notes {
    border-top: 1px solid #eee;
}

.table.table-profile-notes td {
    vertical-align: top;
}

.table.table-profile-notes .cell-username {
    width: 20%;
    font-weight: bold;
}

.table.table-profile-notes .cell-note {
    width: 50%;
}

.table.table-profile-notes .cell-date {
    text-align: right;
}

/* Table Profile Info */
.table.table-profile-info {
    margin-bottom: 40px;
}

.table.table-profile-info td {
    vertical-align: top;
}

.table.table-profile-info .cell-label {
    width: 30%;
    color: #777;
}

/* Table Users */
.table.table-users th {
    font-size: 11px;
}

.table.table-users .cell-name {
    font-weight: bold;
}

.table.table-users .cell-name img.avatar {
    float: left;
    margin-right: 10px;
    clear: right;
    background: #d8dfe5;
    color: #758694;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    display: block;
    line-height: 1;
    height: 39px;
    width: 40px;
    padding: 1px 0 0 0;
    text-align: center;
    -webkit-box-shadow: inset 2px 2px 0px 0px #a3b0bb;
    box-shadow: inset 2px 2px 0px 0px #a3b0bb;
}

.table.table-users .cell-name .username {
    margin-left: 50px;
    width: 150px;
    position: relative;
    top: 1px;
}

.table.table-users tbody .cell-date {
    /* font-size: 11px; */
}

.table.table-users .cell-rating,
.table.table-users .cell-skill {
    text-align: center;
    width: 50px;
}

/* Table Talk */
.table.table-talk .cell-checkbox {
    width: 20px;
    padding: 12px 0 10px 10px;
}

.table.table-talk thead .cell-checkbox {
    padding: 10px 0 10px 10px;
}

.table.table-talk .cell-favourite {
    width: 20px;
    padding: 10px 0;
    text-align: center;
}

.table.table-talk .cell-recipients {
    width: 100px;
}

.table.table-talk tbody .cell-date {
    font-size: 11px;
    width: 130px;
}

.table.table-talk tbody td {
    vertical-align: top;
}