.news-banner {   
    background-image: url(images/fabtech2025.jpg);
}

.page_banner {display: none;}

.news-link {
    color: #4C8BF5;
    text-decoration: underline;
}

.booth-button {
    max-width: 200px;
    height: 50px;
    display: block;
    background-color: #bedff8;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 0 5px #bedff8, inset 0 0 0 1px #fff;
    text-shadow: 0px 1px 1px #a0a5a9;
    margin-top: 40px;
}

.booth-button:hover {
    background-color: #CBECFF;
    box-shadow: 0 0 0 5px #cbecff, inset 0 0 0 1px #fff;
}