/* Add here all your CSS customizations */

.modal-header .close {
    position: absolute;
    right: 13px;
    top: 16px;
}
.alert{
   position:fixed; top:0px; z-index:999999; width:100%;min-height: 63px;
}

.alert .close {
  opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    font-size: 31px;
}
