.woahbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 45px;  /* << set custom WOAHbar height */
  z-index: 100;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
  padding: 18px 0 5px 0;
  text-align: center;
  font-size: 13px;  /* << set custom WOAHbar font size */
  font-weight: bold;
  color: white;  /* << set custom WOAHbar font color */
  background-color: #007256;  /* << set custom bar color here */
  border-bottom: 1px solid #003d2e;  /* << set custom bottom border thickness & color here */
  -webkit-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
  -moz-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
  box-shadow: 0 8px 6px -6px #333;   /* << set custom css box shadow */
}

.woahbar .wbC {
  display: table;
  margin: 0 auto;
}

.woahbar .wbC a {
  float: left;
}

.woahbar .text {
  float: left;
  margin: 7px 10px;
}
 
.woahbar-stub {
  display: none !important;
  position: fixed;
  top: -10px;
  left: 0px;
  /*width: 100%;*/
  height: 19px;
  z-index: 200;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.woahbar > span {
  margin-top: -9px;
  line-height: 100%;
  float: left;
  width: 95%;
  text-align: center;
}

.woahbar > span > strong {
  position:relative;
  top:-5px;
  padding-left: 10px;
}

.show-notify {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #eee; /* << set custom bar color here */
  cursor:pointer;
}

.show-notify:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}

.woahbar-up-arrow:hover {
  background: url(http://www.irreplaceablethemovie.com/css/woahbar-up-arrow-hover.png);
}

.close-notify {
  float: right;
  margin-top: -3px;
  margin-right: 22px;
  color: #fff;
  width: 17px;
  height: 17px;
  text-decoration: none;
  cursor:pointer;
}

.woahbar-link {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d72444; /* Old browsers */
  color: white;
  padding: 1px 8px 3px 8px;
}
 
.woahbar-link:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #1c1c1c; /* Old browsers */
  color: white;
  padding: 1px 8px 3px 8px;
  text-decoration: none;
}

/* Landscape mobile & down
===============================*/
@media (max-width: 480px){
.woahbar {
	display: none;
}
}