.mic-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 100px;
}
.mic-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.mic-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aaa;
}
.micTabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  height: 50px;
}
.micTabs a {
  text-decoration: none;
  margin-top: -3px;
  padding: 0 25px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.micTabs a:hover,
.micTabs a.active {
  color: #03b3b3;
  border-bottom: 2px solid #03b3b3;
}
.micTabs.lightWeight {
  text-align: left;
}
.micTabs.lightWeight a {
  border: none;
  color: #a4a4a4;
  font-size: 14px;
}
.micTabs.lightWeight a:hover,
.micTabs.lightWeight a.active {
  color: #03b3b3;
}
