body {
  padding-top: 50px;
}
thead{
  color: white;

}
.navbar {
  height: 50px;
  padding: 0 15px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.navbar a {
  color: white;
  line-height: 3em;
}

.table-area {
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

table.responsive-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

table.responsive-table thead {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  line-height: 3em;
  table-layout: fixed;
  display: table;
}

table.responsive-table th {
  background: #eee;
}

table.responsive-table td {
  line-height: 2em;
  
}

table.responsive-table tr > td,
table.responsive-table th {
  text-align: left;
}


@media (min-width: 206px) and (max-width: 767px)
{

  table.responsive-table tr > td
  {
    font-size: 9px;
    color: black;
  }
  table.responsive-table th
  {
    font-size: 8px;
    color: white;
  }
}


@media (min-width: 768px) 
{ 

  table.responsive-table tr > td
  {
    font-size: 10px;
    color: black;
  }
  table.responsive-table th
  {
    font-size: 10px;
    color: white;
  }
}

@media (min-width: 992px) 
{ 

  table.responsive-table tr > td
  {
    font-size: 12px;
    color: black;
  }
  table.responsive-table th
  {
    font-size: 12px;
    color: white;
  }
}


@media (min-width: 1200px) 
{

  table.responsive-table tr > td
  {
    font-size: 15px;
    color: black;
  }
  table.responsive-table th
  {
    font-size: 15px;
    color: white;
  }
}

strong{
  color: #941313;
}