
div#zmml-box {
    position: absolute;
    width: 170px;
    right: 5px;
    top: 42px;
    z-index: 99;
    float: left;
}

div#zmml-box img {
    height:40px; 
    padding-top:25px; 
    padding-right:10px;
    float: left;
}

div#zmml-logo img {
    height:30px;
    width: 96px;
    padding-top:20px;
    padding-right:10px;
    float: left;
}

@media (max-width: 768px){div#zmml-box{top:-15px;z-index:10001;}} 
@media (max-width: 575px){div#zmml-box{display: none;}}


@media print {
    div#studip-logo {
        display: none
    }

    div#zmml-logo {
	display: none
    }
    div#zmml-box {
	display: none
    }
}

form.course-wizard-step-0 > * {
  order: 1;
}
form.course-wizard-step-0 section:nth-of-type(2) {
  order: 2;
}
form.course-wizard-step-0 section:nth-of-type(3) {
  order: 3;
}
form.course-wizard-step-0 section:nth-of-type(4) {
  order: 5;
}
form.course-wizard-step-0 section:nth-of-type(5) {
  order: 9;
}
form.course-wizard-step-0 section:nth-of-type(6) {
  order: 10;
}
form.course-wizard-step-0 section:nth-of-type(7) {
  order: 11;
}
form.course-wizard-step-0 section:nth-of-type(8) {
  order: 12;
}
form.course-wizard-step-0 section:nth-of-type(9) {
  order: 14;
}
form.course-wizard-step-0 section:nth-of-type(10) {
  order: 13;
}
form.course-wizard-step-0 section:nth-of-type(11) {
  order: 4;
}
form.course-wizard-step-0 section:nth-of-type(12) {
  order: 6;
}
form.course-wizard-step-0 section:nth-of-type(13) {
  order: 7;
}
form.course-wizard-step-0 section:nth-of-type(14) {
  order: 8;
}
form.course-wizard-step-0 footer {
  order: 100;
}




