/* ****************************************************
Formatting in the post itself, for each tag
**************************************************** */

.post * {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}
/* ******** Headers ******** */

.post h2 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 8px;
    color: black;
    font-weight: 600;
}


.post h3 {
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 16px;
    color: black;
    padding-top: 8px;
    border-top: 1px solid rgb(192, 192, 192);
    font-weight: 600;
}

.post h4 {
    font-size: 1em;
    text-align: left;
    margin-bottom: 16px;
    color: black;
    padding-top: 8px;
    font-weight: 500;
}

.post .table_header {
    font-size: 1em;
    text-align: center;
    margin-bottom: -16px;
    color: black;
    font-weight: 600;
    background: rgba(192, 192, 192, .25);
    padding: 4px;
    border: 1px solid rgb(192, 192, 192);
    border-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
/* ******** Various ******** */

.post img {
    display: block;
    width: 400px;
    height: 300px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

.post img.w_512 {
    width: 512px;
    height: 384px;
}

.post img.half_height {
    width: 400px;
    height: 150px;
}

.post strong {
    font-weight: 700;
}

.post em {
    font-weight: 600;
    color: inherit;
}

.post p {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 32px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.post a {
    color: #2da9fb;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid;
}

.post a:hover {
    color: #1889f5;
}

.post span {
    font-weight: inherit;
    font-size: inherit;
}

.post hr {
    border: 0;
    border-top: 1px solid rgb(192, 192, 192);
    margin-bottom: 32px;
}

.post sup {
    color: inherit;
}

.post sup a {
    text-decoration: none;
    font-size: .75em;
    color: inherit;
}

.post code {
    font-weight: 500;
    color: black;
    background: rgba(0, 0, 0, .01);
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .05);
    margin: -4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: .9em;
    white-space: nowrap;
}

.post blockquote {
    text-align: left;
    padding-left: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
    right: 0px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: rgba(0, 0, 0, 0.6);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}
/* ******** Special Formatting ******** */

.post .aside_text {
    display: block;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, .5);
    font-size: .8em;
}

.post .aside_text a {
    font-size: inherit;
}

.post .red,
.post .green,
.post .blue,
.post .purple,
.post .grey {
    border-color: inherit;
}

.post .red {
    color: #d11f04;
}

.post .green {
    color: #8ad104;
}

.post .blue {
    color: #1889f5;
}

.post .purple {
    color: #c004b2;
}

.post .grey {
    color: rgb(192, 192, 192);
}

.post .red_underline {
    border-bottom: 1px solid #d11f04;
}

.post .green_underline {
    border-bottom: 1px solid #8ad104;
}

.post .blue_underline {
    border-bottom: 1px solid #1889f5;
}

.post .purple_underline {
    border-bottom: 1px solid #c004b2;
}

.post .grey_underline {
    border-bottom: 1px solid rgb(192, 192, 192);
}

.post .download {
    display: inline-block;
    border: 2px solid currentColor;
    background: white;
    padding: 16px 24px;
    border-radius: 8px;
    margin: 0px 8px;
    margin-bottom: 32px;
}

.post .download img {
    float: left;
}

.post .download:hover {
    color: black;
}
/* ******** Footnotes ******** */

.post .footnote {
    display: inline-block;
    position: absolute;
    text-align: left;
    width: 1em;
    height: 1em;
    overflow: hidden;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 500;
    padding: 12px;
    margin: -12px;
}

.post .footnote:hover {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1), 0px 4px 16px -4px rgba(0, 0, 0, .5);
    width: auto;
    height: auto;
    max-width: 400px;
}

.post .footnote:before {
    content: "\00a0 * \00a0";
    color: #2da9fb;
    display: inline;
    font-size: 1rem;
}
/* ******** Lists ******** */

.post ul {
    list-style-type: disc;
    margin-left: 64px;
    margin-top: -16px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.post ol {
    list-style-type: decimal;
    margin-left: 64px;
    margin-top: -16px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.post li {
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
}
/* ******** Tables ******** */

.post table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    border-collapse: collapse;
    border: 1px solid rgb(192, 192, 192);
    width: 100%;
}

.post td.masked_image {
    padding: 0px;
    border: black;
}

.post td.masked_image_vertical {
    padding: 0px;
    background: black;
    border: black;
}

.post td {
    text-align: left;
    padding: 16px;
}

.post th {
    padding: 16px;
    color: black;
}

.post .masked_image div {
    min-height: 192px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.039) 1.25%, rgba(0, 0, 0, 0.15) 2.5%, rgba(0, 0, 0, 0.32) 3.75%, rgba(0, 0, 0, 0.51) 5%, rgba(0, 0, 0, 0.70) 6.25%, rgba(0, 0, 0, 0.86) 7.5%, rgba(0, 0, 0, 0.97) 8.75%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0.97) 91.25%, rgba(0, 0, 0, 0.86) 92.5%, rgba(0, 0, 0, 0.70) 93.75%, rgba(0, 0, 0, 0.51) 95%, rgba(0, 0, 0, 0.32) 96.25%, rgba(0, 0, 0, 0.15) 97.5%, rgba(0, 0, 0, 0.039) 98.75%, rgba(0, 0, 0, 0) 100%);
    color: transparent;
}

