.cmp-message {
    background-color: #996633;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.cmp-message p {
	padding: 0px 10px;
    margin: 0;
    font-size: 16px;
}

.cmp-message a:hover {
	color: #efefef;
}

.cmp-message a {
    color: #fff;
    text-decoration: none;
}
