.woahbar {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 42px;  /* << set custom WOAHbar height */
z-index: 100;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
padding: 5px 0 8px 0;
text-align: center;
font-size: 16px;  /* << set custom WOAHbar font size */
color: #1c1c1c;  /* << set custom WOAHbar font color */
background-color: #FFC200;  /* << set custom bar color here */
border-bottom: 0px solid #1c1c1c;  /* << 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-stub {
position: fixed;
top: -10px;
left: 0px;
width: 100%;
height: 19px;
z-index: 200;
padding: 7px 0 5px 0;
text-align: center;
}
 
.woahbar span {
float: left;
width: 95%;
text-align: center;
padding-top: 2px;
font-family:arial, helvetica, sans-serif!important;
font-weight:bold;
}

.woahbar span a {font-family:arial, helvetica, sans-serif!important; text-decoration:none; color:#d72444;}
.woahbar span a:hover {color:#000;}
 
.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: #FFC200; /* << set custom bar color here */
cursor:pointer;
}


.woahbar-up-arrow:hover {
background: url(http://www.pbs.org/parents/images/global/elements/woahbar-up-arrow-hover.png);
}

.close-notify {
float: right;
margin-top:3px;
margin-right: 22px;
color: #fff;
width: 17px;
height: 19px;
text-decoration: none;
background-color: #FFC200; /* << set custom bar color here */
cursor:pointer;
}
 
 

.woahbar-link {
/*-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #d72444; 
color: white;
padding: 1px 8px 3px 8px;*/
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #d72444;
display: inline-block;
position: relative;
top: 3px;
left: 10px;
}
 
.woahbar-link:hover {
/*-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #1c1c1c; 
color: white;
padding: 1px 8px 3px 8px;
text-decoration: none;*/
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid black;
}