@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.container {
    max-width: 720px;
    margin-top: 16px;
}

h1 {
    font-family: 'open_sanslight', Verdana, Arial;
    font-size: 3.0rem;
    line-height: 1.3;
    margin-bottom: 10px;
}

@media (min-width: 550px) {
    h1 {
        font-size: 4.0rem;
        line-height: 1.2;
    }
}

body {
    background: #fff;
    font-family: 'open_sansregular', Verdana, Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: rgb(0, 121, 211);
    text-decoration: none;
}

a:hover {
    color: rgb(0, 121, 211);
}

.picture img {
    width: 100%;
    height: auto;
}

.picture {
    margin-bottom: 22px;
    padding: 8px 8px 2px 8px;
    margin-left: -9px;
    margin-right: -9px;
    margin-top: 14px;
    border: 1px solid #00bcd4;
}

.caption {
    border-top: 1px dashed #e1e8ed;
    margin-top: 4px;
    padding-top: 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 6px;
}

.captionNum {
    color: rgb(6,85,128);
}

.captionText {
    margin-left: 5px;
}

.share_buttons {
    margin-top: -10px;
    margin-bottom: 12px;
}

.share_buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.share_buttons li {
    display: inline-block;
}
