
.sui-sf-notifications .sui-field-notification
{
    padding:1px;
}

.sui-sf-notifications .sui-block-notification
{
    margin:5px 0px;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding: 9px;
}

.sui-sf-notifications .sui-block-notification .ui-icon { width:16px; height:16px; vertical-align:middle }
.sui-sf-notifications .sui-block-notification .ui-icon.ui-icon-circle-close { float:right }
.sui-sf-notifications .sui-block-notification .sui-description { vertical-align:middle }
.sui-sf-notifications .sui-block-notification-wrapper { position:relative }
.sui-sf-notifications .sui-block-notification-wrapper .sui-block-notification-dismiss
{
    padding: 11px;
    position: absolute;
    right: 5px;
    top: 0;
}