﻿html, body {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

#pageWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -55px;
    padding: 0 0 55px;
}

#pageFooter {
    height: 55px;
}

    #pageFooter > .container {
        padding: 6px 20px 0 20px;
        font-size: 85%;
        line-height: normal;
    }

.navbar {
    margin-bottom: 10px;
}

h1, h2, h3, h4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.page-header {
    margin-top: 6px;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

    .page-header .btn-group {
        top: 1px;
        position: relative;
    }

.panel {
    margin-bottom: 8px !important;
}

@media print {
    a[href]:after {
        content: none;
    }

    abbr[title]:after {
        content: none;
    }

    .container {
        width: auto;
    }

    .table-responsive {
        overflow: hidden !important;
    }
}
