.dropdown-header {
  background-color: #FFF;
  border: none;
  cursor: pointer;
  width: 100%;
  line-height: 28px; }

.dropdown-header .arrow-container {
  width: 15%;
  position: relative;
  height: 32px;
  float: left; }

.dropdown-header .arrow-container .arrow-down {
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #666;
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  right: 0; }

.dropdown-header .text {
  width: 85%;
  float: left;
  padding-left: 10px; }

.dropdown-header.large {
  padding-top: 5px; }

.dropdown-header.large .arrow-container .arrow-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #666;
  top: 10px; }

.dropdown-reset {
  position: absolute;
  float: right;
  display: inline;
  cursor: pointer;
  top: 26%;
  right: 15px;
  color: #666; }

.dropdown-list {
  position: absolute;
  background-color: #FFF;
  width: 100%;
  overflow: auto;
  border: 1px solid #D8D8D8;
  z-index: 1;
  top: 100%;
  padding-top: 6px;
  padding-bottom: 6px; }

.dropdown-list.active {
  display: block; }

.dropdown-list.hidden {
  display: none; }

.dropdown-list span {
  padding-left: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  cursor: pointer; }

.dropdown-list span:hover {
  background-color: #E7E7E7; }

