
#xxpage-wrapper {
    background: #b4cbee;
    background-image: url('../../assets/img/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 100% 100%; /* Opera 9.5 */
    -webkit-background-size: 100% 100%; /* Safari 3.0 */
    background-size: 100% 100%; /* Gecko 2.0 (Firefox 4.0) > CSS3 */
}

.xxcontainer-fluid {
    min-height: 550px;
    background: #fff;
    opacity: 0.7;
}

.footer {
    padding: 3px;
    color: #fff;
    background: #191919;
    text-align: center;
    margin-top: 1%;
    font-size: 0.7em;
    bottom: 0px;
    position: fixed;
    width: 100%;
}

.command {
    margin-bottom: 20px;
}

#result {
    font-size: 0.9em
}

.page-header {
    font-weight: bold;
    font-size: 150%
}

@media (max-width: 768px) {
    .user {
        display: none
    }
}


.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }