.btn.jmodedit {display: none;}
tr:nth-child(even) {
  background-color: #eeeeee;
}
.tablecenter {
  margin-left: auto;
  margin-right: auto;
}

.ubscontainer {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 0 20px 20px 20px;
}

.ubsheader {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0px;
}
        
.ubslogo {
width: 200px;
height: auto;
}
        
.company-info {
font-size: 14px;
line-height: 1.2;
color:gray;
}

.ubspagebreak {
margin-bottom:125px;
}

hr {
border: none;
border-top: 3px solid gray;
margin-top: 5px;
}
		
@media print {

  pre {
    page-break-before: always;
  }
  
  blockquote {
    page-break-before: always;
  }
  
}

pre {
    margin-bottom: 0px;
    margin-top: -20px;
    overflow: auto;
}

.ubsfooter {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}

#jform_name, #jform_email1 {
  
pointer-events: none;
}