@charset "UTF-8";
/* CSS Document */
  body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
  }
  #bodycontainer {
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
    background-color: #FFF;
    border-top-color: #555;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .resultcontainer {
    width: 100%;
    margin-top: 25px;
  }
  .entrycontainer {
    margin-bottom: 5px;
    border-top-color: #555;
    border-top-style: solid;
    border-top-width: 1px;
  }
  .resultcontent {
    padding: 5px 0px 5px 5px;
    background-color: #1E2C51;
    font-weight: bold;
    color: #FFF;
  }
  .headercontent {
    padding: 2px 0px 2px 5px;
    background-color: #E2E8F5;
    font-weight: bold;
  }
  .cellcontent {
    padding: 2px 0px 2px 5px;
  }
  .textbox {
    line-height: inherit;
    padding: 5px 5px 5px 5px;
  }
  .button {
    margin: 5px 5px 5px 25px;
    padding: 10px 10px 10px 10px;
	  background-color: #1E2C51;
	  border: none;
    border-radius: 2px;
	  text-align: center;
    font-weight: 400;
    color: #FFF;
  }
  .button:hover {
    background-color: #E2E8F5;
    color: #5C78C1;
  }
  .bold {
    font-weight: bold;
  }