/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .promobar-strip {
    background-color:#000000;
    color:#ffffff;
    font-size:16px; 
    text-align:center;
    padding:14px;
    margin-top:-14px;
    margin-bottom:14px;
    font-weight: bold;
    position: fixed;
    width:100%;
    z-index:99;
 }
 .promobar-button {
     padding:5px 10px;
     background-color:#ffffff;
     color:#000000;
     font-weight: bold;
     font-size:16px; 
     text-decoration: none;
     margin-left:14px;
 }

 .promobar-button:hover {
     text-decoration: none;
 }

@media only screen and (max-width: 600px) {
 .promobar-strip { 
	 padding:5px 14px;
  }
 .promobar-button {
	line-height:32px;
	padding:3px 5px;
  }
}