@import url(/CSShared/styles/sharedCourseStyles.css);

li {
    margin-top: 12px;
    margin-bottom: 12px;
    /* max-width: 80ex; */
}

ul { list-style-position: outside; padding:0;
     margin-left: 40px; margin-right: 30px; }
ul.no-bullet { list-style: none inside none; padding:0; margin-left: 10px; }
li.no-bullet { list-style-type: none; padding:0; margin-left:-10px; }

.even-week td {
    background-color: #87CEEB;  /* very light soldier blue */
    /* background-color: #B0E0E6;  very light teal */
    /* background-color: #ADD8E6;  light robin's egg green/blue */
}

.odd-week td {
    background-color: #ECF1EF; /* (far horizon) */
    /* background-color: #FDF2EE; (morning fog) */
    /* background-color: #FEF9ED; (porcelain white) */
    /* background-color: #FEF6E4; (light brown eggshell) */
}

