[id="block-mobile-app"] {

    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    font-family: Arial,sans-serif;
    font-size: 10px;
}

[id="block-mobile-app"] .content {
    position: absolute;
    background: #dddddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

[id="block-mobile-app"] .content .wrapper {
    text-align: center;
    padding: 4em 2em;
}

[id="block-mobile-app"] .content .close_link {
    font-size: 1.25em;
    position: absolute;
    right: 1em;
    top: 1em;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    background: #354B96;
    color: #FFF;
    text-align: center;
    line-height: 2em;
    text-decoration: none;
}

[id="block-mobile-app"] .content .wrapper .mobile-detection-header {
    font-size: 1.5em;
    line-height: 1.2em;
    color: #555;
}

[id="block-mobile-app"] .content .wrapper .mobile-detection-applications .link {
    margin: 2em 0em 0em 0em;
    display: none;
}

[id="block-mobile-app"] .content .wrapper .mobile-detection-applications .link .bt {
    font-size: 1.5em;
    border: 1px solid #FFF;
    text-transform: uppercase;
    padding: .75em;
    background: #354B96;
    background-size: 25.5em 25.5em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

[id="block-mobile-app"] .content .wrapper .mobile-detection-applications .link a:link,
[id="block-mobile-app"] .content .wrapper .mobile-detection-applications .link a:visited,
[id="block-mobile-app"] .content .wrapper .mobile-detection-applications .link a:hover,
[id="block-mobile-app"] .content .wrapper .mobile-detection-applications .link a:active {
    color: #FFF;
}