* { margin:0; padding:0; }

div.alert-box {
display: block;
padding: 6px 7px;
color:#eee;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.1);
//text-shadow: 0 1px rgba(0, 0, 0, 0.7);
//position: fixed;
width:100%;
  position: fixed;
    bottom: 0;
    z-index: 999999;
}

div.alert-box a {
  color:#FFF !important;
  text-decoration:none;
  padding-left: 14px;
}

.alert-box a.alert-close { color: #fff !important; opacity: 0.8; text-decoration:none; text-shadow: none; cursor:pointer;}

.alert-box a.alert-close:hover,.alert-box a.close:focus { opacity: 0.4; }