.HdR { height:14vh; background:var(--c1); }
.HdR img { cursor:pointer; height:12vh; margin-top:1vh; }
.fTr { height:8vh; background:var(--c1); color:var(--c15); font-size:80%; margin-bottom:-100px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.fTr a { cursor:pointer; text-decoration:none; color:var(--c15); }
.fTr a:hover { color:var(--c5); }
.cRG { min-height:calc(78vh - 30px); overflow-y:auto; overflow-x:hidden; padding:15px; }
.cRG img { max-width:90%; margin-top:50px; }
.cRG input[type=submit], .cRG input[type=button], .cRG button { font-family:'B'; font-size:90%; padding:6px 20px; border-radius:4px; border:1px var(--c9) solid; background:var(--c13); color:var(--c8); cursor:pointer; }
.cRG input[type=submit]:hover, .cRG input[type=button]:hover, .cRG button:hover { background:var(--c11); color:var(--c13); }

.mTu { top:6.5vh; }