body {
    color: rgb(0, 0, 0);
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.preview-mode .container {
    margin: 0;
    padding: 0;
    width: 1280px !important;
}
body.preview-mode {
    -moz-transform: scale(0.3, 0.3);
    -webkit-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

a,
a:link,
a:active {
    text-decoration: none;
    color: rgb(0, 145, 210);
}

a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.container,
.container-fluid
{
    font-size: 1.4em;
}
.info-header {
    background-color: rgb(0, 145, 210);
    border: none;
}

.header-information {
    margin-top: -15px;
}

h1 {
    margin: 0;
    padding: 15px 10px 10px 10px;
    font-size: 1.8em;
    text-transform: uppercase;
}
h1 a {
    text-transform: none;
    float: right;
    padding: 5px 10px;
    border: 1px solid rgb(255, 255, 255);
}
h1 a:hover {
    border-color: rgb(0, 0, 0);
    text-decoration: none;
}

h2 {
    border-bottom: 2px solid rgb(0, 145, 210);
    color: rgb(0, 145, 210);
    font-size: 1.6em;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
h2 .icon {
    margin-right: 5px;
}

.table {
    margin-bottom: 0;
}

.table-ladder .rank {
    /*width: 30px;*/
}
.table-ladder .property {
    /*width: 80px;*/
}

tr.category {
    background: #eee;
}
tr.category td {
    font-weight: 700;
}

.block {
    padding-bottom: 15px;
    padding-top: 15px;
}

.panel {
    background: #eee;
    padding: 10px;
}

.message {
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

.table > tbody > tr.dark > td {
    background: #eee;
}
.table > tbody > tr.selectable {
    cursor: pointer;
}

.logo {
    border: 1px solid #eee;
    margin-left: 50px;
    margin-top: 15px;
    width: 80px;
    margin-right: 5px;
    background: #fff;
}
.logo img {
    margin: 10px;
    width: 60px;
}
.logo span {
    border-top: 1px solid #eee;
    padding: 5px;
    text-align: center;
    font-size: .8em!important;
    font-family: Lato, Helvetica, Arial, sans-serif!important;
    width: 100%;
    display: block;
}
a.button {
    font-family: Lato, Helvetica, Arial, sans-serif;
    padding: 10px;
}
a.button:hover {
    text-decoration: none;
}
img.logo-icon {
    margin-right: 3px;
}
.pagination {
    margin: 0;
}

