.ui-corner-right {
    border-bottom-left-radius: 3px; !important;
    border-top-left-radius: 3px; !important;
    border-bottom-right-radius: 0; !important;
    border-top-right-radius: 0; !important;
}

.ui-corner-left {
    border-bottom-left-radius: 0; !important;
    border-top-left-radius: 0; !important;
    border-bottom-right-radius: 3px; !important;
    border-top-right-radius: 3px; !important;
}

label {
    margin-bottom: .1em; !important;
}

.ui-selectmenu-button.ui-button {
    text-align: right;
}

.ui-selectmenu-icon.ui-icon {
    float: left;
}

.ui-selectmenu-text {
    margin-left: 20px;
    margin-right: 0;
}

.ui-tabs .ui-tabs-nav li {
    float: right;
    margin: 1px 0 0 .2em;
}

.exception-data {
    direction: ltr;
}

.stacktrace {
    direction: ltr;
    display: none;
    white-space: pre;
    max-height: 200;
    border: solid black 1px;
    overflow: scroll;
    scroll: auto;
}
