@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=latin,latin-ext);
#gallery-laboratory {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 27px;
    padding-bottom: 45px;
    border-radius: 5px;
    font-weight: 300;
    position: relative;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #e7e7e7 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(65%, #ffffff), color-stop(100%, #e7e7e7));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #e7e7e7 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #e7e7e7 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 65%, #e7e7e7 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 65%, #e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=1 );
}

#gallery-laboratory .recommend-button {
    position: absolute;
    left: 16px;
    top: 16px;
    text-align: left;
    font-family: Arial, sans-serif;
}

#gallery-laboratory .lab-logo {
    width: 192px;
    height: 60px;
    background: url('//ifrype.com/d/gallery/assets/dr_lab.png');
    margin: 0 auto;
}

#gallery-laboratory h2 {
    font-size: 39px;
    line-height: 56px;
    padding-top: 12px;
    font-weight: normal;
    margin-bottom: 8px;
}

#gallery-laboratory .intro {
    width: 730px;
    margin: 2px auto 30px;
    font-size: 20px;
    line-height: 28px;
}

#gallery-laboratory .preview {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.2);
}

#gallery-laboratory .bottom {
    width: 510px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
}

#gallery-laboratory .call-to-action {
    margin: 0 auto 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

#gallery-laboratory .button {
    height: 40px;
}

#gallery-laboratory .button > div {
    height: 38px;
}

#gallery-laboratory .buttonC {
    padding-left: 68px;
    padding-right: 68px;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    height: 38px;
}

#gallery-laboratory .buttonDisabled .buttonC {
    font-weight: normal;
}

#gallery-laboratory .infoMsg {
    display: inline-block;
    font-size: 14px;
}

#gallery-laboratory .sep {
    width: 730px;
    height: 1px;
    margin: 24px auto 0;
    background: #f3f3f3;
}

#gallery-laboratory .friends-info {
    margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
}

#gallery-laboratory .friends {
    width: 572px;
    margin: 0 auto;
}

#gallery-laboratory .friends a {
    margin-right: 8px;
}

#gallery-laboratory .friends a.last {
    margin: 0;
}