/* 
 * ---------------------------------------------------------------------
 * Filename:            TU_Munchen_pdf.css
 * Description:         Design for the moveon 4 Form and Portal
 * Version:             0.0.9 (18/07/2014)
 * Website:             moveon4.com
 * --------------------------------------------------------------------- 
 */
 
.pageCover {
    background: url("https://static.moveon4.com/de-tu-munchen/images/new_logo_tum.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
	padding-top: 90px;
}


div[name="Person"] .fieldsetContainer {
    padding: 10px;
    width: 435px;
    display: inline-block;
	vertical-align: top;
 }
 

div[name="Disclaimer"] .fieldContainer{
   width: 2086px;
}
.fieldsetContainer .fieldContainer {
padding: 2px 0;
line-height: 10px;
}

.formContainer {
 margin: 0;
 padding-bottom: 0;
 }
 
.formHead {
margin-bottom: -5px;
  line-height: 21px;
  margin-top: 0px;
 }

 .fieldsetBody {
margin-bottom: -20px;
 }


.stayInfo > .row {
    border-bottom: 1px solid #E3E3E3;
    line-height: 26px;
    overflow: hidden;
    position: relative;
}

.stayInfo > .row > .detailLabel {
    float: left;
    width: 40%;
    padding-left: 8px;
}

.stayInfo > .row > .detailText {
    float: left;
    width: 55%;
}

.stayInfo {
    position: relative;
    top: 5px;
    border-top: 2px solid #0a92ab;
}

