* {
  overflow-x: hidden;
font-family: 'Play', sans-serif;
  }

body {
  margin: 0;
  padding: 0;
font-family: 'Play', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.navbar{
    background-color: #D84315 !important;
    border-radius: 0px !important;
}
.navbar-toggle .icon-bar{
    border: 2px solid white;
}
.navbar-nav>li>a{
    color: white;
    margin-left: 20px;
}

.navbar-nav>li>a>span.glyphicon{
    line-height: 1.1 !important;
}

.fitter{
  background-color: #f1f4f7;
  padding-bottom: 10%;
}

.fitter h2.header{
  background-color: #D84315;
  overflow-y: hidden;
  color: white;
  border-radius: 3px;
  padding: 5px;
  margin-top: 2%;
}

.box-top{
  color: red;
  background-color: green;
  font-size: 14px;
}

@media (max-width: 768px) {
  #myTable{
    overflow-x: scroll;
  }
}

