
.tws-manager_bannerwrapper{
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 50px;
    z-index: 999;
    background: #dd9932;
    top: 0;
    left: 0;
}

.tws-manager_banner{
  max-width: 1200px;
  padding: 10px 20px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 1.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
}


.tws-manager_bannertxt{
    margin: 0;
    padding: 0;
    line-height:1em;
    font-size: 1.1em;
}

 .btnmw{
   display: block;
   background-color: #3a3a3a;
   min-height: 30px;
   line-height: 1em;
   margin-top: 0;
   color: #fff;
   padding: 10px 15px;
   text-align: center;
 }
 .btnmw:hover{

   background-color: #676767;
       color: #fff;
 }

 @media only screen and (max-width: 600px) {
   .tws-manager_bannertxt{
       line-height:0.8em;
       font-size: 0.8em;
   }

   .btnmw{
     padding: 5px 5px;
   }


 }