.post table img {
    width: auto;
    height: auto;
}

.post table p {
    margin-left: 32px;
    margin-right: 32px;
}

.post table ul {
    margin-left: 64px;
}

.post .masked_image_vertical div {
    width: 100%;
    min-height: 192px;
    background-position: center;
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    color: transparent;
}

.post td.cell_img {
    vertical-align: middle;
    text-align: center;
}

.post td.cell_img img {
    margin-left: auto;
    margin-right: auto;
}

.post table .aside_text {
    position: relative;
    margin: 0px;
    display: block;
    color: rgb(192, 192, 192);
    font-size: .8rem;
}

.post table tr.row_color_tags td {
    text-align: center;
    padding: 4px;
}

.post table tr.row_color_tags td span {
    font-size: .8rem;
}

.post table tr.row_color_tags td .green,
.post table tr.row_color_tags td .red,
.post table tr.row_color_tags td .purple {
    border: 1px solid;
    border-radius: 5px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.post table tr.credits_row td {
    text-align: center;
    font-size: .6em;
    color: rgb(192, 192, 192);
}

.post table img {
    width: auto;
    height: auto;
}
/* ******** Arrow Gradient Tables ******** */

table tr.arrow_gradient {}

table tr.arrow_gradient td {
    padding-left: 32px;
    padding-right: 32px;
}

table tr.arrow_gradient td>div {
    padding: 0px;
    margin: 0px;
    height: 64px;
    position: relative;
    background: url('../blog/8_icon_design_guidelines/images/arrow_gradient_left.png'), url('../blog/8_icon_design_guidelines/images/arrow_gradient_middle.png'), url('../blog/8_icon_design_guidelines/images/arrow_gradient_right.png');
    background-repeat: no-repeat;
    background-position: left, center, right;
    background-size: auto, 100% 128px, auto;
}

table tr.arrow_gradient_label td {
    color: rgb(192, 192, 192);
    font-size: .8em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ******** Radial 5 Icons Tables ******** */

table tr.radial_5_icons {
    height: 256px;
    overflow: hidden;
}

table tr.radial_5_icons>td {
    text-align: center;
    padding: 0px;
    background: url('../blog/8_icon_design_guidelines/images/radial_5_background_blue.png'), url('../blog/8_icon_design_guidelines/images/radial_5_background_purple.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 64% auto, 25% auto;
    background-position: center, center;
}

table tr.radial_5_icons>td>table {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

table tr.radial_5_icons>td>table {
    border: 0px;
    padding: 0px;
}

table tr.radial_5_icons>td>table td {
    padding: 0px;
    margin: 0px;
    width: 20%;
}

table tr.radial_5_icons>td>table img {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}
/* ****************************************************
Transition between loaded and unloaded pages.
**************************************************** */

p.loading {
    color: rgba(0, 0, 0, 0.5) !important;
}

.post {
    background: white;
    margin: 0px auto;
    max-width: 800px;
    height: 64px;
    border: none !important;
    -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
    user-select: none;
    overflow: hidden;
    transition: 
}

.post h2 {
    cursor: pointer;
    transition: .2s ease all;
}

.post h2:after {
    content: " ";
    width: 32px;
    height: 32px;
    display: block;
    background-image: url("../images/glyphs/downcarat_2x.png");
    background-size: 32px 32px;
    float: right;
    transition: .2s ease all;
    opacity: 0;
    color: #1889f5;
}
.post.expanded h2:after {
    background-image: url("../images/glyphs/upcarat_2x.png");
}

.post:hover h2:after {
    opacity:1;
}

.post.expanded:hover h2:after {
    opacity:0.25;
}

.post.expanded h2:hover:after {
    opacity:1;
}

.post p {
    color: rgba(0, 0, 0, 0.25);
}

.post.expanded {
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    -webkit-mask-image: none;
    user-select: auto;
    cursor: auto !important;
}

.post.expanded p {
    color: rgba(0, 0, 0, 0.8);
}

.post:hover {
    cursor: pointer;
}

.post.expanded:active {
    background: none;
    border-radius: 0px;
}
/* ****************************************************
Collapse Posts and RSS Button styles
**************************************************** */
/* ******** Mobile Stuff ******** */

@media (max-device-width: 720px),
(max-width: 720px) {
    .post {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        -webkit-mask-image: none;
    }
    .post h2 {
        font-size: 1.5rem !important;
    }
    .side_button.left {
        left: 10%;
    }
    .side_button.right {
        right: 10%;
    }
}