#plankton-social-widget {
    overflow:auto;
}

#plankton-social-widget-link {
    display: block;
    padding: 15px;
    min-height: 50px;
    line-height: 140%;
    border-radius: 3px;
    text-decoration:none;
    color:inherit;
}

.plankton-social-widget-shadow {
    box-shadow: 0 0 5px #aaaaaa;
}

.plankton-social-widget-border {
    border: 1px #cccccc solid;
}

.plankton-social-widget-background {
    background: url('/share/client/teaser/bg.png') no-repeat center bottom;
    background-size: contain;
    padding-bottom: 40px !important;
}

.plankton-social-widget-white-background {
    background-color: #ffffff;
    color: #222222 !important;
}

.plankton-social-widget-white-background a,
.plankton-social-widget-white-background a:link,
.plankton-social-widget-white-background a:active,
.plankton-social-widget-white-background a:hover {
    color: #422495 !important;
}

.plankton-social-widget-logo {
    background: #ffffff url('/share/client/teaser/bg_with_logo.png') no-repeat center bottom;
    background-size: contain;
    padding-bottom: 40px !important;
}

.plankton-social-widget-caption {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.plankton-social-widget-title {
    font-weight: bold;
}

#plankton-social-widget-continue-read {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #004433;
}

.plankton-social-widget-continue-read-button {
    background: #116666;
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0 10px 0;
    border: 1px #004433 solid;
    border-radius: 4px;
    color: #ffffff !important;
}

.plankton-social-widget-continue-read-button:hover {
    background: #228888;
}