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

/* lead */
#flow_content .lead {
margin:0 10px 14px;
}
#flow_content .lead p {
font-size:1.2em;
}

/* require */
#flow_content .require {
width:580px;
height:100%;
margin:0 auto 13px;
padding:20px 21px 17px;
border:1px solid #4CA255;
background-color:#F1F8D5;
}
#flow_content .require h3 {
margin:0 2px 17px;
}
#flow_content .require p {
margin-bottom:21px;
}
#flow_content .require h4 {
margin:0 3px 6px;
}
#flow_content .require ul img {
vertical-align:bottom;
}

/* notes */
#flow_content .notes {
width:580px;
height:auto;
margin:0 auto 10px;
padding-bottom:10px;
}


</pre></body></html>