.mcl-action {
  background: #ffffff;
  border: 1px solid rgba(255, 64, 0, 0.5);
  border-radius: 5px;
  color: #ff4000;
  cursor: pointer;
  font-family: 'interFace Bold', Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 4px 0;
  overflow: hidden;
  padding: 0 10px;
  text-shadow: none;
}

.mcl-action:hover {
  background: #ff4000;
  border: 1px solid #ff4000;
  color: #ffffff;
}

.mcl-action:active {
  background: #ff4000;
  color: #ffffff;
}

.mcl-tab-bar {
  border: 1px solid #888888;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.mcl-tab-bar button {
  background: #ffffff;
  cursor: pointer;
  border: none;
  border-right: 1px solid #888888;
  color: #333333;
  float: left;
  font-family: 'interFace Bold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 27px;
  margin: 0;
  padding: 1px 6px;
  text-align: center;
}

.mcl-tab-bar button:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.mcl-tab-bar button:last-child {
  border-bottom-right-radius: 4px;
  border-right: none;
  border-top-right-radius: 4px;
}

.mcl-tab-bar button:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.mcl-tab-bar .mcl-active {
  background: #ff4000;
  border-right: 1px solid #ff4000;
  color: #ffffff;
}

.mcl-tab-bar button:hover,
.mcl-action button:hover {
  background: rgba(255, 64, 0, 1);
  color: #ffffff;
}

.mcl-sub-nav-menu-button {
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 25px;
  height: 50px;
  letter-spacing: 4px;
  line-height: 50px;
  padding-left: 15px;
  width: 37px;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-default.active {
  background-color: #333333;
  border-color: transparent;
  color: #ffffff;
}
