select.select2buttons {
    display: none;
}

div.select2Buttons {
    text-align: center;
}

.select2Buttons strong {
  display: block;
  clear: left;
  padding-top: 5px;
}

.select2Buttons ul {
  list-style-type: none;
  margin: 5px;
  padding: 0;
  text-align: center;
}

.select2Buttons li, .select2Buttons div {
  min-width: 100px;
}

.select2Buttons li { 
  margin: 10px 5px;
  text-align: center;
}

.select2Buttons li div, 
.select2Buttons .limited div, 
.select2Buttons .disabled {
  -moz-border-radius: 3px 3px 3px 3px;
  background-color: #FF6100;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}

.select2Buttons div {
  color: #3c89c8;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 18px; 
  display: inline-block; 
  width: 200px;
  cursor: pointer;
  
}

.select2Buttons .disabled span {
  padding: 4px;
  display: block;
  font-size: 15px;
  min-width: 37px;
}

.select2Buttons div:hover, 
.select2Buttons .picked {
  background: #F9A64E;
  border-color: #FF6100;
  color: #FFF;    
  text-decoration: none;
}

.select2Buttons .limited div, 
.select2Buttons .disabled {
  text-align: center;
}

.select2Buttons .disabled {
  border: 1px solid #d1d1d1;
  color: #999;
}

.select2Buttons .disabled .picked {
  background: #d1d1d1;
  border-color: #d1d1d1;
  color: #FFF;
}
