﻿/* Legal Documents page styles */
.legal-centre {  } /* for page container */
.legal-centre .legal-section {
  width: 100%;
  border: 1px #157563 solid;
  background-color: #d9f0f0;
  font-size: 1.20em; color: black;
  border-collapse: collapse;
}
.legal-centre .legal-section th, .legal-centre .legal-section td { text-align: left; padding: 4px 8px 4px 6px; }
.legal-centre .legal-section th { text-decoration: underline; font-size: large; /* color:#157563; */ }
.legal-centre .legal-section td { font-size: .75em; }
.legal-centre .legal-section td.legal-summary { font-style: italic; }


.legal-centre .annotation { font-style: italic; font-size: small; }
.legal-centre .prtitle {font-size: medium; font-weight: bold; text-transform:uppercase; }
.legal-centre .prbyline { font-size: small; font-style:italic; color: black; text-decoration:none; }
.legal-centre img.legalthumbnail { padding: 0; margin: 0 10px 3px 0; border: 1px solid black; float: left; }


