.masthead.has-logo{
  position: relative;
    background: url(http://www.redblacksoftware.com/wp-content/themes/redblack/images/rbInBg.jpg) no-repeat -2px -85px rgba(255,255,255,0.75);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.masthead.has-logo:before{

    content: "";
    display: block;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IB2cksfwAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFElEQVQYV2NgYGD4z8DAUMgAJQoBFRQCU1mRROgAAAAASUVORK5CYII=) repeat;
    z-index: 0;
}
.updates-dropdown-container{
  margin-right:20px;}

.logo-container{
      position: relative;
    top: -29px;
    left: 38px;
    border-width: 0 10px 0 10px;}

.layout-content.status.status-index .incident-container .updates-container .update{
  border:solid 1px #ccc;
  border-radius:2px;
  padding: 3px 10px;
}