table
{
border: 9px solid red; 
/*border-color:Black;*/
}
.noticeb
{
    height:225px;
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:9px solid maroon;
    border-radius:.9rem;
    background-color:Green;
}
.noticeb-body
{
    -ms-flex: 11auto;
    padding: 1.25rem;
}
.noticeb-title
{
    margin-bottom: 0.75rem;
}
.noticeb-text
{
    font-size:large;    
}
.noticeb-text a
{
    color: White !important;
}
.noticeb-text a:hover 
{
    color: White !important; 
}
.noticeb-text a:visited
{
    color: White !important;
}
.newsf
{
    height:225px;
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:9px solid grey;
    border-radius:.9rem;
    background-color:blue;
}
.newsf-body
{
    -ms-flex: 11auto;
    padding: 1.25rem;
}
.newsf-title
{
    margin-bottom: 0.75rem;
}
.newsf-text
{
    font-size:large;    
}
.newsf-text a
{
    color: White !important;
}
.newsf-text a:hover 
{
    color: White !important; 
}
.newsf-text a:visited
{
    color: White !important;
}

.nfscroll
{
height:135px;
overflow:auto;
}

.fa {
    background-color: white;
    border-radius: 50%;
    border: 1px solid grey;
    padding: 10px;
    /* padding: 20px;*/
    /*font-size: 280px;
  width: 80px;
  text-align: center;
  text-decoration: none;*/
    /* margin: 5px 2px;*/
    /*border-radius: 50%;*/
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
