body {
    background:#ddf2f5;
    color: #50535c;
    font-family: 'Lao UI', sans-serif;
    font-size: 16px;
}


@media only screen and (max-width: 40em) {
    body {
        font-size: 12px;
    }
}

a, a:visited {
    color: #016b93;
}
a:hover {
    color: #50535c;
}

span, h2 {
    color: #016b93;
    font-weight: 700;
}

h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 30px 0 0;
}


h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    margin: 30px 0 1em;
}

img {
    max-width:70%;
    height:auto;
}

em {
    display:block;
    font-size: .8em;
}

hr {
    width: 80%;
    border-bottom: 0;
    border-color: #eee;
    margin: 30px auto;
}

.wrapper {
    background: white;
    width:600px;
    max-width:90%;
    margin: 20px auto;
    padding: 60px 10px 40px;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);	
}