body {
    background-color: black;
    background: url('/images/bg.jpg') no-repeat center fixed;  
    /*no-repeat center fixed;*/
    background-size: cover;
    color: #333333; 
  }
.userinfo-label {
  width:100%;
  //background-color:#eee;
  padding: 5px 5px 6px 5px;
  opacity:0.8;
  border-top: 4px solid #eee;
  border-radius: 0px;
}  
   
   
@media print {
body {
    background-color: white;
    background: none;
    color: black; 
  }
.userinfo-label {
  opacity:1;
  border:none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  text-align: left;
  font-size: 120%;
}
}   