<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-course-textbook
{
   height: 350px;
   object-fit: cover;
}

.courseListText
{
   font-family: 'Roboto Slab', serif;
   font-size: 1.0em;
   line-height: 1.0;
}

.courseListItem
{
   border: 3px solid;
   border-color: var(--primary-dark-color);
}


.lectureNameText
{
   font-size: 1.1em;
   font-weight:bold;
}



.list-group-item
{
   color: #000000;
}

/* items for the course page */
.lecture-list i
{
   font-size: 1.2em;
}

.lecture-list .list-group-item:hover i
{
   color: var(--hilight-color);
}

.textbooks img
{
   max-height: 400px;
}</pre></body></html>