	.content {
  margin-top: 3px;
  height: 100%;
}

.content-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-tabs .tab {
  width: 100%;
  color: #fff;
  background-color: #5dde7b;
  height: 25px;
  line-height: 35px;
  margin: 3px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
.content-tabs .active-tab {
  background-color: #3980fa;
  color: #000;
}

.tab-content {
  padding-top: 13px;
  padding-left: 10px;
  display: none;
}
.tab-content p {
  width: 100%;
}

.active-tab-content {
  display: block;
}



