#wpcs-banner {
    position: fixed;
    bottom: 9px; right: 9px;
    background: #464646;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
border-radius:5px;
}
#wpcs-banner button {
    margin-left: 10px;
    background: #fff;
    color: #111;
    border: none;
    border-radius:5px;
    padding: 5px 10px;
    cursor: pointer;
}
#wpcs-banner button:hover {
    opacity: 0.8;
}

#wpcs-change-link{
position:fixed;
bottom: 9px; left: 9px;
left:5px;
z-index:9999;
border-radius:5px;

}

#wpcs-change-link a {
    margin-left: 10px;
        background: #fff;
    color: #111;
    border: none;
    border-radius:5px;
    padding: 5px 10px;
    cursor: pointer;
text-decoration:none;
    font-size: 13px;
}

#wpcs-change-link a:hover {
    background: #464646;
        color: #fff;
}
