div.chat {
    width: 99%;
    background-color: #c0c0c0;
    padding: 5px;
}

label.error {
    float: none;
    color: red;
    vertical-align: top;
    display: block;
    margin: 5px 0 5px 0;
}

.content .submit .item label.error {
    float: none;
}

div.corrector_timer {
    width: 260px;
    background-color: #000;
    padding: 5px;
    color: #FFF;
    position: fixed;
    bottom: 0;
    right: 0;
}

div.information {
    padding: 10px;
    background-color: #f3deab;
    border: 1px solid #bea975;
    font-size: 14px;
}

.text-right {
    text-align: right;
}

div.editor {
    margin: 20px 0;
}

table.micro-task td {
    text-align: left;
    vertical-align: top;
}

a.all {
    /*color: dodgerblue;*/
    margin-top: 10px;
    padding-left: 20px;
    padding-top: 10px;
}

h2.search {
    margin-bottom: 5px;
}

a.take {
    font-size: 16px;
}

.btn {
    font-size: 16px;
    border: 1px #BF7130 solid;
    border-radius: 5px;
    background-color: #FFB273;
    color: black;
    padding: 5px 7px;
    margin-top: 10px;
    margin-right: 10px;
}

.btn:hover {
    background-color: #eea371;
    color: #2b0d00;
}

a.btn {
    text-decoration: none;
}

.btn-order {
    font-size: 16px;
    border: 1px #5bc0de solid;
    border-radius: 5px;
    background-color: #5bc0de;
    color: white;
    padding: 5px 7px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.btn-order:hover {
    background-color: #31b0d5;
    color: white;
}

a.btn-order {
    text-decoration: none;
}

a.all-orders {
    font-size: 14px;
}

p.agree {
    color: #c0c0c0;
    font-size: 12px
}

p.error {
    color: red;
    font-weight: bold
}

thead.mt-all > tr > th.result {
    width: 660px;
    background-color: red;
}

span.pay-success {
    font-size: 120%;
    color: green;
    margin-top: 10px;
}

span.pay-error {
    font-size: 120%;
    color: red;
    margin-top: 10px;
}

a.tbtn, input.tbtn {
    padding: 7px 10px;
    border-radius: 7px;
    cursor: pointer;
    height: 20px;
    color: #FFF;
    font-size: 16px;
    border: none;
    background: linear-gradient(to top, #E22661, rgba(226, 38, 97, 0.7));
    text-decoration: none;
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
}

.tbtn:hover {
    background: linear-gradient(to top, #c30f42, rgba(195, 15, 66, 0.7));
}

code {
    background: #f78787;
    padding: 0 3px;
    border-radius: 5px;
}

thead.mt-all > tr > th.num {
    width: 25px;
}

table.classic {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #000
}

.content .table tbody.strip > tr:nth-child(even) > td {
    background-color: #cacaca;
    border-bottom: 1px solid #bcbcbc;
    padding: 10px;
}

.content .table tbody.strip > tr:nth-child(odd) > td {
    background-color: #e5e5e5;
    border-bottom: 1px solid #bcbcbc;
    font-weight: normal;
    padding: 10px;
}


div.menu a.black {
    color: black
}

div.menu a.gray {
    color: #666666
}

/*gramota*/
th.count {
    width: 50px;
}

th.topic-starter {
    width: 160px;
}

.pink.accent-4 {
    background-color: #c51162 !important;
}

.blue.accent-1 {
    background-color: #82B1FF !important;
}

.btn-large,
.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: 10px;
    color: white;
    font-weight: 600;
}

#register, #tooltip {
    display: none;
}

.btn-public {
    padding: 7px 5px;
    margin: 5px 0 10px;
    border: 1px darkgreen solid;
    border-radius: 6px;
    background: green;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    display: inline-block;
}

.btn-public:hover {
    background: #009300;
}

.btn-public-mt {
    padding: 5px 3px;
    margin: 5px 0 10px;
    border: 1px darkgreen solid;
    border-radius: 5px;
    background: green;
    font-weight: 400;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: white;
    display: inline-block;
}

.btn-public-mt:hover {
    background: #009300;
}

thead.bills > tr > th.id {
    width: 60px;
}

tr > th.num {
    width: 30px;
}

thead.bills > tr > th.date {
    width: 70px;
}

thead.bills > tr > th.edit {
    width: 20px;
}

thead.bills > tr > th.send {
    width: 60px;
}

thead.bills > tr > th.type {
    width: 60px;
}

tbody.dashboard > tr > td.avatar {
    width: 60px;
}

tbody.dashboard > tr > td.nic {
    width: 150px;
}

.content .table > tbody.dashboard > tr.unread > td {
    background-color: #f3deab;
    border-bottom: 1px solid #c3b081;
}

.content .table > tbody.dashboard > tr.cant > td {
    background-color: #f5989d;
    border-bottom: 1px solid #c3b081;
}

.content .table > tbody.dashboard > tr.money > td {
    background-color: #b5ffb5;
    border-bottom: 1px solid #c3b081
}

span.separator {
    padding: 0 5px;
    color: #ccc;
}

div.breadcrumb {
    margin: 5px 0 10px 0;
}

.btn-info {
    background: #83c0ef;
    border: 1px cornflowerblue solid;
}

div #to_user {
    margin-top: 10px;
    display: block;
}

a.red {
    color: red;
}

div.opus{
    font-style:   italic
}

div.opus-text{

}
