.logo img {
    max-width: none !important;
}

.logo span {
    display: none;
}

.poss-list .form-group:nth-child(2) {
    margin-bottom: 50px;
}

.poss-list .alert {
    margin: 40px auto 0;
    max-width: 400px;
}

.poss-list .alert table {
    color: #000;
    background: #fff;
}

.bb-stat table thead tr,
.bb-stat table tfoot tr {
    background: #333;
    color: #fff;
}

.bb-stat td.max-score {
    background-color: #0F8502 !important;
    color: #fff !important;
}

.bb-stat .box,
.bb-stat .table {
    page-break-inside: avoid;
}

.print-title {
    text-align: center !important;
}

.print-title h3 {
    font-size: 1.4em;
    border: 1px solid #000;
    padding: 5px;
}

.page-break {
    page-break-after: always;
    height: 1px;
    clear: both;
}

@media print {
    .dt-buttons {
        display: none;
    }

    .box.box-primary {
        border-style: none !important;
    }

    .box-title {
        text-align: center !important;
        display: block !important;
    }
}