<style>
  html * {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  body {
    background: white;
  }

 .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;
    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 {
    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: white;
    color: gray;
    width: 92%;
    margin: auto;
  }
  button {
    outline: none;
    border: none;
    background-color: green;
    background-image: -webkit-gradient(linear, left top, left bottom, from(darkgreen), to(rgb(5, 163, 5)));
    background-image: -webkit-linear-gradient(top, darkgreen rgb(5, 163, 5));
    background-image: -moz-linear-gradient(top,  darkgreen rgb(5, 163, 5));
    background-image: -ms-linear-gradient(top,  darkgreen rgb(5, 163, 5));
    background-image: -o-linear-gradient(top,  darkgreen rgb(5, 163, 5));
    background-image: linear-gradient(to bottom,  darkgreen rgb(5, 163, 5));
    width: 140px;
    height: 36px;
    border-radius: 6px;
    font-size: large;
    box-shadow: 0  17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: small;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: whitesmoke;
  }

  .buttonsmall {
    outline: none;
    border: none;
    background-color: green;
    background-image: -webkit-gradient(linear, left top, left bottom, from(darkgreen), to(rgb(5, 163, 5)));
    background-image: -webkit-linear-gradient(top, darkgreen rgb(5, 163, 5));
    background-image: -moz-linear-gradient(top,  darkgreen rgb(5, 163, 5));
    background-image: -ms-linear-gradient(top,  darkgreen rgb(5, 163, 5));
    background-image: -o-linear-gradient(top,  darkgreen rgb(5, 163, 5));
    background-image: linear-gradient(to bottom,  darkgreen rgb(5, 163, 5));
    width: 68px;
    height: 36px;
    border-radius: 6px;
    font-size: large;
    box-shadow: 0  17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: smaller;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
  }
  button:hover {
    background-color: darkgreen;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(5, 163, 5)), to(green));
    background-image: -webkit-linear-gradient(top, rgb(5, 163, 5), green);
    background-image: -moz-linear-gradient(top, rgb(5, 163, 5), green);
    background-image: -ms-linear-gradient(top, rgb(5, 163, 5), green);
    background-image: -o-linear-gradient(top, rgb(5, 163, 5), green);
    background-image: linear-gradient(to bottom, rgb(5, 163, 5), green);
  }

  a:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color: green;
    background-color: transparent;
    text-decoration: underline;
  }
  a:active {
    color: green;
    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;
  }

  table {
    color: #ffffff;
    font-size: 11px;
    line-height: 15px;
  }
i {
  color: whitesmoke;
  font-weight: lighter;
  font-size: 14px;
}
</style>