ol, ul { list-style: none; }
/*- FILTER OPTIONS -*/
ul#filterOptions {
  height: 52px;
  margin: 30px auto;
  overflow: hidden;
  display: table;
}
ul#filterOptions li { height: 52px; margin-right: 2px; float: left; }
ul#filterOptions li a {
  height: 50px;
  width: 105px;
  padding: 0 20px;
  border: 1px solid #999;
  background: #cfcfcf;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  display: block;
}
ul#filterOptions li a:hover { background: #c9c9c9; }
ul#filterOptions li.active a { background: #999; }

#add {
    position: fixed;
    right: 15px;
    bottom: 15px;    
    padding: 5px 10px;    
    font-size: 12px;
    font-weight: bold;
    background: #F64359;
    opacity:0.3;
    color: white;
    cursor: pointer;
    border-radius: 50px;
}
#add:hover {
    opacity: 0.7;
}
