sS hTopRightCornerDiv(O contents, O... _) { ret hcss([[.topRightCorner { position: absolute; right: 10px; top: 10px; opacity: .95; padding: 10px; border: 1px solid black; background: white; color: black; }]]) + div(contents, params_plusHTMLClass(_, "topRightCorner")); }