/* These are for the tables which form the calendar-like displays for the
   RPI spectrograms */

table.calendar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    padding: 0em;
    border: none;
    color: black;
    background-color: white;
    margin-left: 10pt;
    }
th.calendar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    width: 3em;
    padding: 0em;
    border: none;
    color: black;
    background-color: gray;
    margin-left: 0pt;
    }
td.calendar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    padding: 0em;
    border: none;
    color: black;
    background-color: silver;
    margin-left: 0pt;
    }

/* This is so that paragraphing is justified instead of ragged right */

p {
    margin-top:0;
    margin-bottom:15px;
    text-align: justify;
    }
