body{
 background: #eee; 
}
.container{
  background: white;
  padding: 10px 20px
}
@media only screen and (min-width: 993px)
{
  .container {
    width: 80%;
  }
}
@media only screen and (max-width: 600px)
{
  a>img {
    position: relative;
    top: 0px;
    left: -10px;
    width: 50%;
  }
}
tr{
  border: 0
}
td, th {
    padding: 10px 5px;
}
.collection{
  border: 0;
}
.collection-item:not(.active){
  margin-bottom: 10px !important;
  border: 1px solid #e0e0e0;
  background: #73B8E1 !important;
}
.collection-item.default,.collection-item.default:last-child{
  margin-bottom: 0 !important;
  border: 0;
  background: #fff !important;
}
.collection-item a {
  color: white !important;
  position: relative;
  bottom: 4px;
}
.collection-item.active{
  margin-bottom: 10px !important;
  border: 1px solid #e0e0e0;
  background: #0282CD !important;
}
strong{
  font-weight: 700;
}
a>img {
  position: relative;
  top: 5px;
  left: -10px;
}
a.btn-floating>img{
  left: 0;
}
.browser-default{
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
input::placeholder {
    color: #8a8a8a;
}
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
    margin: 7.5px 2px 0 0;
}
iframe{
  overflow-y: scroll; 
  max-height: 600px;
  min-height: 55vh;
  border: 0;
}