#popup-alert {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    width: 30%;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.9;
    z-index: 4005;
}

.news-body {
    font-size: 14px;
    font-family: Arial, "Open Sans";
}