    <!-- ===============================================-->
    <!--    &&& DLS external fonts course lising -->
    <!-- ===============================================-->  
    <link rel="stylesheet"
    href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700%7cPoppins:100,200,300,400,500,600,700,800,900 ">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700%7cPoppins:100,200,300,400,500,600,700,800,900" rel="stylesheet">  
    
    <!-- ===============================================-->
    <!--    &&& DLS internal styles course lising -->
    <!-- ===============================================-->  
    <style>
    .course-entry {
                margin: 0;
                padding: 0;
                max-width: 463px;
                /*-------border content only for testing not publishing----*/
                /*  border-style: dashed;
                border-width: 2px;
                border-color: light-grey;*/
                /*-------border content only for testing not publishing----*/
        
    }
        
    .course-number {
                font-family: Oswald;
                font-size: 1.1rem;
                color: #000083;
                text-shadow: 2px 2px 2px rgba(125,148,154,0.20);
                margin: 0;
                padding: 0;
                /*max-width: 463px;*/
                word-break: break;
                white-space: normal;
                display: inline-block;
                vertical-align:top;
                /*-------border content only for testing not publishing----*/
/*                  border-style: dashed;
                border-width: 2px;
                border-color: light-grey;*/
                /*-------border content only for testing not publishing----*/
    }

    .course-title {
                font-family: Oswald;
                font-size: 1.1rem;
                color: #000083;
                text-shadow: 2px 2px 2px rgba(125,148,154,0.20);
                margin: 0;
                padding: 0;
                /*max-width: 463px;*/
                word-break: break;
                white-space: normal;
                display: inline-block;
                /*-------border content only for testing not publishing----*/
                /*  border-style: dashed;
                border-width: 2px;
                border-color: light-grey;*/
                /*-------border content only for testing not publishing----*/
    }

    .course-datetime {
                font-family: Oswald;
                font-size: 0.95rem;
                font-weight: 200;
                color: #000083;
                margin: 0 0 0 1.25rem;
                padding: 0;

    }

    .course-instructor{
                font-family: Open Sans, sans serif ;
                font-style: normal;
                font-weight: 500;
                font-size: 0.95rem;
                color: #191919;
                margin: 0 0 0 1.25rem;    
                /*margin: 0.25rem 0 0.25rem 3.5rem; */  
                padding: 0;

    }

    .course-message{

                font-family: Open Sans, sans serif ;
                font-style: italic;
                font-size: 0.85rem;
                font-weight: 400;
                /* text-shadow: 1px 1px 1px rgba(125,148,154,0.20);*/
                color: #0aae97;
                padding: 0;
                margin: 0 0 0 2.25rem;    

                /*-------border content only for testing not publishing----*/
                /*  border-style: dashed;
                border-width: 2px;
                border-color: light-grey;*/
                /*-------border content only for testing not publishing----*/
                }
/*
         
    div.card td {
                border-style: dashed;
                border-width: 1px;
                border-color: light-grey;
                background-color: rgba(100, 10,100, 0.10);


    }

    div.card th {
                border-style: dashed;
                border-width: 1px;
                border-color: light-green;
                background-color: rgba(100, 200,100, 0.30);


    }

div.card th {
             padding-left:0;
    
}
*/

    </style>














/*
<!-- &&& Entry Begin -->
<div class="course-entry">
<!--<div class="course-number">XXVI.</div>-->
<div class="course-title">
Election Administration Resource Management: Increasing Revenue and Understanding True Costs</div>
<div class="course-datetime">Tue, Dec 15, 2020 (9:00am - 4:30pm) & Wed, Dec 16, 2020 (8:00am - 11:00am)</div>
<div class="course-instructor">Instructor: James T. Hitt Ph.D.</div>
<div class="course-message">(You received credit for this elective on Dec 2007)</div>
</div>
<!-- &&& Entry End -->
*/