
  body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    background: #4d8189;
  }
  h1 {
    margin-top: 2px;
    text-align: center;
    text-align: center;
    font-size: 24px;
    color: #ecf0f1;
    text-shadow: 2px 2px 4px #000000;
    font-family: 'Arial', cursive;
  }
  
/* Table style */

table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height: 383px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}

td:hover{
  background-color: rgba(197, 197, 197, 0.1);
}


  td:hover{
    background-color: rgba(197, 197, 197, 0.1);
  }

  th{
    padding: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #7c7c7c;
    text-transform: uppercase;
    font-weight: bold;
    position: sticky;
    background-color: rgba(255,255,255);
    top: 0;
  }
  td{
    padding:5px 10px;
    text-align: left;
    vertical-align:middle;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    border: solid 2px rgba(255,255,255,0.1);
  }
  
  
  @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
  body{
    
    font-family: 'Arial', sans-serif;
  }
  section{
    margin: 0 50px;
  }
  
  .parent .child:nth-child(2){
    margin-bottom: 40px;
  }
  
  ::-webkit-scrollbar {
      width: 6px;
  } 
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  } 
  ::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  }

  .parent {
    text-align: center;
  }
  .child {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  /* Back button */
  
  .back{
    width: 180px;
    height: 50px;
    background-color: #34495e;
    border-radius: 5px;
    margin: 5px;
  }

  .back a{
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
  }

  .back a:hover{
    color: white;
  }

  .material-icons{
    padding-top: 8px;
  }

  
  .compare{
    margin: 5px;
  }

  .head {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
  }
  
  .compare h1{
    text-align: left;
    font-size: 26px;
    color: #ecf0f1;
    text-shadow: 2px 2px 4px #000000;
    font-family: 'Arial', cursive;
  }

  .compare a.head{
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #ecf0f1;
    text-shadow: 2px 2px 4px #000000;
    font-family: 'Arial', cursive;
  }

  .compare a.head:hover{
    text-decoration: underline;
    transition: all .5s ease 0s;
  }
  
   /* filter */

   .filt i{
    cursor: pointer;
  }

  select{
    background: none;
    border: none;
    width: 20px;
    color: #7c7c7c;
    position: absolute;
    z-index: 0;
    cursor: pointer;
    outline: none;
  }
  
  option{
    color: black;
    cursor: pointer;
  }

  select:focus{
    border: none;
  }

  option:focus{
    border: none;
  }