.tab {
  float: left;
  border: none;
  height: auto;
  padding: 20px;
  border: 1px dotted #e0dede;
  margin-bottom: 30px;
}

.tab-button {
  width: 100%;
  text-transform: capitalize;
  border-bottom: 2px dotted #eee !important;
  font-size: 16px;
}

.tab-button:hover {
  border-bottom: 2px dotted #00a89c !important;
}

.active {
  color: #00a89c;
}

.tab-content {
  padding: 0px 12px;
}
