/*
 * Local stylesheet:
 * Metadata-ISO19115 
 *
 */

  /* Style the tables */
table, th, td {
    background-color: #F2F2F2;
    border-collapse: collapse;}
table {
    border: 1px solid #000000;
    width: 100%;
}
caption {
    font-style: italic;
    text-align: left;
}
th, td {
    border: 1px inset #CCCCCC;
    hyphens: auto;
    padding: 0.25em;
}
th {
    color: #005A9C;
}

.table-small td {
    vertical-align:top;
    padding: 2px;
}
.table-small p {
    font-size:8pt;
    margin:2px;
}

.cell-req td {
    background-color: #fee;
}

 /* Style the class-elements blocks */
div.azlist {
    background: #dddddd;
    border: solid #000000;
    padding: 5px;
    width: 100%;
}

.back {
      float: right; font-size: small;
    }

@media print {
    .page-break {page-break-before: always;}
    table { page-break-inside: avoid }
}



