body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
}

div.container {
    font-size: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
}

h1 {
    margin: 0;
    height: 44px;
    line-height: 44px;
    font-size: 1.8em;
    background: #555555;
    color: #fff;
    text-shadow: 1px 1px #000;
}

h1 img {
    vertical-align: middle;
    height: 30px;
    line-height: 44px;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
}

h3 {
    font-size: 1em;
    font-weight: normal;
}

#title img,
#title a {
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

#title img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 10px;
}

#title p.title {
    color: #000;
    font-weight: bolder;
    font-size: 1em;
    line-height: 1.1em;
    padding: 0;
    margin-bottom: 40px;
}

.button {
    background: #fff;
    color: #000;
    border-radius: 2px;
    text-shadow: 1px 1px #fff;
    text-decoration: none;
    padding: 0.5em;
    max-width: 280px;
    border: 1px solid #999;
}

.button.download {
    color: #000;
    background: gold;
    text-shadow: none;
    border-color: gold;
}

#comment {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
}

.fb-comments, .fb-comments span[style], .fb-comments iframe[style] {
    width: 100% !important;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 0.8em;
    }

    #title img {
        width: 50%
    }

    #title p.title {
        font-size: 0.8em;
    }
}

#yang {
    width: 100%;
    max-width: 300px;
}