/* Overrides to make select2 play nice with this theme (it has extra high form controls) */
.form-panel .select2-container .select2-choice {
	height: 43px;
}
.form-panel .select2-chosen, .form-panel .select2-choice > span:first-child, .form-panel .select2-container .select2-choices .select2-search-field input {
    padding: 10px 12px;
}
.form-panel .select2-container .select2-choice div b {
    margin-top: 4px;
}

@media print {
    body {
        color: #000;
        background: #fff;
    }
}
