/* Globals */
/* Colors */
/* Z Indexes */
/* Font Styles */
/* Icons */
.profiles-container {
  display: none;
  text-align: center;
}

.profiles-title {
  margin-top: 80px;
  text-align: center;
  font-family: "roboto-condensed";
  font-size: 46.1538461538px;
  padding-top: 10px;
}

h3.profiles-account-title {
  color: #eeeeee;
  font-family: "SamsungOne";
  font-size: 26.9230769231px;
  font-weight: initial;
}

.profiles-single {
  border: 1px solid transparent;
  float: left;
  height: 200px;
  margin: 0 26px;
  text-align: center;
  width: 200px;
}

.profiles-single.active img {
  outline: 3px solid #FF6D00;
}

.profiles-image {
  height: 200px;
  width: 200px;
}

.profiles-nav-item {
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.profiles-nav-item.active {
  border: 1px solid #0288D1;
}

.profile-container {
  display: inline-block;
  height: 300px;
  margin: 64px auto 0;
}