body {
    font-family: 'Lato';
}
.page-header {
    margin: 15px 0;
}
.page-header h1 {
    color: #848484;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 15px;
}
.file-field {
    margin-bottom: 15px;
}
#files-tabs-control ul.actions {
    float: right;
    display: inline-block;
}
#files-tabs-control ul.actions li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 5px;
}
.row-grid {
    margin-top: 15px;
}
.error-max-file-size {
    border-color: #ff0000;
}
table {
    table-layout: fixed;
}
td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td.comment {
    clear: both;
    white-space: normal;
}
/* Percentage-based width */
.w5    { width: 5%;  }
.w10   { width: 10%; }
.w15   { width: 15%; }
.w20   { width: 20%; }
.w25   { width: 25%; }
.w30   { width: 30%; }
.w35   { width: 35%; }
.w40   { width: 40%; }
.w45   { width: 45%; }
.w50   { width: 50%; }
.w55   { width: 55%; }
.w60   { width: 60%; }
.w65   { width: 65%; }
.w70   { width: 70%; }
.w75   { width: 75%; }
.w80   { width: 80%; }
.w85   { width: 85%; }
.w90   { width: 90%; }
.w95   { width: 95%; }
.w100  { width: 100%;}
#error .icon {
    background: url(../img/errors.png) no-repeat;
    background-size: 200px 1000px;
    display: block;
    margin: 0 auto 50px;
    height: 130px;
    width: 200px;
}
#error .icon.icon-404 {
    background-position: 0 -414px;
}
#error .icon.icon-500 {
    background-position: 0 -550px;
}
#error .icon.icon-503 {
    background-position: 0 -690px;
}
.panel-info {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 600;
}
