@charset "UTF-8";
/* CSS Document */

/* Used to alter styles for screens at least 480px wide (iPhone landscape). */
@media screen and (min-width: 480px) {

#splash p {
    font-size: 1em;
}

.popup {
    width: 510px !important;
    height: 510px !important;
}

.popup-content {
    width: 460px !important;
    height: 434px !important;
}

#footer div.like-buttons {
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
}

}
