html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 40px;
}
.hoverline:hover {
    background: #b2f8ff;
}
.bottompad {
    padding-bottom: 20px;
}
.toppad {
    padding-top: 20px;
}


@media print {
    h2 {
        font-size: 12px;
    }
    html {
        font-size: 10px;
    }
    .noPrint {
        display: none;
    }
}

.landScape {
     width: 100%;
     height: 100%;
     margin: 0% 0% 0% 0%;
     filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=3);
} 