body {
    font-family: 'LatoWeb'; /*, sans-serif*/
    background-color: #fff;
}

table tr.editable,
table tr.editable td {
    background-color: #fdfdfd;
}

table td.has-error {
    background-color: #f2e9eb;
    color: #883f4f;
}

table tr.row-with-error {
    background-color: #fdf7f8;
}

table tr.processing a.prepare,
table tr.prepared a.prepare
{
    display: none;
}

table tr.processing {
    opacity: 0.5;
    cursor: wait;
}

table tr.prepared {
    background-color: #f3f7f3;
}

.error.inner {
    display: inline-block;
}

@media (min-width:1600px) {
    .container {
        max-width: 1400px
    }
}