.notification
{
position: relative;
color: black;
margin: 3px 3px 3px 3px;
padding: 6px 6px 6px 6px;
font-family: Skia, sans-serif;
min-height: 51px;
}
.notification .background
{
position: absolute;
background-color: transparent;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.notification .icon
{
float: left;
top: 10px;
left: 10px;
width: 32px;
height: 32px;
margin-right: 15px;
}
.notification .icon img
{
width: 32px;
height: 32px;
}
.notification .title
{
font-weight: bold;
font-size: small;
}
.notification .text
{
font-size: x-small;
}
.notification.emergency .text
{
color: red;
}
