

.mmwiki h1, .mmwiki h2, .mmwiki h3, .mmwiki h4, .mmwiki h5 { 
 	font-family: Arial,sans-serif; color: #2d8659;margin-bottom: 1em;margin-top:1em; 
}

.mmwiki h1 { font-size: 150%;text-align: center; }
.mmwiki h2 { font-size: 125%;text-align: center; }
.mmwiki h3, h4, h5 { font-weight: bold;padding-bottom:0.5em;margin-bottom:0; }
.mmwiki h3 { font-size: 110%; }
.mmwiki h4 { font-size: 105%; }
.mmwiki h5 { font-size: 100%; }
.mmwiki div.rubric, .mmwiki div.rubric2 { margin-left: 1em; }
.mmwiki div.rubric p:first-of-type, .mmwiki div.rubric2 p:first-of-type { text-indent: -1em; }
.mmwiki span.rubric, .mmwiki span.rubric2 { font-size: 100%;font-weight: bold; }
.mmwiki span.rubric2 { font-style: italic; }

.mmwiki p { margin-bottom: 0.5em;margin-top:0; }
.mmwiki ul, .mmwiki ol { margin-top: 0; margin-bottom: 0.5em; }
.mmwiki ul ul, .mmwiki ol ol, .mmwiki ul ol, .mmwiki ol ul { margin-bottom: 0; }

.mmwiki span.symptom:hover { background: #d0d0d0;transition: background 1s; }

.mmwiki div.hover, .toc div.hover {
	position: relative;
}

.mmwiki span.tooltip, .mmwiki div.tooltip, .toc span.tooltip, .toc div.tooltip { 
    display: none; 
}

.mmwiki span.hover:hover span.tooltip, .mmwiki div.hover:hover div.tooltip, 
.toc span.hover:hover span.tooltip, .toc div.hover:hover div.tooltip {
    display: inline-block;
    position: absolute;
    background-color: #555;
    color: #fff;
    padding: 0.4em;
    z-index: 9999;
    left: 1em;
    top: 1em;
    text-indent: 0;
    font-style: normal;
}
 
.mmwiki span.def-tooltip { min-width: 20em;max-width: 25em; }
.mmwiki span.tooltip a, .mmwiki .tooltip a, .toc span.tooltip a, .toc .tooltip a { color: #fff; }

.mmwiki span.link, .mmwiki span.link a { text-decoration:none;color:inherit; }
.mmwiki span.link_hover, .mmwiki span.link_hover a { text-decoration:underline;color:inherit; }

.mmwiki span.grade2, .mmwiki span.grade2 a { color: #1B83FA; }
.mmwiki span.grade3, .mmwiki span.grade3 a { font-weight: bold; color: #aa664e; }
.mmwiki span.grade4, .mmwiki span.grade4 a { font-weight: bold; color: #a40fd6; }

.mmwiki span.remedy1, .mmwiki span.remedy1 a, .toc span.remedy1, .toc span.remedy1 a { 
    position:relative; color: #21c90a; font-style: italic; text-decoration: underline; 
}
.mmwiki span.remedy2, .mmwiki span.remedy2 a, .toc span.remedy2, .toc span.remedy2 a { 
    position:relative; color: #1b83fa; font-style: italic; 
}
.mmwiki span.remedy3, .mmwiki span.remedy3 a, .toc span.remedy3, .toc span.remedy3 a { 
    position:relative; color: #aa664e; font-style: italic; font-weight: bold; 
}
.mmwiki span.remedy4, .mmwiki span.remedy4 a, .toc span.remedy4, .toc span.remedy4 a { 
    position:relative; color: #a40fd6; font-style: italic; font-weight: bold; 
}

.mmwiki span.remedy1 span.tooltip, .toc span.remedy1 span.tooltip,
.mmwiki span.remedy2 span.tooltip, .toc span.remedy2 span.tooltip,
.mmwiki span.remedy3 span.tooltip, .toc span.remedy3 span.tooltip,
.mmwiki span.remedy4 span.tooltip, .toc span.remedy4 span.tooltip {
 	white-space: nowrap;
}

.mmwiki span.relation { color: #341973; }
.mmwiki span.tendency { font-weight: bold; color: #b30047; }
.mmwiki span.clinical { font-style: italic;color: #a300cc; }

.mmwiki span.modality { }
.mmwiki span.radiating { }

.mmwiki span.code, .mmwiki .code { font-family: Courier,monospace;font-size: 85%; }
.mmwiki .code { margin-bottom: 0.5em; }
.mmwiki .note { font-size: 80%; }
.mmwiki .note p.first { margin-left: 10mm;text-indent: -5mm; }
.mmwiki .note p { margin-left: 10mm; }

.mmwiki span.definition, .mmwiki span.definition-with-highlight { border-bottom: 1.1pt #505050 dotted; position: relative; }
.mmwiki span.definition-with-highlight, span.highlight { background: yellow; position: relative; }

.mmwiki table { border-collapse: collapse; }
.mmwiki td, .mmwiki th { border: 1px solid #505050;padding: 0.2em; }
.mmwiki th { background: #e0e0e0;text-align: center;vertical-align:middle; }
.mmwiki td { vertical-align: top; }
.mmwiki td.center, .mmwiki th.center { text-align: center; }
.mmwiki td.left, .mmwiki th.left { text-align: left; }
.mmwiki td.right, .mmwiki th.right { text-align: right; }

.mmwiki .meta { float: right;	font-size: 80%; border: 1px solid black; top: -5mm; margin-left: 5mm; }
.mmwiki .meta img { width: 5cm; }
.mmwiki .bigpicture { position:fixed; left: 50%; top: 10%; height: 80%; z-index: 30000; display: none; }
.mmwiki .bigpicture img { position: relative; left: -50%; height: 100%; }

.mmwiki .image-center { margin-left:auto; margin-right: auto; }
.mmwiki .image-float-left { margin:0;padding:0;float:left; }
.mmwiki .image-float-right { margin:0;padding:0;float:right; }
.mmwiki .image { margin: 0.5em;margin-top: 1em; }
.mmwiki .image .subscript { margin-top: 0.5em; text-align:center; font-size: 80%; font-style: italic; }
.mmwiki td .image { margin: 0; }

.mmwiki .clear { clear:both; }

.mmwiki span.dash { display:block;padding-left: 1em; }
.mmwiki span.dash::before { content: "-\00a0"; }

.mmwiki span.page-number { color: #ff0000;font-weight: bold;border: 1px solid #ff0000; }

.mmwiki span.anchor { z-index:20;visibility:hidden;display:inline;position:relative; }

.mmwiki span.inline-image img { height: 1.10em;box-shadow: none;vertical-align:-0.20em; }

.mmwiki .video { margin-left: auto; margin-right: auto; text-align: center; }

