html, body {
    font-family: sans-serif;
    font-size: 11pt;
    margin: 0;
    padding: 0;
}

.player {
    height: 250px;
    overflow: hidden;
    width: 300px;
}

.player-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
}

.player-wrapper iframe,
.player-wrapper object,
.player-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sharing-wrapper {
    display: table;
    height: 20%;
    width: 100%;
}

.sharing {
    background: #E6E7E8;
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
}

.cta {
    float: right;
}

.cta a {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf6ec9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf6ec9;
    box-shadow: inset 0px 1px 0px 0px #cf6ec9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e90c89), color-stop(1, #b5188e));
    background: -moz-linear-gradient(top, #e90c89 5%, #b5188e 100%);
    background: -webkit-linear-gradient(top, #e90c89 5%, #b5188e 100%);
    background: -o-linear-gradient(top, #e90c89 5%, #b5188e 100%);
    background: -ms-linear-gradient(top, #e90c89 5%, #b5188e 100%);
    background: linear-gradient(to bottom, #e90c89 5%, #b5188e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90c89', endColorstr='#b5188e',GradientType=0);
    background-color: #e90c89;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #b5188e;
    border-right: none;
    box-sizing: border-box;
    display: inline-block;
    color: white;
    font-size: 0.9em;
    height: 32px;
    line-height: 29px;
    padding: 0 8px;
    text-decoration:none;
    text-shadow: 0px 1px 0px #b5188e;
}

.cta a:hover {
    background: #e90c89;
}

.cta a:active {
    position:relative;
    top:1px;
}

.cta a span {
    font-size: 1.2em;
}

.branding {
    background-image: url("img/brand.png");
    display: block;
    float: right;
    height: 30px;
    margin-right: 8px;
    width: 78px;
}

.buttons {
    float: left;
}

.buttons a {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    width: 29px;
}

.buttons .facebook {
    background-image: url("img/facebook.png");
}

.buttons .twitter {
    background-image: url("img/twitter.png");
}

.buttons .google {
    background-image: url("img/google.png");
}

.buttons .linkedin {
    background-image: url("img/linkedin.png");
}

.buttons .tumblr {
    background-image: url("img/tumblr.png");
}
