.wsc-opt {
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

.wsc-opt-container {
    max-width: 300px;
    color: #eee;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: normal;
}

.wsc-opt-content {
    padding: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #20549a;
}

.wsc-opt-content a {
    color: #fff;
    text-decoration: underline;
}

.wsc-opt-content a:hover {
    text-decoration: none;
}
