html, body { 
        margin: 0; 
        padding: 0; 
}

#layout {
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,"Lucida Grande","Luxi Sans",Arial,"Hiragino Sans GB",STHeiti,"Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Micro Hei Mono","WenQuanYi Zen Hei","WenQuanYi Zen Hei Mono",LiGothicMed;
    margin: 70px auto;
    max-width: 840px;
}
pre, code {
    text-align: left;
    font-size: 18px;
    white-space: pre;
    overflow: auto;
}
h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 50px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 20px 0px;
    /*text-transform: uppercase;*/
    letter-spacing: -0.01em;
}

h2 a {
    font-size: 18px;
    text-decoration: none;
}


.post-detail .sub {
    color: #999;
    margin-top: -20px;
}

.post-detail h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0 15px 0;
}

h2.post {
    margin: 15px 0 5px 0;
    font-weight: normal;
}
.posts-list {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

.posts-list .sub{
    color: #887;
}

img {
    max-width: 100%;
    box-sizing: border-box;
}

img[alt='keynote'] {
    border: 1px solid #ddd;
}
p, li {
    margin: 10px auto;
    text-align: justify;
    font-size: 100%;
    line-height: 1.7em;
    overflow: auto;
}
li {
    margin-bottom: 1.5em;
    list-style-type: none;
}
.post-detail li {
    overflow: visible !important;
    list-style-type: circle;
}

p.high {
    font-size: 23px;
    margin-bottom: 40px;
}
p strong {
    font-weight: bold;
}

a {
    color: #397dba;
}

a:hover {
    text-decoration: underline;
}

#spanish{
    display:none;
}

h3 {
    text-transform: uppercase;
    margin-top: 40px;
}
li {
    margin-bottom: 0;
}
.footer {
    margin: 80px 0 ;
    text-align: center;
    margin: 2em auto;
}
.posts-list {
    text-align: left;
    max-width: 780px;
}
.posts-list h2 {
}
.date {
    font-weight: normal;
}

iframe{
    width:100%;
    border:0;
}
