    .ResultTable {
      margin            : 20px;
      width             : 760px;
      border            : #506e9f 1px solid;
      border-collapse   : collapse;
      

    
    }
    
    .ResultTable th,
    .ResultTable td {
      border            : #506e9f 1px solid;
      padding-top       : 5px;
      padding-left      : 5px;
      padding-bottom    : 5px;
      text-align        : left;
    }
    
    .ResultTable th {
      text-align        : center;
    }
