@font-face {
    font-family: 'PFHandbookProMedium';
    src: url('pfhandbookpro-medium-webfont.eot');
    src: url('pfhandbookpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('pfhandbookpro-medium-webfont.woff') format('woff'),
    url('pfhandbookpro-medium-webfont.ttf') format('truetype'),
    url('pfhandbookpro-medium-webfont.svg#PFHandbookProMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'PFHandbookProRegular';
    src: url('pfhandbookpro-regular-webfont.eot');
    src: url('pfhandbookpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('pfhandbookpro-regular-webfont.woff') format('woff'),
    url('pfhandbookpro-regular-webfont.ttf') format('truetype'),
    url('pfhandbookpro-regular-webfont.svg#pf_handbook_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: PFHandbookProRegular;
    color: #666;
}

.redh1 {
    color: #cc3399;
    font-size: 44px;
    text-align: center;
    padding: 20px 0;
}

.dashboardfooter {
    height: 35px !important;
    position: relative !important;
}
.footer {
    background-image: url('/img/footer_background.png');
    background-repeat: repeat-x;
    height: 185px;
    width: 100%;
    color: white;
    font-family: Arial;
    margin-bottom: -20px;
}

.infolinks a {
    color: #c2e619;
    padding: 0 5px;
}

li {
    list-style: none;
}
.dashboardinfolinks {
    text-align: right;
}
.infolinks {
    font-size: 8pt;
}
.right_footer_block {
    font-size: 10pt;
}

.footer-centered {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.left_footer_block {
    float: left;
    width: 215px;
}

.right_footer_block {
    float: right;
    font-size: 10pt;
}

.infolinks li {
    display: inline;
    border-right: 1px solid #72787B;
}

.appgeysercopyright {
    font-size: 10pt;
}

.appgeysercopyright a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.template_links {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tLinks {
    width: 150px;
    display: inline-block
}

.downloadBlock{
    text-align: center;
    width: 412px
}

.templatesBlock{
    margin-top: 10px;
    text-align: center;
}

.getwidgetContent {
    position: relative;
    display: block;
    width: 900px;
    margin: auto;
}

.leftBlock{
    width: 450px;
}

.rightBlock{
    width: 405px;
    padding: 20px;
}

.widget-descrition {
    padding: 10px 0;
    text-align: justify;
    margin: auto;
}

.getwidgetContentBlock{
    display: inline-block;
    vertical-align: text-top;
}


.scan-qr-code-block{
    clear: both;
    height: 140px;
    width: 280px;
    margin: 20px auto;
}


.qrcode-top{
    background-image: url('/img/qrcode_t.png');
    height: 13px;
    width:281px;
}
.qrcode-middle{
    background-image: url('/img/qrcode_m.png');
    background-repeat: repeat-y;
    width:281px;
    height: 135px;
}

.qrcode-middle img{
    float:left;
    padding-left:10px;
}

.qrcode-middle div{
    font-family:PFHandbookProRegular;
    font-weight: bold;
    font-size: 25pt;
    padding-top: 25px;
}

.qrcode-bottom{
    background-image: url('/img/qrcode_b.png');
    width:281px;
    height: 13px;
}
.commentlabel{
    color: #666666;
    font-family: Arial;
    font-size: 14pt;
    text-align: right;
    width: 160px;
    padding-right: 5px;
}

.social-links{
    text-align: center;
}

#preview-widget-frame iframe{
    margin: 118px 35px 0 !important;
}

.fixed{
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
}