/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.domains-row {
    direction: ltr;
    display: flex;
}
.domains-row .input-group-addon {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #ccc;
    border-right: 0;
}