table.underwrite {
  width: 100%;
  page-break-after: always;
}

table.parishs {
  font-family: sans-serif; 
  width: 100%;
  border: 2px solid #fc0;
  empty-cells: hide;
  -moz-border-radius: 1.5%;
}

.parishs tr th {
  border: 1px solid #fc0;
  padding: 5px 0.2em 5px 0.2em;
}

.parishs tr td {
  border: 1px solid #fc0;
  vertical-align: top;
  padding: 5px 0.2em 5px 0.2em;
 }

.parishs tr td ol {
  list-style-position: outside;
  margin: 0px 0em 0px 1.5em;
  padding: 5px 0em 5px 1em;
  font-size: 70%;
}

.parishs tr td ul {
  list-style-position: outside;
  margin: 0px 0em 0px 1.5em;
  padding: 5px 0em 5px 0.5em;
  font-size: 70%;
}

.parish_small {
  margin: 0px 0em 0px 1em;
  font-size: 70%;
}

.parish_header_empty {
  vertical-align: top;
}

.parish_header {
  vertical-align: bottom;
}

.parish_header img {
  width: 80%;
}

.parish_weekend {
  background-color: #ffc;
}

.worships tr td {
  padding: 5px 0.2em 5px 0.2em;
}

@media print {
body {
    font-family: sans-serif; 
}

.underwrite tr td {
}

table.parishs {
  font-size: 110%;
  border: 2px solid #888;
}

.parishs tr th {
  border: 1px solid #888;
}

.parishs tr td {
  border: 1px solid #888;
}

.parish_weekend {
  background-color: #fff;
}

}

