html { 
  background: url(/images/transfer-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h2 {
    padding: 0px;
    margin: 2px;
}

p {
    padding: 0px;
    margin: 2px;
    margin-bottom: 20px;
    margin-top: 20px;    
}

a {
  color: rgba(49,91,160,1);
}

body {
  font-family: 'Roboto';
  font-size: 14px;
}

th {
    background-color: rgba(49,91,160,1);
    color: #FFFFFF;
    text-align: left;
}

.masterbox {
  width: 80%;
  height: 75%;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3px;
  border-top: 15px solid rgba(49,91,160,1);
  border-bottom: 15px solid rgba(49,91,160,1);
}
