﻿body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
#background{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:-1;
}
.stretch {
    width: 100%;
    height: 100%;
}
#cboxLoadedContent {
    padding-top: 10px;
}
.arrow-button{
    right:0;
}
#cboxClose{
    top:-25px;
    right:5px;
}
.title-text{
    font-size:150%; text-align:center; font-family: 'open_sanssemibold';color:#fff;
}
.desktop-link{
    padding-right:20px; font-size:130%;color:#fff;display:inline-block; font-family: 'open_sans';text-decoration:none; background:url(/images/mobile-app/button-actionarrow.png) no-repeat right center;
}

@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
  body {font-size: 13px;}
}