#content {
    min-height: 500px;
}

.ava-30 {
    height: 30px;
    border-radius: 15px;
}
.btn>.ava-30 {
    margin: -6px 0;
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/Ubuntu-L.ttf);
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: bold;
    src: url(/fonts/Ubuntu-B.ttf);
}

body {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

table.topic-tasks th {
    font-weight: normal;
}

table.topic-tasks td:nth-child(3), table.topic-tasks td:nth-child(4), table.topic-tasks td:nth-child(5), table.topic-tasks td:nth-child(6) {
    text-align: center;
}

table.topic-messages th {
    font-weight: normal;
}

table.topic-messages td:nth-child(3), table.topic-messages td:nth-child(4), table.topic-messages td:nth-child(5), table.topic-messages td:nth-child(6) {
    text-align: center;
}

p.help-block {
    font-size: 90%;
}

footer {
    padding-bottom: 20px;
}

/*attachment*/
.attachment-list > div {
    margin: 4px;
}

.attachment-list a {
    user-select: text;
}

.attachment-list span {
    opacity: 0;
}

/*stat*/
tr.message-stat td {
    border-top: none !important;
    font-size: 85%;
}

tr.message-stat td:first-child {
    padding-left: 40px !important;
    color: #777;
}

tr.message-stat td:last-child {
    text-align: center;
}

tr.message-stat td span {
    padding-right: 14px;
}

tr.message-stat .bar {
    position: relative;
    height: 8px;
    background: #ddd;
}

tr.message-stat .bar1, tr.message-stat .bar2, tr.message-stat .bar3 {
    position: absolute;
    left: 0;
    width: 100%;
}

tr.message-stat .bar1 {
    background: #9df;
    height: 4px;
    top: 0px;
}

tr.message-stat .bar2 {
    background: #337ab7;
    height: 4px;
    top: 0px;
}

tr.message-stat .bar3 {
    background: #1f4;
    height: 4px;
    top: 4px;
}