

body {
    position: relative;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

#background_exit_dc {
    position: absolute;
    width: 300px;
    height: 250px;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -30px;
    top: -25px;

    cursor: pointer;
    background: #fff;
    z-index: 100;
}

#outer_wrapper {
    border: 1px solid #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 298px;
    height: 248px;
    overflow: hidden;
}

.retina {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

.fades {
    opacity: 0;
}

.wave {
    position: absolute;
    border-radius: 150px;
}

#speech_wave_holder {
    top: 176px;
    left: 127px;
}

#wave01 {
    background-color: #668eea;
    width: 20px;
    height: 20px
}

#wave02 {
    background-color: #d75e45;
}

#wave03 {
    background-color: #f1c842;
}

#wave04 {
    background-color: #67a865;
}

#path_mask {
    overflow: hidden;
    width: 0px;
}

#google_icon_ef_holder {
    top: -32px;
}

.f1_background {
    height: 250px;
}

.ef_background {
    background: #fff;
}

.pixel {
    position: absolute;
    width: 300px;
    top: 0px;
    left: -1px;
}
