<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.Ttlcontent h1 {
    margin: 3em 0 2em 0;
    font-size: 2em;
    font-weight: bold;
    color: #666666;
}

#label_roll h2{
    background: #fafff7;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    font-size: 1.2em;
	font-weight:bold;
	margin-bottom:2em;
    padding: 1em;
    text-align: left;
}

.subTtl{background:#eeeeee;padding:.5em;font-weight:bold;margin-bottom: 1em !important;
width:unset !important;}


#label_roll h5 {
    border-bottom: 1px solid #999;
    border-left: 6px solid #060;
    background: unset;
    border-radius: unset;
    box-shadow: unset;
    font-size: unset;
    padding: 0 0 .5em 1em;
    text-align: left;
}

.notes-red{
	font-weight:bold;
}

@media (min-width:320px) and (max-width:728px) {
.Ttlcontent h1 {
        margin: 1em 0;
        font-size: 2em;
        font-size: 1.5em;
        font-weight: bold;
}
}
</pre></body></html>