/**
 * RTL overrides for Knowledge Base widget form.
 */

#kb-minimize {
    float: left;
}

#kb-search .input-group-addon {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#kb-search input {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.kb-content {
    margin-left: 15px;
    margin-right: 15px;
}
