
    @font-face { font-family: Atlantis Found; 
        src: url('fonts/atlantis-found.woff') format('woff'); }

   .center-div
   {
        margin: 0 auto;
        width: 600px; 
   }
   
   /*
   div#calendarModal {
       width:auto;
       height:auto;
       padding:0px;
       background-color:white;
       border:solid #262e5d 2px;
       box-shadow: 0 0 20px rgba(0,0,0,.4);
   }
   #calendarModal .modal-content {
        border: solid #262e5d 2px;
    }
    */
    #calendarModal .modal-content {
        border: solid #262e5d 2px;
        box-shadow: 0 0 20px rgba(0,0,0,.4);
    }
    .calendar-dialog {
        max-width: 1100px;
    }
    #calendarModal iframe {
        width: 100%;
        height: 700px;
        border: 0;
    }
   .calendarHead {
       width:100%;
       text-align:center;
   }

