
.holder-thing
{
    background-color: white;
    width: 600px;
    height: auto;
    margin: 20px auto;
    padding: 15px;
    box-shadow: 0px 0px 75px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
}

holder-thing.header
{
    margin-bottom: 5px;
}

.profile{
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    vertical-align: top;
    margin-right: 15px;

}
.text-holder
{
    display: inline-block;
    margin-bottom: 15px;
}
.text-holder.h1
{
    color: #36508e;
    font-size: 16px;
    margin: 0;
    margin-bottom: 0;
    font-weight: 800;
}
.sponsor
{
    color: grey;
    font-size: 12px;
    margin-top: 0;
}

holder-thing.body.p
{
    font-size: 13px;
}

.clip-on
{
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    padding: 10px;
    position: relative;
}
.clip-on.h3
{
    font-size: 19px;
}
.clip-on.p
{
    margin-bottom: 15px;
}
.site
{
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12px;
}
.btn
{
    font-size: 11px;
    border-radius: 2px;
    padding: 4px 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    bottom:  7px;
    transition: all 0.3s ease-in-out;
}
