.brnopadding{
  padding:0 !important;
}
#breaking-news-wp{
margin-top: 2px;
}
.br-sitewidth {
  border: solid 0px black!important;
  border-right: solid 1px black!important;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 10px 0px;
  left: 0px;
  top: 0px;
  height: 50px;
}

.br_marquee {
  overflow: hidden;
  float: right;
  top: 0;
  width: -webkit-fill-available;
  height: 100%;
  position: absolute;
  white-space: normal;
}

.br-title {
    border-radius: 0;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
  
}

.br-sitewidth ul li {
  float: left;
  list-style: none;
  padding-right: 30px;
  font-weight: bold;
    font-size: 20px;
    height: 10px;
    padding-top: 5px;
}

.br_ul{
  /*width: max-content;*/
    margin: 0.15% 0 !important;
    float: right;
    padding-right: 0px;
}

.br_li {
  margin-bottom: 10px;
}

.br_span{
  font-weight: bold;
  margin-left: 2px;
}

.br_marquee li:last-child{
  padding-right: 10px;
}

@media screen and (max-width: 800px) {

  .brnopadding{
    padding: 10px !important;
    width:100%!important;
    max-width: 100%!important;
    margin-bottom: 10px!important;
  }

  .br-sitewidth {
  border: solid 0px black!important;
  border-right: solid 1px black!important;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    height: unset;
  }

  .br_marquee {
    overflow: hidden;
    float: right;
    top: 0;
    width: -webkit-fill-available;
    height: 100%;
    position: relative;
    white-space: normal;
  }

  .br-title {
    display: inline-block;
    font-size: 16px;
    padding: 5px 5px;
    float: right;
    left: 0px;
    top: 0px;
    width:auto;
    height: unset;
  }

  .br-sitewidth ul li {
    float: left;
    list-style: none;
    padding-right: 25px;
    font-weight: bold;
    font-size: 14px;
    height: unset;

  }

  .br_ul{
    /*width: max-content;*/
    margin: 5px 5px;
    font-size: 12px;
  }

  .br_marquee li:last-child{
    padding-right: 10px;
  }

  #ll{
    width: 100%!important;
    max-width: 100%!important;
  }
}
