
table {
  border-collapse: collapse;
  text-align: left;
  width: 100% !important;
  font-size: 18px; 
}
table tr {
  background: white;

}

table th, table td {
  padding: 4px 10px;
  text-align: center; 
  border: 1px solid #b7d5c3; 
  line-height: 1;

}

table td span {
  background: #eee;
  color: dimgrey;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  position: relative;
  text-transform: uppercase;
  top: 0;
  left: 0;
}

/* CSS for flexbox table on mobile */
@media(max-width:767px){
  table {
    margin-top:20px;
    width: 100% !important;
  }
  
  table thead {
      left: -9999px;
      position: absolute;
      visibility: hidden;
  }
  table tr {
      border-bottom: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      
  }
  table td {
     
      margin: 0 -1px -1px 0;
      padding-top: 35px;
      position: relative;
      width: 50%;
  }
  table td span {
   
      position: absolute;
  }

  .result-content img{
    width:100px !important;
  }
}
