table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table th, table td {
  padding: 0.75em 35px;
  font-size: 15px;
}
table thead th,
table tbody td {
  text-align: center;
}

table thead th, table thead td{
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
table thead {
  background: #F7F7F7;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
table thead th {
  padding: 1em;
}
table[data-comparing="active"] tbody th {
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}
table tbody th {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  font-size: 15px;
  color: #333333;
}
tr:nth-child(even) {
    background-color: #F7F7F7
}
tbody tr:last-child{
  height: 90px;
  background: none;
}
tbody tr:last-child th{
  background-color: #2C8FFF;
  border-bottom-left-radius: 5px
}
tbody tr:last-child td{
  background-color: #2C8FFF;
}
tbody tr:last-child td:last-child{
  border-bottom-right-radius: 5px
}
@media only screen and (max-width: 992px){
  table thead th,
  table tbody td {
    max-width: 400px;
  }
  table th, table td{
    padding: 0.75em 1em;
  }
}

@media only screen and (max-width: 767px){

  table th, table td{
    font-size: 17px;
  }
  table thead th,
  table tbody td {
    max-width: none;
    width: 33.33%;
    float: left;
  }
  table.junior thead th{
    width: 100%;
  }
  table.junior tbody td.tdjunior {
    width: 100%;
  }
  tbody tr:last-child{
    height: 80px;
  }
  tbody tr:nth-last-child(2){
    margin-bottom: 0px;
  }
  tbody tr:last-child td{
    padding: 10px 18px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  tbody tr:last-child th{
    display: none !important;
  }

  thead tr td{
    display: none;
  }
  .thjunior{
    display: none;
  }
  .tdjunior{
    display: none;
  }
  table{
    display: block;
  }
  table.junior .thjunior{
    display: block;
  }
  table.junior .tdjunior{
    display: block;
  }
  table thead tr{
    display: block;
    width: 100%;
  }
  table thead{
    display: block;
  }
  table thead th{
    width: 33.33%;
    float: left;
  }
  table tbody{
    display: block;
  }
  table tbody th{
    width: 100%;
    display: block;
    float: left;
    background-color: #F7F7F7;
    text-align: center;
    font-weight: 400;
  }
  tbody tr{
    display: block;
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  tr:nth-child(even){
    background-color: #fff;
  }
}