#div_help {
   height: 175px;
   overflow-y: scroll;
   margin-bottom: 12px;
   background: #bdbdbd;
   padding: 15px;
   border-top-left-radius: 7px;
   border-top-right-radius: 7px;
   border-bottom-left-radius: 7px;
   border-bottom-right-radius: 7px;
}

.text-red {
    color: #a50f15!important;
    font-size: 1.5rem;
}
.text-blue {
    color: #045a8d!important;
}
.news-feed-heading {
    font-size: 1.5rem !important;
}
.news-heading-intro {
    font-size: 1.25rem!important;
}
.text-black {
  color: #000 !important;
}

.fullbar-item:hover {
  background: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .in-news {
    font-size: 1.5rem !important;    
  }

  .news-feed-heading {
    font-size: 1.50rem !important; 
  }
  .feed-item-heading {
    font-size: 1.25rem !important;
  }
  .news-heading-intro {
    font-size: 1rem !important;
  }
}
.menu_about {
   width: 700px;
   left: 50%;
   margin-left:-350px;
   /*float: center;*/
   font-size: 1.30rem;
   display: table;
   background-color: rgba(0, 0, 5, 0.7);
   /*background-color: rgba(2, 56, 88, 0.7);*/
   /*position: absolute;*/
   position: absolute;
   height: 350px;
   top: 2%;
   margin-bottom: -275px;
   /*right: 2%;*/
   text-align: left;
   /*background-color: rgba(33, 113, 181, 0.50);*/
   border-radius: 0.5rem/0.5rem;
   overflow: hidden;
   pointer-events: none;
   padding: 1.0rem 1rem 1.0rem 1rem;
   opacity: 0;
   /*max-height: 80rem;*/
   transition: opacity 250ms ease, max-height 250ms ease, margin-top 250ms ease;
   -webkit-transition: opacity 250ms ease, max-height 250ms ease, margin-top 250ms ease;
}
