/*non flash bumper to iOS and android app*/
div.white_content {
    display: none;
    position: absolute;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 10%;
    padding: 16px;
    border: 1px solid #2a6996;
    background-color: #1a9ffc;
    z-index: 1002;
    overflow: auto;
    border-radius: 10px;
}

div.white_content p, div.white_content a {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

p.cancelButton {
    margin-top: 35px;
}

p.cancelButton a {
    border: 1px solid rgb(12, 101, 165);
    border-radius: 5px;
    padding: 5px 25px 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(#7db9e8 7%, #2989d8 56%, #1e5799 100%);
    background: -webkit-linear-gradient(#7db9e8 7%, #2989d8 56%, #1e5799 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.07, #7db9e8), color-stop(0.56, #2989d8), to(#1e5799));
    background: -o-linear-gradient(#7db9e8 7%, #2989d8 56%, #1e5799 100%);
    background: linear-gradient(#7db9e8 7%, #2989d8 56%, #1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0); /* IE6-9 */
}

/*non flash bumper to iOS and android app*/