.pindrop-container {
    font-family: "PT Sans", sans-serif;
    text-align: center;
}

.pindrop-header {
    color: #177fa5;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    width: 100%;
}

.pindrop-footer {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid lightgrey;
    width: 100%;
}

.pindrop-footer button {
    clear: both;
    padding: .35em 1.75em .3em;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;
    background-color: #49bcb7;
    color: #fff;
    border: 1px solid #38aba6;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
    line-height: 1em;
    text-transform: uppercase;
    -webkit-transition: background-color .6s, box-shadow .6s, text-shadow .6s, opacity .6s;
            transition: background-color .6s, box-shadow .6s, text-shadow .6s, opacity .6s;
    cursor: pointer;
    margin: 0 !important;
    display: inline !important;
}

.pindrop-footer button:hover {
    background-color: #5acdc8;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    text-shadow: 0 0 2px rgba(0,0,0,.3);
    -webkit-transition: background-color .15s, box-shadow .15s, text-shadow .15s, opacity .15s;
            transition: background-color .15s, box-shadow .15s, text-shadow .15s, opacity .15s;
}

.pindrop-footer a {
    text-decoration: none;
}

.pindrop-image {
    max-width: 100% !important;
    display: block;
    clear: both;
    padding-bottom: 1em;
    margin: auto;
}

.pindrop-content {
    text-align: left;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
}

.pindrop-content a {
    color: #477486;
    font-weight: bold;
    opacity: 1;
    outline: none;
    text-decoration: none;
    -webkit-transition: opacity .6s;
            transition: opacity .6s;
}

.pindrop-content a:hover {
    opacity: .7;
    -webkit-transition: opacity .15s;
            transition: opacity .15s;
}

.pindrop-sponsor-image-container {
    margin: 1em auto;
    text-align: center;
}

.pindrop-sponsor-image-background {
    background-image: url('../img/sponsored_by_dark_top.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 120px;
}

.pindrop-sponsor-image {
    width: 86px;
    display: block;
    padding-top: 10px;
    margin: auto;
}
