.navbar-fixed-top + .container {
    margin-top: 2em;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ecf0f1 !important;
}


@media print {
    body {
        font-size: 12px;
    }

    h3 {
        margin-top: 4px;
    }

    /*
    ** Workaround to get striped table to work
     */
    .table-striped > tbody > tr:nth-of-type(2n+1) > td {
        background-color: #ecf0f1 !important;
    }
}