body {
  padding: 1em;
  font-size: 16px; }

.form_row {
  padding: .5em;
  position: relative; }

.course-info-wrap {
  display: block;
  width: 100%; }

label > input {
  margin-top: 5px;
  position: relative; }

legend {
  text-transform: uppercase;
  color: #266a28;
  font-weight: 600; }

h1 {
  text-align: center;
  text-transform: uppercase; }

h3, .add_course {
  text-align: center; }

.add_course {
  margin-bottom: 1em; }

.add_course > a {
  background-color: #2d7d2f;
  color: white;
  padding: 9px 11px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  transition: .2s ease all; }
  .add_course > a:hover, .add_course > a:active, .add_course > a:focus, .add_course > a:visited {
    color: white; }
  .add_course > a:hover, .add_course > a:active, .add_course > a:focus {
    transition: .2s ease all;
    background-color: #349036; }

.fieldset_container > .form_row {
  box-sizing: border-box;
  padding: 1em; }
  .fieldset_container > .form_row:nth-of-type(odd) {
    background-color: #f3f3f3; }

.form_content {
  text-align: center; }

@media screen and (min-width: 767px) {
  #student_info .form_row, .course-info-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
  .course-info-wrap .select_dept, .course-info-wrap .select_course, .course-info-wrap .select_section {
    width: 33%; } }
