<!--
    th.time {color: navy; vertical-align: top }
    th.day {color: red; }

    div#current-quick-link > p { background-color : #8080FF;
                                 color:white;
                                 margin: 0pt;}

    div#exam-details-div { vertical-align: middle ;
                           background-color: white;
                         } 

div#exam-details-div:hover { font-size: 12pt;
                                    background-color: lime; } 
div#exam-details-div > p:hover { font-size: 14pt;
                                 color: red;
                                 background-color: lime; } 

div#exam-details-div > p {  margin: 3px 3px 3px 48px;
                            color: teal;
                            font-size: 12px;
                            vertical-align: middle;
                            height: 16pt;
                            text-align: center;
                            background-color: white; } 


#table-schedule-details-div:hover { font-size: 12pt;
                                    background-color: fuchsia; } 
#table-schedule-details-div { 
 color: white;
 margin: 3px 0px 3px 48px;
 font-size: 10px;
 background-image:
 linear-gradient(120deg,
 rgba(0%,50%,0%,0.8),
 rgba(0%,0%,50%,0.9),
 rgba(0%,0%,0%,0.0));
}
table#table-schedule-details > tbody > tr > th {
    color: white;
    padding-left: 1em;
    text-align: right; 
}
#table-schedule-details > tbody:hover > tr > th {
    padding-left: 0em;
    font-size: 11px; } 
table #table-schedule-details > tbody > tr > th + td {
 color: white;
 text-align: center; 
 padding: 1pt 1.5em;
}

* td.occlumentic, * td.not-mine {
                color: white ;
                background-color:transparent;
                background-attachment: fixed ;
                background-repeat: repeat ;
                background-image: url('../../assets/graphics/dark-grey-20pct.png');
                background-position : 0% 0% ;
}

* td.occlumentic {
                font-family: 'Comic Sans MS', fantasy
}

* td.occlumentic a:visited,
* td.not-mine a:visited
                   {
                   color:white
}

* td.occlumentic a:link,
* td.not-mine a:link
                   {
                   color:lime
}

* td.occlumentic a:hover,
* td.not-mine a:hover
                   {
                   color:gold
}

table.timeTable > caption { color: lime; background-color: rgba(98,135,225,0.8); }
 -->
