.tzSelect {
    height:34px;
    display:inline-block;
    min-width:200px;
    position:relative;
    background:url("../img/dropdown_slice.png") no-repeat -99999px;
}

.tzSelect .selectBox {
    position:absolute;
    height: 42px;
    width:100%;
    font-size: 1rem;
    line-height: 42px;
    font-family: "Titillium Web", Arial;
    text-align:left;
    color: #495057;
    padding: 0 .75rem;
    background: url(../images/arrow-down-green.png) no-repeat right 7px top 55% #fff;
    cursor:pointer;
    /*-moz-border-radius: .25rem;*/
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded {
    background: url(../images/arrow-down-green.png) no-repeat right 7px top 55% #fff;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.tzSelect .selectBox:focus,
.tzSelect .selectBox:active,
.tzSelect .selectBox.expanded:focus,
.tzSelect .selectBox.expanded:active {
  box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
  /*-moz-border-radius: .25rem;*/
  -webkit-border-radius: .25rem;
  outline: 0;
}

.tzSelect .selectBox option {
  height: 42px;
  font-size: 1rem;
  line-height: 42px;
  font-family: "Titillium Web", Arial;
  font-weight: normal;
  text-shadow: none;
  text-align: left;
  cursor:pointer;
}

.tzSelect ul {
  position: absolute;
  background: white;
  z-index: 1000;
  margin: 0;
  padding: 0 0.5em;
  list-style-type: none;
  top: 44px;
  border: 1px solid #007bff;
  border-top: 1px solid white;
}

.tzSelect ul li {
  cursor:pointer;
}
