#plankton-social-widget {
    margin: 5px;
}

#plankton-social-widget-link,
#plankton-social-widget-link:hover,
#plankton-social-widget-link:active,
#plankton-social-widget-link:visited {
    border-radius: 3px;
    display: block;
    padding: 10px;
    color: inherit;
    text-decoration: none;
}

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

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

.plankton-social-widget-background {
    background: url('img/bg.png') no-repeat bottom center;
    background-size: 100% 35px;
    padding-bottom: 40px !important;
}

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

.plankton-social-widget-logo {
    position: relative;
    background: url('img/bg.png') no-repeat bottom center;
    background-size: 100% 35px;
    padding-bottom: 40px !important;
}

.plankton-social-widget-logo:after {
    display: block;
    position: absolute;
    content: "";
    width: 100px;
    height: 30px;
    right: 0;
    bottom: 0;
    background: url('img/logo.white.png') right bottom no-repeat;
    background-size: contain;
}

.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;
}

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

.plankton-social-widget-continue-read-button:hover {
    background: #5d40af;
    color: #ffffff;
    text-decoration: none;
}