.select2-container {
    font-size: 0.9em;
    color: #333;
}

.select2-container .select2-selection--multiple {
	min-height: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0 5px;
    margin-bottom: 2px;
}