﻿@media screen and (max-width: 700px) { 
    
   
 
    #GoodFriday {
        font-size: 18px;
   }
}

/*.holiday table {
    width: 100%;
}*/
#holdidayTable {
    width: 100%;
    position: fixed;
    
}

/*#holdidayTable td {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}*/

@media screen and (max-width: 800px) {



    #holdidayTable {
        overflow-x: auto;
        display: block;
        font-size:10px;
    }
}
/*#graduate {
    border: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    color: black;
}*/
#gradCaption {
    border-bottom: none;
    /*border-bottom-width: 0.1px;*/
}
