#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #EEEEEE;
    padding: 5px;
    display: none;
    color: #fff;
}

#preview img {
    max-width: 200px;
    max-height: 200px;
}

/*
select2
 */
.select2-container--default .select2-selection--single {
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #5c6f82;
    border-radius: 0;
}

.callout-title {
    padding: 0 5px !important;
}

.callout-title>.icon {
    margin-right: 0 !important;
}



