.alarm { position: fixed; bottom: 20px; right:20px; border-radius: 3px; width: 300px; z-index: 1}
.alarm-subject { background-color:#d89a29; color: white; padding: 5px 10px; font-weight: bold}
.alarm-subject a,.alarm-content a { color: white }
.alarm-subject i { font-size: 16px }
.close-check { position: absolute; right: 10px; cursor:pointer;}
.alarm-content {  padding: 5px 10px; background-color: #525252; color: white; min-height: 60px; }
.alarm-row { margin-top: 5px; border: 1px solid black; }