

.select3-container .select3-selection{
  border-radius: 0px;
}

.select3-container .select3-selection--single{
  height: 32px;
}

.select3-container .select3-selection--single .select3-selection__rendered {
  padding-top: 2px;
}

.select3-container .select3-selection__rendered .select3-selection__choice {
  background-color: #3276b1;
  border-color: #2c699d;
  font-weight: bolder;
  color: white;
  border-radius: 0px;
}

.select3-container .select3-selection__rendered .select3-selection__choice__remove{
  color: white;
  margin-left: 4px;
  margin-right: 0px;
  float: right;
  font-weight: bolder;
}
