body {
    padding-bottom: 70px;
}
.morph {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 0 0 20px;
    padding: 10px 20px;
    quotes: "\201C""\201D";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.5em;
}
blockquote p {
    display: inline;
}
#loverzone {
    margin-top: 30px;
}
#options {
    margin-top: 30px;
}
#name_select input {
    text-align:center;
}
.bubble {
    display: inline-block;
    position: relative;
    width: 90%;
    min-height: 1.5em;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #EFEFEF solid 1px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -5px;
}

.bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #EFEFEF transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -6px;
}

.bubble_left {
    float: right;
}

.bubble_left:after {
    left: 5%;
}

.bubble_left:before {
    left: calc(5% - 1px);
}

.bubble_left {
    float: left;
}

.bubble_right:after {
    left: 95%;
}

.bubble_right:before {
    left: calc(95% - 1px);
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -121px; /* -1 * image width / 2 */
    margin-top: -94px;  /* -1 * image height / 2 */
}