#fix-footer{
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 51px;
    width: 100%;
    background: #f8f8f8;
    border-top:1px solid #e7e7e7;
}
#fix-header{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
}
.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;
}

.rundad {
-moz-border-radius: 15px;
border-radius: 15px;
}

.regrub2 {
	color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
	}

.regrub3 {
	color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
	}
	
.mobilno {
	width:400px;
	}
.mobilno2 {

	}

@media only screen and (max-device-width: 480px) {
		#fix-footer{
			display: none;
		}
		.mobilno {
			display: none;
		}
		.mobilno2 {
			display: none;
		}
		}