<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.editor p, .editor div, .editor a, .editor li, .editor td, .editor th, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 { margin:0px; padding:0px; color:#58595b; font-size: 15px; word-wrap: break-word; white-space: normal; line-height:30px; text-align: justify; }

.editor, .editor p, .editor li { line-height:30px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color:#58595b; font-size: inherit; }

.editor a:hover { color:#58595b; }

.editor ul, .editor ol {display: inline-block; margin-left:25px; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #000000;
}

.editor td, .editor th { padding:0; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor table.table-center{margin:0 auto;}

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor table, .editor img { max-width: 100%; height: auto; }

.editor:after {
	clear: both;
    display: block;
    content: " ";
}

.editor .table-responsive-wrapper {}

.editor .table-responsive-wrapper .table-responsive {}

.editor .year_2_age{
    color: inherit;
}

.editor img.image_float_right{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.editor img.image_float_left{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width:767px){
    .editor img.image_float_right,
    .editor img.image_float_left{
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
</pre></body></html>