h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

h4, p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

h5 {
  font-size: 0.75rem;
}

h4 {
  font-weight: 600;
}

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'); */
/* @mixin border-radius{
  border-radius: 2px;
} */
/* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); */
.end {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.panel {
  background-color: #f9f9fb;
  margin-bottom: 0.75rem;
  padding: 1rem;
  box-shadow: 1px 1px 5px #b5b4c5;
}

.panel .panel-title {
  padding-bottom: 1rem;
  color: #6A6976;
}

.panel .panel-section {
  padding: 0.75rem;
}

.panel .avatar {
  margin: 1rem auto 2rem auto;
}

.panel .basic-interest {
  border-left: 1px solid #005F9E;
  padding-left: 10px;
  margin: 1rem;
}

.panel .basic-interest .title {
  margin-bottom: 12px;
}

.panel .basic-interest li {
  font-size: 0.75rem;
  margin: 0 0 5px 10px;
}

.panel .disclaimer {
  font-size: 0.6875rem;
  color: #AEAEB6;
  flex: 100%;
  margin-top: 5px;
}
