body {
  padding: 10px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

input, select, a {
  margin: 10px 5px;
}

a {
  color: #00B7FF;
}

li {
  list-style-type: none;
}

.nav {
  padding: 0px;
  border-bottom: 1px solid;
  height: 130px;
  margin-bottom: 20px;
}
.nav li {
  float: left;
  margin-right: 20px;
}

.navLogin {
  float: right !important;
}

h1 {
  clear: both;
}

.profilePhoto {
  width: 200px;
}

.logo {
  width: 170px;
}

ul#students input[type=number] {
  width: 60px;
}

div.custom-checkbox label.custom-control-label {
  width: 250px;
}

/*# sourceMappingURL=style.css.map */