﻿#notification-message{background:#ff3e41;display:block;left:0;position:fixed;right:0;top:0;z-index:1000;-webkit-transition:height .75s ease-in-out;-moz-transition:height .75s ease-in-out;-ms-transition:height .75s ease-in-out;-o-transition:height .75s ease-in-out;transition:height .75s ease-in-out}#notification-message.hidden{height:0}#notification-message .notification-container{color:#fff;display:block;font-family:"Segoe UI",sans-serif;margin:0 auto;text-align:center;width:100%}#notification-message .notification-container a{color:#fff}#notification-message .text{font-size:15px;display:block;margin:0 1em;padding:18px 0}#notification-message .text div{display:inline-block;margin:0;padding:0;position:relative}#notification-message .text a{text-decoration:underline}#notification-message .text a:hover{color:#000;text-decoration:underline}#notification-message a.close{font-size:18px}#notification-message a.close:hover{color:#571B1B;font-size:20px;text-decoration:none}