/* Sticky nav and footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body > .container {
  padding: 60px 15px 0; /* so content doesn't slide up under fixed nav */
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.assignment{
	color: #cc092f;
}
#mySchedule td{
	padding: 4 0 3 0;

}

strong{
	font-weight: 600;
}

h6{
  font-weight: 600;
}

