/* hack to turn span into block so it can be adjusted */
/* THIS MAY BE MESSING UP OTHER THINGS... */
/* .bcs_story_content p span {
  display: block;
  clear: both;
} */

.bcs_center {
    text-align: center;
    text-indent: 0 !important;
}

.bcs_center_ital {
    text-align: center;
    text-indent: 0 !important;
    font-style: italic;
}

.bcs_center_bold {
    text-align: center;
    text-indent: 0 !important;
    font-weight: bold;
}

.bcs_left {
    text-align: left;
    text-indent: 0 !important;
}

.bcs_left_bold {
    text-align: left;
    text-indent: 0 !important;
    font-weight: bold;
}

.bcs_left_ital {
    text-align: left;
    text-indent: 0 !important;
    font-style: italic;
}

.bcs_no_indent {
    text-indent: 0 !important;
}

.bcs_single_space_no_indent {
    margin: 0 !important;
    text-indent: 0 !important;
}

.bcs_single_space {
    margin: 0 !important;
}

.bcs_single_space_ital {
    margin: 0 !important;
    text-indent: 2rem;
    font-style: italic;
}

.bcs_single_space_center {
    margin: 0 !important;
    text-indent: 0 !important;
    text-align: center;

}

.bcs_single_space_center_ital {
    margin: 0 !important;
    text-indent: 0 !important;
    text-align: center;
    font-style: italic;

}

.secondary_header,
.post_content .secondary_header {
    font-size: 1.3rem;
    color: #000000;
    /* font-family: 'OptimusPrinceps', serif;*/
    font-family: Georgia, serif;
    font-weight: bold;
}

.hide_text {
    display: none;
}

a.hide_text_link {
    display: block;
    margin: 1rem 0;
}



