/* Normalizes margin, padding */
body, div, dl, dt, dd, #inreach_content ul, #inreach_content ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, #inreach_content th, #inreach_content td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%;}

/* Removes list-style from lists */
#inreach_content ol,#inreach_content ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

/*US 3415*/
.span_hide {
    display: none;
}

.span_visible{
    color: DarkRed;
    font-weight: bold;
    display: block;
}