body {
    font-size: 12px !important;	
}

.after-header {
    padding: 5px !important;
}

.after-header .tagged {
    font-size: 20px !important;
    line-height: 20px  !important;
}
h1, h2, h3, h4, h5, h6 {
	margin : 5px 0 !important;
}

h4 {
    font-size: 16px !important;	
}

h5, .btn {
    font-size: 14px !important;	
}

.doc-header, .sidebar, .doc-footer{
	display: none !important;
}

.form-area input, .file-path {
    height: 30px !important;
}

.form-area label {
    margin-top: 5px !important;
    font-size: 12px !important;
}

.big-spacer {
    margin-bottom: 0px !important;
}
.content-area {
    margin-top: 5px !important;
}

.page-area .text-area {
    padding: 5px 0 5px !important;
    margin-bottom: 5px !important;
}

.printNotDisplay{
	display:none !important;
}

.printedCheck , .checkLabel{
	display: none !important;
}

.printedCheck:checked{
	display: inline !important;
}
.printedCheck:checked + .checkLabel {
  display: inline !important;
}

.printDisplay{
	display:block !important;
}

