<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* BEGIN - Your CSS styling starts here */

#details_7 .foobar {
	display: none;
}
fontawesomehtml {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


* {font-size:7.0pt;line-height:120%;font-family:FontAwesome,'DroidSans'!important}

#details_7 .fabrikElementContainer.span12 {position:relative;margin-bottom:10px}
#details_7 .fabrikElementContainer .span4 {display:inline-block;width:30%}
#details_7 .fabrikElementContainer .span8 {display:inline-block;left:31%;width:68%}

#details_7 .icon-checkmark:before {content:'yes'}
#details_7 .icon-remove:before {content:'no'}

body {margin-top:2.2em;margin-bottom:1.7em}
#headerdompdf {
    display:block;
    position: fixed;
    top: 0px;
    width:100%;
    height:0.8em;
    border-bottom: 1px solid red;
}
#footdompdf {
    display:block;
    position: fixed;
    bottom: 0px;
    width:100%;
    height: 1.1em;
    border-top: 1px solid red;
}
#footdompdf .pagenum { position:absolute;
    right: 20px;}
#footdompdf .pagenum:after {
  content: counter(page) ; //This is including the page number at bottom right
}
#footdompdf .footleft {
    color:red;
}

.fabrikActions button[name='Goback'] {
background: green;;
}
Other button names: 'Submit', 'Reset', 'delete'

/* END - Your CSS styling ends here */
</pre></body></html>