.market-selector label {
  background: transparent;
  color: #747474;
}

.market-selector input, .market-selector button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.market-selector input:hover, .market-selector button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.market-selector input:active, .market-selector button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.market-selector input.button-secondary, .market-selector input.btn-secondary, .market-selector button.button-secondary, .market-selector button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.market-selector input.button-secondary:hover, .market-selector input.btn-secondary:hover, .market-selector button.button-secondary:hover, .market-selector button.btn-secondary:hover {
  background-color: #9BCF10;
}

.market-selector input.button-secondary:active, .market-selector input.btn-secondary:active, .market-selector button.button-secondary:active, .market-selector button.btn-secondary:active {
  background-color: #80AD07;
}

.market-selector input.alert:not(:hover), .market-selector button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.market-selector input.disabled, .market-selector input[disabled], .market-selector button.disabled, .market-selector button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.market-selector select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.market-selector select {
  height: auto;
  font-size: 13px;
  color: #747474;
  padding: 5px 15px 5px 5px;
}
