.card-tabs {
	max-width: 80rem;
	padding: 1.25rem;
	margin: auto;
}
.card-tabs .card-divider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-flow: row wrap;
}

.card-tabs .card-divider h1, .card-tabs .card-divider h2, .card-tabs .card-divider h3, .card-tabs .card-divider h4, .card-tabs .card-divider h5, .card-tabs .card-divider h6 {
  margin-bottom: 1.25rem;
	margin-left: 10px;
  flex-grow: 0;
}

.card-tabs .card-divider .fa {
  position: relative;
  margin-right: 0;
}

.card-tabs .tabs {
  padding-top: 4px;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  align-self: end;
}

.card-tabs .tabs,
.card-tabs .tabs a {
  background: none;
}

.card-tabs .tabs a {
  /* padding: 0;
  margin: 0 10px; */
  font-size: 14px;
  color: #8a8a8a;
}

.card-tabs .tabs a:hover,
.card-tabs .tabs .is-active a {
  color: #0a0a0a;
}

.card-tabs .tabs-panel {
  padding: 0;
}
.card-tabs .tabs {
	border: none;
}
.tabs-title {
    float: left;
    border: 1px solid #dededefe;
    border-radius: 15px 15px 0px 0px;
    padding: 5px;
    margin-left: 5px;
}
.tabs-title.is-active {
	border-bottom: 0px;
	background: #f9f9f9;
}
.card-divider .tabs .tabs-title > a:focus, .card-divider .tabs .tabs-title > a[aria-selected='true'] {
	background: #f9f9f9;
}
.card-tabs .tabs-content {
	background-color: #f9f9f9;
	border-radius: 15px 0px 15px 15px;
  padding: 40px;
}