.flyout-wrapper {
    width: 320px;
    border: 1px solid #e2e8f0;
    background: #fff;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
}

.flyout-outer {
    background: #fff;
    padding: 5px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.flyout-inner {
    border: 1px solid #e2e8f0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.flyout-inner .flyout-row-read:hover {
    opacity: 0.8;
}

.flyout-actions #msgbox-list {
    right: 1px;
    border: 1px solid #e2e8f0;
}

.flyout-header .select2-search input {
    border: 1px solid #e2e8f0;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}