/***ALERT MESSAGE***/

#alert {
  background-color: #fabe00;
    border-bottom: 3px solid #e2383f;
    top: 0;
    color: #404040;
    padding: 1px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1001;

}


#alert p {
    padding: 2px;
    font-size: .9em;
    line-height: 1.3em;
  	font-weight: 400;
}


.hide-alert { display: none; }