@import url(/cs320/styles_old.css);
@import url(https://use.fontawesome.com/releases/v5.2.0/css/all.css);
@import url(/cs320/courseStyles.css);

BODY, TD {
    font-family: arial, verdana, sans serif;
    margin: 10px;
}

NAV.navbar { margin: -10px; }
NAV.navbar a:link { text-decoration: none; }

.jumbotron { margin-top: 0px; margin-bottom: 20px;
             padding-top: 0px; padding-bottom: 20px; }
p.lead { margin-bottom: 0px; }

.keyword { color: #33c; font-weight: bold; }

.due { color: #c33; font-weight: bold; }

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; }
