@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);
.notification {
width: 300px;
height: 80px;
position: fixed;
bottom: 0;
right: -300px;
background: #ecf0f1;
margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 80px;
border-left: 5px solid
}
.notification-info {
border-left-color: #3498db;
color: #3498db
}
.notification-success {
border-left-color: #2ecc71;
color: #2ecc71
}
.notification-warning {
border-left-color: #e67e22;
color: #e67e22
}
.notification-error {
border-left-color: #e74c3c;
color: #e74c3c
}
