
body { 
  background-color: coral;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#fix-footer{
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 51px;
    width: 100%;
    background: #f8f8f8;
    border-top:1px solid #e7e7e7;
}
.prLabel1 {
	    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
	}
	
	.prLabel2 {
	    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
	}
.prLabel {
	    color: #005B95;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.42857143;
	}	
	.brand {
    font-family: 'Nexa Light','Open Sans','Helvetica Neue',Arial,sans-serif;
    letter-spacing: 1.5px;
}
.xxxlotusTable {
    table-layout: fixed;
}

.parent {
  position: relative;
 
}

.child {
  width: 300px;
  height: 280px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: 10% 0 0 -150px;
   -moz-border-radius: 5px;
border-radius: 5px;
}

.childlarge {
  width: 300px;
  height: 320px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: 10% 0 0 -150px;
   -moz-border-radius: 5px;
border-radius: 5px;
}

.childpw {
  width: 300px;
  height: 380px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;

  margin: 10% 0 0 -150px;
   -moz-border-radius: 5px;
border-radius: 5px;
}

.rundad {
-moz-border-radius: 15px;
border-radius: 15px;
}

.mobilno {
	width:400px;
	}
@media only screen and (max-device-width: 480px) {
		#fix-footer{
			display: none;
		}
		.mobilno {
			display: none;
		}
		}