body {
    font-family: 'Lato', sans-serif;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: -webkit-transform .5s ease-out;
    -ms-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    z-index: 9999;
}
.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pace .pace-progress {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
    background: #5659c9;
    pointer-events: none;
}
.container.status {
    max-width: 700px;
    text-align: center;
    margin-top: 200px;
}
.container.status img {
    background: #fff;
    border-radius: 210px;
    padding: 3px;
    border: 2px solid #4ab3f1;
}
p.speech span {
    display: block;
    color: #5659c9;
    margin-top: 10px;
}
p.speech {
    background: #fff;
    padding: 25px;
    margin: 20px;
    position: relative;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 40px;
}
p.speech:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.btn-refresh {
    background: #5659c9;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.btn-refresh:hover {
    background: #4547af;
    color: #fff;
}
.panel-pokestatus {
    border: 0px;
}
.navbar-pokestatus {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 60px;
}
.navbar-pokestatus .navbar-brand {
    color: #5659c9;
}
.panel-pokestatus .panel-heading,
.panel-pokestatus .panel-footer {
    text-align: center;
    background: #fff;
    padding: 15px 0;
}
.panel-body td {
    padding: 15px 10px!important;
    font-size: 18px;
}
.ad {
    text-align: center;
}
.time {
    background: #fafafa;
    font-size: 65px;
    font-weight: 700;
    color: #5659c9;
    text-align: center;
}
.okay {
    background: #73bf4c;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.unstable {
    background: #F29B34;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.down {
    background: #e55447;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.avg {
    background: #3D8EB9;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.status-okay {
    background: #73bf4c;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 4px;
}
.status-unstable {
    background: #F29B34;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 4px;
}
.status-down {
    background: #e55447;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 4px;
}
/** Mobile Fixes **/

@media only screen and (max-width: 750px) {
    .okay,
    .unstable,
    .down,
    .time,
    .avg {
        font-size: 45px;
    }
    .ad img {
        width: 100%;
    }
    .table-striped th:nth-child(2),
    .table-striped td:nth-child(2) {
        display: none;
    }
}