
.NewsTable {
    position: absolute;
    top: 12vh;
    width: 75%;
    font-size: 1.4vw;
    left:0; right:0;
    margin-left: auto; margin-right: auto;
    z-index: 701;
    box-shadow: 18px 18px 14px rgba(0,0,0, 0.8);
    border-radius: 2vw;
    color: black;
}

.NewsTableTitle {
    font-size: 2.5vw;
    font-family:sans-serif;
    font-weight:bold;
    background-color: #fffff8;
    border: 1px solid #c0c0c0;
    border-top-left-radius:2vw;
    border-top-right-radius:2vw;
    padding: .3em 0 .3em 0;
    text-align:center;
    color:black;
}

.NewTableTitleX {
    position: absolute;
    font-weight:bold;
    font-style:normal;
    float:right;
    right: .5em;
    top: .3em;
}
.NewsTableContent {
    text-align: left;
    font-family:sans-serif;
    font-weight:normal;
    background-color: #ffffe8;
    padding: 1em;
    border-bottom-left-radius:2vw;
    border-bottom-right-radius:2vw;
}

.NTabRow {
    border: 1px solid black;
}
.NTabRow td {
    border: 1px solid black;
    padding: 0 .5em 0 .5em;
}
.NTActImg {
    max-width: 7vw;
}
.NTAct2Img {
    max-width: 8vw;
}

.NewsTablePopup {
    position: absolute;
    top: 16vh;
    width: 70%;
    left:0; right:0;
    margin-left: auto; margin-right: auto;
    z-index: 711;
    box-shadow: 18px 18px 14px rgba(0,0,0, 0.8);
    border-radius: 2vw;
    color: black;
}
