@charset "UTF-8";

.notification_wrapper{ position: relative; }
.notifications{ position: relative; background: #ededed; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.2); -moz-box-shadow: 0 3px 9px rgba(0,0,0,.2); -ms-box-shadow: 0 3px 9px rgba(0,0,0,.2); box-shadow: 0 3px 9px rgba(0,0,0,.2);
margin-bottom: 5px; border: 1px solid #dfdfdf; padding: 10px; border-radius: 0px; margin-left: auto;   margin-right: auto; }
.notification_image{ width: 5%; float: left; margin: 0 0 0 0; }
.notification_content{ width: 94%; float: right;}
.redirect_url{cursor: pointer;}
a.close_button{ position: absolute; top: 10px; right: 15px; font-size: 20px; font-weight: 300; color: #cccccc; }
a.close_button:hover,
a.close_button:focus{ color: #555; }