@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,900,900i';

#siteWrapper {
    font-family: 'Source Sans Pro', sans-serif;
}

.seo, .delaypublish {
    display: none;
}

.xul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.xli {
    display: list-item;
}

iframe {
    width: 640px;
    height: 480px;
    margin: 0 auto;
    background-color: #777;
    display: block;
}

@media screen and (max-width: 480px) {
    iframe {
        border-top: 1px solid #fff;
        width: 100%;
        margin: 0 auto;
        background-color: #777;
        display: block;
    }
}
