.limiterBox {
  border: 1px solid #000;
  border-top: none;
  background-color: #3A3A3A;
  line-height: 1.4;
  font-size: 11px;
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}