﻿  table tr th, table tr td {
      padding: 0.5625rem 0.625rem;
      }
      h3 {
      font-size: 1.6875rem;
      }
      h4 {
      font-size: 1.4375rem;
      }
      h1, h2, h3, h4, h5, h6 {
      margin-bottom: 0.5rem;
      margin-top: 0.2rem;
      }
      .result-container {
      float: left;
      margin-bottom: 10px;
      min-height: 320px;
      padding: 10px 20px 0;
      position: relative;
      width: 100%;
      background-color:#37AEFA;
      }
      .result-container table {
      border: 1px solid black;
      border-collapse: collapse;
      width: 100%;
      background-color:#efefef
      }
      .result-container td {
      border: 1px solid black;
      font-size: 15px;
      font-weight: bold;
      line-height: 30px;
      color: #505050;
      }
      .sectiongroup{
          background-color:#37AEFA;
      }
      