<style>
  html * {
    font-family: Arial !important;
  }
  body {
    background: gray;
  }

 .page {
    margin: auto;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    padding: 2px;
    width: 98%;
    max-width: 380px;
    background-color: #FFFFFF;
    border-radius: 5px;
    
  }

  .pagethank {
    text-align: center;
    margin: auto;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    padding: 2px;
    width: 98%;
    max-width: 380px;
    background-color: white;
    border-radius: 5px;
    box-shadow: inset 0 0px rgba(255, 255, 255, 0.2),
    inset 0 -15px 30px rgba(0, 0, 0, 0.4),
    0 5px 10px rgba(0, 0, 0, 0.5);
  }

  .pagethank p {
    background-color: #0E4E72;
    color: white;
    width: 92%;
    margin: auto;
  }

  button {
    outline: none;
    border: none;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background-image: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: -moz-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: -ms-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: -o-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: linear-gradient(to bottom, #ffffff, #d7d7d7);
    width: 250px;
    height: 36px;
    border-radius: 6px;
    color: gray;
    font-size: large;
    box-shadow: 0  17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }

  .refbutton {
    outline: none;
    border: none;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7d7d7));
    background-image: -webkit-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: -moz-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: -ms-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: -o-linear-gradient(top, #ffffff, #d7d7d7);
    background-image: linear-gradient(to bottom, #ffffff, #d7d7d7);
    width: 185px;
    height: 36px;
    border-radius: 6px;
    color: gray;
    font-size: large;
    box-shadow: 0  17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }

  button:hover {
    background-color: #d7d7d7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #d7d7d7, #ffffff);
    background-image: -moz-linear-gradient(top, #d7d7d7, #ffffff);
    background-image: -ms-linear-gradient(top, #d7d7d7, #ffffff);
    background-image: -o-linear-gradient(top, #d7d7d7, #ffffff);
    background-image: linear-gradient(to bottom, #d7d7d7, #ffffff);
  }

  a:link {
    color: #0e4e72;
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color: #0e4e72;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color: gray;
    background-color: transparent;
    text-decoration: underline;
  }
  a:active {
    color: gray;
    background-color: transparent;
    text-decoration: underline;
  }

  hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }

  .pagefoot {
    margin: auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: 0;
    right: 0;
    padding: 2px;
    width: 98%;
    max-width: 380px;
    text-align: center;
    color: #000000;
  }

  .agentname {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    text-align: center; 
    color: #0e4e72;
    font-weight: bold;
  }
  .cellblock {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    color: grey;
    text-align: center;
  }

  .title {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 6pt; 
    color: grey;
    text-align: center;
  }

  .addblock {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    color: #0E4E72;
    text-align: center;
  }

  .stripe img {
    width:100%;
    display: block;
  }

  .apic img {
    height: 85px;
    margin-left: auto;
    margin-right: auto;
  }
  
  table td {
    vertical-align: middle;
    text-align: center;
  }

  .logo img {
    display: block; 
    margin-left: auto;
    margin-right: auto;
    height: 80px;
  }

  .payoff {
    height: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: gray;
  }

  .emptyrow {
    height: 10px;
    background-color: #0e4e72;
  }

  .trbg {
    background-color: #0e4e72;
    text-align: center;
  }

  i {
    font-size: small;
    color: #0e4e72;
  }

  .smicons {
    height: 16px;
    background-color: #ffffff;
    text-align: center;
  }

  .smicons img {
    height: 30px;
  }


</style>