.customize-control select{
  width: 98%;
}

#customize-theme-controls .accordion-section-content{
  background: #FFF;
}

.exoplanet-accordion-section-title{
  color: #fff;
  font-size: 110%;
  /*border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;*/
  padding: 10px 10px 11px 14px;
  line-height: 21px;
  background: #3B8CED;
  margin: 0 -12px 0;
}

/*MULTIIMAGE CONTROL*/
.customize-control-multi-image .thumbnails .thumbnail {
  position: relative;
  width: 100%;
  height: 90px;
  margin-bottom: 5px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  outline: none;
  border: 1px solid #DDDDDD; 
  background: #EEE;
}

.customize-control-multi-image .thumbnails .thumbnail.no-list {
  list-style-type: none; 
}

.customize-control-multi-image .thumbnails .thumbnail.selected {
  border: 1px solid #333; 
}

.customize-control-multi-image .thumbnails .thumbnail .removeIcon {
  cursor: pointer;
  position: absolute;
  right: 5px;
  background: #F11616;
  text-align: center;
  height: 26px;
  width: 30px;
  top: 5px;
}

.customize-control-multi-image .thumbnails .thumbnail .removeIcon a {
  font-size: 16px;
  color: #FFF; 
  line-height: 26px;
  display: block;
  font-family: Arial;
}

.customize-control-multi-image .thumbnails .thumbnail:focus, 
.customize-control-multi-image .thumbnails .thumbnail:hover {
  border: 1px solid #333; 
}

.customize-control-multi-image .customize-control-content {
  margin-top: 1em; 
}

.customize-control-multi-image .multi-images-remove {
  float: right; 
}

/*CHOSEN*/

.chosen-container-single .chosen-single {
    border-radius: 0px;
    height: 28px;
    background: #FFF;
    border-color: #DDDDDD;
    line-height: 28px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.06);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.06);
}

.chosen-container-single .chosen-single div b{
    background-position: 0px 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 4px;
}

.chosen-container-multi .chosen-choices li{
    float: none;
}

/*Additional Styles*/
.exoplanet-info{
  margin-top: 10px;
}

.exoplanet-info a{
  background: #3B8CED;
  padding: 5px 10px;
  color: #FFF;
  text-align: center;
  display: block;
  margin-top: 5px;
  line-height: 1.2;
  box-shadow: none;
  opacity: 1;
}

.exoplanet-info a:hover{
  opacity: 0.8;
}

.exoplanet-like{
  position: fixed;
  bottom: 8px;
  left: 100px;
  background: #3B8CED;
  padding: 4px 10px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
}

.exoplanet-like:hover,
.exoplanet-like:active,
.exoplanet-like:focus{
  color: #FFF;
}

.exoplanet-like .fa{
  margin-right: 5px;
}

.wp-full-overlay.collapsed .exoplanet-like{
  display: none;
}