#barwrap {
  margin-bottom: 30px; /* space between the bar and your content */
}

.bar{
  text-align: center;
  padding: 8px;
  padding-top: 0px;
  background-color: rgba(53, 152, 219, 1);
  max-height: 70px; /* set it at will according to your message's length in small devices */
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
 /* border-bottom:thick ridge rgba(53, 152, 219, 1);
  -webkit-box-shadow:  0px 2px 13px 0.5px rgba(0, 0, 0, 0.8);
  box-shadow:  0px 2px 13px 0.5px rgba(0, 0, 0, 0.8);
  */
  display: none;
  z-index: 3008;
}

#head-image{
  margin-right: 1%;
  position: relative;
  top: 8px;
}

#note-text{
padding-top: 20px;
position: relative;
top: 6px; 
/*font-weight:bold;*/
font-size:20px;
}

#otherimg{

/* Your code here for that section */

}

#ok{
  float: right;
  margin-top: 6px;
  margin-right: 10px;
  font-size: 15px;
  color:#fff;
}

#ok a {
  color: #fff; 
  text-decoration: none;
}