<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#g_cmaps_cmap_id_select {
 min-width: 15ch;
 max-width: 40ch;
}
#g_cmap_print_button {
 display:none;
 float: right;
}
#g_cmap_content {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#g_cmap_header_title {
  width: 100%;
  text-align: center;
}
#g_cmap_header_title h2 {
  font-size: 1.5em;
}
#g_cmap_header .g_cmap_header_cde_name h3 {
  font-size: 1.3em;
}
#g_cmap_header .g_cmap_header_cde_narrative {
  font-size:1em !important;
  font-weight: 400 !important;
  text-align: justify !important;
  padding-left:5px;
}
#g_cmap_header .g_cmap_header_cde_narrative strong, #g_cmap_header .g_cmap_header_cde_narrative ul, #g_cmap_header .g_cmap_header_cde_narrative li {
  font-weight: 400 !important;
  font-size:small;
  margin: 10px !important!;
}
#g_cmap_header .g_cmap_header_cde_narrative p {
  font-weight: 400 !important;
  font-size:small;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-break: break-word;
}
#g_cmap_header .g_cmap_header_cde_narrative table {
  width: 100% !important;
  margin-bottom: 20px;
}
#g_cmap_header .g_cmap_header_cde_narrative table td {
  vertical-align:top;
  padding-left: 10px;
  padding-right: 10px;
}
#g_cmap_header_standards_title h3 {
  font-size: 1.3em;
}
#g_cmap_header_standards_tbl {
 border-collapse:collapse;
 width: 100%;
 font-size: small;
 margin-top: 10px;
 margin-bottom: 20px;
}
#g_cmap_header_standards_tbl th {
 background: silver;
 font-size: small;
 border: 1px solid gray;
}
#g_cmap_header_standards_tbl td {
 vertical-align: top;
 font-size: x-small;
 border: 1px solid gray;
}
#g_cmap_topic_title h3 {
 font-size: 1.3em;
}
#g_cmap_gantt_table {
 border-collapse:collapse;
 width: 100%;
 margin-top: 20px;
 margin-bottom: 30px;
}
#g_cmap_gantt_table th {
 font-size: small;
 border: 1px solid gray;
 background: #ebac00;
}
#g_cmap_gantt_table .g_cmap_gantt_first_column_td {
 width: 30%;
 font-size: small;
 font-weight: 500;
 border: 1px solid gray;
 padding-left: 10px;
}
#g_cmap_gantt_table .g_cmap_gantt_first_column_td .g_cmap_gantt_topic_duration_span {
 font-size: small;
 color: gray;
 font-style: italic;
 padding-left: 10px;
}
#g_cmap_gantt_table .g_cmap_gantt_second_column_td {
 font-size: small;
 border: 1px solid gray;
 padding: 0px;
 position: relative;
}
#g_cmap_gantt_table .g_cmap_gantt_second_column_td .g_cmap_gantt_bar {
 position: absolute;
 top:0;
 bottom:0;
 height: 100%;
 background: #016295;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 margin: 0;
 padding:0;
}
#g_cmap_topic_table {
 border-collapse:collapse;
 width: 100%;
 margin-top: 20px;
 margin-bottom: 20px;
}
#g_cmap_topic_table th {
 border: none;
 background: none;
 padding-top: 34px;
}
#g_cmap_topic_table td {
 border: 1px solid gray;
 vertical-align: top;
 font-size: small !important;
 padding: 10px;
}
#g_cmap_topic_table td ul li {
 font-size: small !important;
}
#g_cmap_topic_table td p {
 font-size: small !important;
 margin-top: 10px;
 margin-bottom: 10px;
 overflow-wrap: break-word;
 word-break: break-word;
}
#g_cmap_topic_table td table {
 width: 100% !important;
}
#g_cmap_topic_table td table td {
 width: auto !important;
}
#g_cmap_topic_table .g_cmap_topic_standard_path {
 font-size: x-small !important;
}
#g_cmap_topic_table .g_cmap_topic_standard_description {
 font-size: x-small !important;
 list-style-type:none;
}
@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
    #g_cmap_topic_table th { page-break-before: always;}
}
</pre></body></html>