body {
    background-image: none;
    background-color: #131b2e;
}

header, footer {
    font-family: 'Open Sans', Helvetica, Arial, serif;
}

header h1 a {
    font-size: 0;
}

header h1 a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='257.43mm' height='142.17mm' viewBox='0 0 729.73 402.99'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Ee5-logo-dark%3C/title%3E%3Crect class='cls-1' width='340.36' height='103.47'/%3E%3Crect class='cls-1' x='389.37' width='340.36' height='103.47'/%3E%3Crect class='cls-1' y='149.76' width='340.36' height='103.47'/%3E%3Cpath class='cls-1' d='M795.3,372.52c0,69.46-44.33,126.61-98.15,126.61H455V395.67H669.43c11.38,0,22.4-10.91,22.4-23.15s-10.66-23.14-22-23.14H455V245.91h242.2c53.93,0,98.15,57.15,98.15,126.61' transform='translate(-65.57 -96.14)'/%3E%3Crect class='cls-1' y='299.52' width='340.36' height='103.47'/%3E%3C/svg%3E%0A");
    height: 60px;
    display: inline-block;
    width: 108px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

header a:hover {
    color: #00a0b9;
}

.tile, .panel {
    background-color: #ffffff;
}

.btn-primary {
    background-color: #00a0b9;
    border-color: #00a0b9;
    text-transform: uppercase;
    font-weight: bold;
    border-width: 3px;
    transition: background-color 0.25s ease-out, border 0.25s ease-out, color 0.25s ease-out;
    font-size: 18px;
    padding: 5px 34px;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #00a0b9;
    border-color: #00a0b9;
}

.panel .control-label {
    width: 100%;
    text-align: left;
}

.panel-body[ng-repeat="upload in uploads"] {
    display: none;
}

.row.ng-scope[ng-if="original_user && original_user.admin"] .panel-body[ng-repeat="upload in uploads"] {
    display: block;
}