
body {
    background-color:White;
    font: normal 100% helvetica, sans-serif;
    font-size:15px;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

h1 {
    color:#A61C17;
    text-align:center;
}

h3 {
    color:#A61C17;
}

.course-title {
	margin-bottom: 20px;
}
.center {
    margin:auto;
    width:65%;
}

#navcontainer {
    display: flex;
    justify-content: center;
    background-color: #ADA7A6;
}

#navcontainer .navbar-link {
    border-right: 1px solid #fff;
}

#navcontainer .first-link {
    border-left: 1px solid #fff;
}

.navbar-link a {
    display: flex;
    align-content: center;
    padding: 4px 8px;
    text-decoration: none;
    color: #000;
}

.navbar-link a:hover {
    background-color: #A61C17;
    color: #FFF;
}

#navcontainer ul {
    padding: .2em 0;
    margin: 0;
    list-style-type: none;
    background-color: #ADA7A6;
    color: #FFF;
    width: 100%;
    font: normal 90% helvetica, sans-serif;
    text-align: center;
}

#navlist li {
    display: inline;
}

#navlist li a {
    text-decoration: none;
    background-color: #ADA7A6;
    color: #000;
    padding: .2em;
    border-right: 1px solid #fff;
}

#navlist li#navlistfirst  {
    border-left: 1px solid #fff;
}

#navlist li a:hover {
    background-color: #A61C17;
    color: #fff;
}

.badges {
    width: 100%;
    text-align: center;
}

.lastmod{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    color: #747474;
    font-size: 80%;
}

.badges img {
    border: 0;
    width: 88px;
    height: 31px;
}


.staffpic {
    width: 150px;
    margin-top: 40px;
}


th {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
}

td {
    padding: 5px;
}

div.announcements
{
    float: left;
    width: 45%;
    border-right: dotted 1px #d3d7cf;
    padding-right: 1em;
}

div.announcements .annpermalink
{
    text-decoration: none;
    color: Black;
    font-weight: bold;
}

table {
      empty-cells:show;
}

th.c4 {width:45%}
th.c3 {width:35%}
th.c2 {width:25%}
th.c1 {width:20%}
