.accordion {
  font-size: 14px;
  margin: 0 auto;
  background: #fff;
}

.accordion [type=radio],
.accordion [type=checkbox] {
  display: none;
}

.accordion label {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  cursor: pointer;
  color: #404040;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
}

.accordion ul li label:hover,
.accordion [type=radio]:checked ~ label,
.accordion [type=checkbox]:checked ~ label {
  background: #eee;
}

.accordion .content {
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: background-color .2s ease-in, padding-right .2s ease-in;
  -moz-transition: background-color .2s ease-in, padding-right .2s ease-in;
  transition: background-color .2s ease-in, padding-right .2s ease-in;
}

.accordion p {
  margin: 0 0 10px;
}

.accordion h3 {
  margin: 10px 0;
  padding: 0;
}

.vertical ul li {
  overflow: hidden;
  margin: 0 0 1px;
}

.vertical ul li label {
  padding: 15px;
}

.vertical [type=radio]:checked ~ label,
.vertical [type=checkbox]:checked ~ label {
  border-bottom: 0;
}

.vertical ul li label:hover {
  border: 1px solid #e3e3e3;
}

.vertical ul li .content {
  height: 0;
  transition: background-color .2s ease-in, padding-right .2s ease-out;
  border-top: 0;
}

.vertical [type=checkbox]:checked ~ label ~ .content {
  height: auto;
  border: 1px solid #e3e3e3;
}

.accordion ul {
  padding-left: 0;
}

#statistics-footer {
  font-size: 11px;
  clear: both;
  width: 100%;
  padding: 15px;
  text-align: center;
}

#statistics-footer a {
  text-decoration: underline;
}

#statistics-footer a:hover {
  text-decoration: none;
  color: #ccc;
}

.center {
  text-align: center;
}

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
  background-color: #308184;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
  background-color: #308184;
}

.fu-fashion-statistics-container {
  min-height: 52em;
  margin-bottom: 40px;
  padding: 15px;
}

.fu-fashion-statistics-container h2 {
  color: #404040;
}