@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}

body, html {
    height: 100%;
}

#wrapper #mainmenu .navbar-inner {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#wrapper {
    min-height: 100%;
}

#content {
    padding-bottom: 70px;
}

#footer {
    height: 50px;
    background-color: #ccc;
    padding: 10px 0;
    margin-top: -70px;
}