@charset "UTF-8";
/* CSS Document */

body {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

/* Div layer for the entire banner. */
#container_dc {
    border: none;
    position: absolute;
    display: block;
    margin: 0;
    overflow: hidden;
    border: rgb(0, 0, 0) 1px solid;
    box-sizing:border-box;
    
    /* This is not needed for Swiffy converts. */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content_dc {
    position: absolute;
    display: block;
    background-color: #10a2d1;
    overflow: hidden;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 400;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    visibility:visible;
}

#thin_exit_dc {
    top:0;
    width:265px;
    height:25px;
    cursor: pointer;
}

#action_exit_dc {
    left:89px;
    top:100px;
    width:118px;
    height:30px;
    cursor: pointer;
    z-index: 401;
}

#banner {
    position: absolute;
    display: block;
    width: 726px;
    height: 88px;
    background-color: #FFF;
    overflow: hidden;
}
