  body {
    font-size: 12px;
    font-family: Arial;
    background: #4d8189;
  }
  h1 {
    text-align: center;
    margin: 20px 0 20px;
    font-size: 24px;
    color: #ecf0f1;
    text-shadow: 2px 2px 4px #000000;
    font-family: 'Arial', cursive;
  }
  
  p {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center;
      color: #ecf0f1;
      font-family: 'Arial',cursive;
      font-size: 16px;
  }
  
  span {
      color: #2BD6B4;
  }

/* Table style */

table{
    width:100%;
    table-layout: fixed;
  }
  .tbl-header{
    background-color: rgba(255,255,255,0.3);
   }
  .tbl-content{
    height:700px;
    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);
  }

  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: 50px;
  }
  
  .made-with-love {
    margin-top: 40px;
    padding: 10px;
    clear: left;
    text-align: center;
    font-size: 10px;
    font-family: Arial;
    color: #fff;
  }
  .made-with-love i {
    font-style: normal;
    color: #F50057;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  .made-with-love a {
    color: #fff;
    text-decoration: none;
  }
  .made-with-love a:hover {
    text-decoration: underline;
  }
  
  
  ::-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); 
  }
  
  /* Back button */
  
  .back{
    width: 200px;
    height: 50px;
    background-color: #34495e;
    border-radius: 5px;
    margin: 2px;
  }

  .back a{
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
  }

  .back a:hover{
    color: white;
  }

  .parent2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .child2 {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
  }

  .compare{
    margin: 5px;
  }

  .head {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
  }
  
  .compare h1{
    text-align: left;
    margin-left: 26px;
    font-size: 24px;
    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;
  }