/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
/* line 59, ../scss/screen.scss */
ul.posts {
    list-style-type: none;
    margin-bottom: 2em;
    margin-left: 0;
    padding-left: 0;
}

/* line 64, ../scss/screen.scss */
ul.posts li {
    line-height: 1.75em;
}

/* line 66, ../scss/screen.scss */
ul.posts span {
    color: #aaa;
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
}

@media screen and (max-width: 768px) {
    /* line 71, ../scss/screen.scss */
    ul.posts a {
        display: block;
        margin-left: 20px;
    }
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

/* line 120, ../scss/screen.scss */
.date {
    color: #aaa;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}

.header__banner {
    width: 100%;
    background: #fffde7;
    text-align: center;
    min-height: 30px;
    padding: 7px;
    font-weight: bold;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
/* line 179, ../scss/screen.scss */
#post {
    margin-bottom: 30px;
}

/* standard */
/* line 185, ../scss/screen.scss */
#post img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

/* line 191, ../scss/screen.scss */
#post img.left {
    float: left;
    margin-right: 20px;
    max-width: 500px;
}

/* line 197, ../scss/screen.scss */
#post img.right {
    float: right;
    margin-left: 20px;
    max-width: 500px;
}

#post .credit {
    display: block;
    margin: -21px auto 20px auto;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
}

/* line 203, ../scss/screen.scss */
#post pre {
    padding: .4em .6em;
    border: 1px solid black;
    background-color: #333;
    color: white;
    overflow: auto;
}

/* line 210, ../scss/screen.scss */
#post ul, #post ol {
    margin-left: 0.35em;
}

/* line 214, ../scss/screen.scss */
#post code {
    border: 1px solid #ddd;
    background-color: #eef;
    font-size: 85%;
}

/* line 221, ../scss/screen.scss */
#post pre code {
    border: none;
    background-color: #333;
}

/* line 237, ../scss/screen.scss */
#related {
    margin-top: 2em;
}

/* line 241, ../scss/screen.scss */
#related h2 {
    margin-bottom: 1em;
}

/*****************************************************************************/
/*
/* Twitter
/*
/*****************************************************************************/

.twitter-button {
    position: relative;
    height: 20px;
    margin-left: 10px;
    box-sizing: border-box;
    padding: 1px 8px 1px 6px;
    background-color: #1b95e0;
    color: #fff !important;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.twitter-button i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.twitter-button .label {
    margin-left: 3px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
