.unsupportedMobilDevicePage {
    display: table;
    margin: 0 auto;
    width: 500px;
}

#rescueLogo {    
    background-repeat: no-repeat;
    margin: 60px auto 0;
    display: block;
}

.message {
    font-size: 18px;
    color: #555555;
    margin: 40px auto 20px;
    width: 420px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    padding: 0 0 20px 0;
    text-align: center;
}

.unsupportedRequirement {
    color: #4cb7ef !important;
    text-decoration: none;
    display: block;
    margin-top: 30px !important;
    padding: 0 !important;
    font-size: 14px !important;
}

#mobilLogos {
    padding: 20px;
    height: 40px;
}

#appleLogo {
    background-repeat: no-repeat;
    float: left;
    margin-left: 60px;
    border: 0; /*IE*/
    height: 45px;
    max-height: 45px;
}

#androidLogo {
    background-repeat: no-repeat;
    float: right;
    margin-right: 60px;
    border: 0; /*IE*/
    height: 45px;
    max-height: 45px;
}

hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
}
