.DeviceAlarmPopupNotifier {
    position: absolute;
    right: -400px;
    bottom: 30px;
    width: 400px;
    min-height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #d3d3d3;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 3px 0px;
    z-index: 1500;
}

.DeviceAlarmPopupNotifier > TABLE {
    float: left;
    margin: 10px;
    width:95%;
}

.DeviceAlarmPopupCloseButton {
    position: absolute;
    top: 10px;
    right: 10px;
    border: white;
}
.alarmCell {
    min-height: 24px;
    line-height: 24px;
    text-indent: 44px;
}