.newsbtn {
  position: absolute;
  z-index: 15;
  background-size: contain;
  width: 18px;
  height: 18px;
  right: 55px;
  bottom: 15px;
}
.news-screen {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: flex-end;
}
.news-panel {
  display: flex;
  flex-direction: column;
  height: calc(100% - 53px);
  width: 95%;
}
.news-panel.txtwrapper {
  margin: unset;
  margin-bottom: 8px;
}
.news-panel.txtwrapper .txtcontent {
  height: 100%;
  margin-top: -54px;
}
.news-panel .txtframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 28px);
  top: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.53);
}
.news-panel .txtframe .txtframe-container {
  height: 100%;
  position: relative;
  background-color: #2e2924;
}
.news-panel .txtframe .txtframe-container.bkgimage {
  background-image: none;
  background-size: 97% 97%;
  background-position: center;
}
.news-panel .txtframe .txtframe-container .txtframe-border-corners {
  position: absolute;
  background-repeat: no-repeat;
  width: 13px;
  height: 26px;
  z-index: 1;
}
.news-panel .txtframe .txtframe-container .txtframe-border-corners.top-left {
  top: 0;
  left: 0;
  background-image: url("../ui/images/copyframe_top_left.png");
}
.news-panel .txtframe .txtframe-container .txtframe-border-corners.top-right {
  top: 0;
  right: 0;
  background-image: url("../ui/images/copyframe_top_right.png");
}
.news-panel .txtframe .txtframe-container .txtframe-border-corners.bottom-left {
  bottom: 0;
  left: 0;
  background-image: url("../ui/images/copyframe_bottom_left.png");
}
.news-panel .txtframe .txtframe-container .txtframe-border-corners.bottom-right {
  bottom: 0;
  right: 0;
  background-image: url("../ui/images/copyframe_bottom_right.png");
}
.news-panel .txtframe .txtframe-container .txtframe-border-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("../ui/images/copyframe_top.png");
  background-repeat: repeat-x;
  height: 7px;
}
.news-panel .txtframe .txtframe-container .txtframe-border-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("../ui/images/copyframe_bottom.png");
  background-repeat: repeat-x;
  height: 7px;
}
.news-panel .txtframe .txtframe-container .txtframe-border-right {
  position: absolute;
  right: 0;
  height: 100%;
  background-image: url("../ui/images/copyframe_right.png");
  background-repeat: repeat-y;
  width: 13px;
}
.news-panel .txtframe .txtframe-container .txtframe-border-left {
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url("../ui/images/copyframe_left.png");
  background-repeat: repeat-y;
  width: 13px;
}
.news-panel .page-copy-container {
  height: calc(100% - 50px);
  position: relative;
}
.news-panel .page-copy {
  margin-top: 14px;
  height: calc(100% - 34px);
  overflow-y: scroll;
  text-align: justify;
  font-size: 14px;
}
.news-panel .page-copy h4 {
  margin-top: 0;
  text-align: center;
}
.news-panel .page-copy .newsdate {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}
.news-panel .page-copy .newsimage {
  text-align: center;
}
.close-newspanel {
  position: absolute;
  bottom: 9px;
  z-index: 12;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9px;
  background-image: url("../navigation/images/nav_btn_bkg.png");
  filter: drop-shadow(0 5px 0.3rem black);
}
