body {
    background-image: url('/styles/img/bg.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

.monitoring {
    display: inline-block;
    color: white;
}

.monitoring .current {
    font-size: 35px;
    font-weight: bold;
    height: 50px;
    width: 130px;
}

.navbar-brand {
    font-weight: bold;
    color: #fff;
}

.info .alert {
    margin: 15px 0 0 0;
}

footer {
    color: #fff;
    margin-bottom: 15px;
}

.server .name {
    color: white;
    font-size: 68px;
    margin-bottom: 3px;
    font-weight: bold;
}

.server .ip {
    color: white;
    margin-bottom: 21px;
}

.lastBought {
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
    margin-left: 15px;
}

.navbar {
    background-color: #252625;
}

.lastBoughts .lastBought:first-child {
    margin-left: 0px;
}

@media (max-width: 450px) {
    .server .name {
        font-size: 35px;
    }
}

.tooltip.top {
    width: 150px;
}

form {
    margin-bottom: 0;
}