RSS Git Download  Clone
Raw Blame History
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
}

.pageBreakAfter { page-break-after: always; }
.wgs table { border-collapse: collapse; width: 100%; }
.wgs Tr { border: solid 1px #000; padding: 20px;  }
/* border color for pdf needs to be darker than html (#c0c0c0, #f5f5f5): */
.wgs td { padding: 2px 5px; border: solid 1px #c0c0c0; vertical-align: text-top; }
.grey { color: #c0c0c0; }
.bold { font-weight: bold; }
.rightAlign { text-align: right; }
.small { font-size: 8pt; }
.compact { font-size: 9pt; }
.printInfo { color: #f00; font-size: 12pt; }
.borderless td { border-color: #fff; }
.patientName { width: 50%; height: 25px; }
.indent { margin-left: 2em; }
.info { color: #6a6; }
.header { background-color: #c0c0c0; text-align: left; }
.spacer-5  { height: 5px; }
.spacer-15 { height: 15px; }
.spacer-20 { height: 20px; }

#nhsNum { height: 110px; }
#labId  { height: 45px; }
#referrer {  width: 45% }
#tumourType div { line-height: 200%; }
#additionalInfo { height: 80px; }

@media print {
    .printHide { display: none;  }
}