header.wmw-bar{
    width: 100%;
    height: 35px;
	background: white;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 5px 0;
    color:black;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 35px;
	box-sizing: content-box;
}

header.wmw-bar a{
    text-decoration: none;
    color: black;
}

header.wmw-bar .wmw-bar-logo{
    float: left;
    padding: 0 25px 0 30px;
	box-sizing: content-box;
}

header.wmw-bar .wmw-bar-text{
    text-align: center;
    font-size: 15px;
}