.spacer5 {
  height: 5px;
}

.spacer10 {
  height: 10px;
}

.spacer20 {
  height: 20px;
}

.margin10 {
  margin: 10px;
}

#jumbo {
  padding: 5px;
}

.mec_container {
    max-width: 90%;
    margin: auto;
}

.padding10 {
    padding: 10px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:1%;
  content: attr(data-count);
  font-size:50%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:rgba(255,0,0,.85);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}
