body {

}
p {
    line-height:1rem;
    margin:0;
}


.content {
    margin: 0 10px 0 10px 0;
}

.button {
    border-radius: .2rem;
    box-shadow: 0rem 0rem .5rem #ababab;
    background-color: #aa7744;
    white-space: nowrap;
    padding: .5rem 1.5rem;
    color: #fff!important;
}
.button:hover, .button:focus, .button:active, .button-active {
	box-shadow: 0rem 0rem .2rem #999;
	background-color: #ffa614;
}

@media print {
    
		.off-canvas-wrapper {
			height:auto;
		}
		.no-print, .no-print * {display:none!important;}
    
    .status-bar {display:none!important}
    .row {padding:0!important;max-width:inherit!important;margin:10px 0 10px 0;}
    .button {display:none!important;}
    
    .off-canvas-content {padding:0!important}
    html,body {-ms-overflow-style: -ms-autohiding-scrollbar;}
    .top-bar-left {margin-left:0;}
    .page-break-avoid {page-break-inside:avoid;}
    .page-break-after {page-break-after:always;}
}