﻿#newsbox {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    z-index: 10;
    min-width: 350px;
    max-width: 400px;
    /*position: fixed;*/
    position: absolute;
    top: 140px;
    right: 50px;
    /*background-color: white;*/
    background-color: rgba(255, 255, 255, 0.6);
    /*opacity: 0.5;*/
    /*border: 1px solid #e7eaec;*/
    /*color: white;*/
}

#buttonClose {
    position: absolute;
    top: 14px;
    right: 17px;
    font-size: 1.5em;
}

.newsbox-scrollarea {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: auto;
    max-height: 450px;
}

.newsbox_ul {
    list-style: none;
    padding: 0;
    padding-right: 15px;
}

.news {
    /*background: #FAFAFB;*/
    /*border: 1px solid #e7eaec;*/
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 2px;
    border-left: 3px solid #1c84c6;
    background-color: rgba(255, 255, 255, 0.7);
}

    .news:hover {
        border-left: 6px solid #1c84c6;
        background: #f6f6f6;
    }

.newsdetail {
    /*padding-top: 5px;*/
    font-size: 12px;
}

.newsbox_ul li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
