div.reportLightbox
{
 z-index: 901;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
}
a.reportable div.reportThis
{
 display: none;
 position: absolute;
 margin-top: 3px;
 margin-left: -16px;
 z-index: 900;
 font-size: 8px;
 width: 12px;
 height: 12px;
 vertical-align: middle;
 border-radius: 6px;
 background-color: white;
 border: 1px solid black;
 box-shadow: 1px 1px 3px black;
 text-align: center;
 font-weight: normal;
 text-decoration: none;
 font-style: normal;
 color: #800000;
}
a.reportable:hover div.reportThis
{
 display: inline-block;
}
div.reportDialog
{
 position: fixed;
 top: 25%;
 left: calc(50% - 15em);
 width: 30em;
 z-index: 902;
 border: 1px solid black;
 background-color: white;
 box-shadow: 1px 1px 3px black;
 color: black;
 padding: 1em;
}
div.reportDialog div.reportDialogTitle
{
 font-size: 150%;
 text-align: center;
 margin-bottom: 0.25em;
}
div.reportDialog table
{
 width: calc(100% - 2em);
 margin-bottom: 0;
}
div.reportDialog table td input[type=text]
{
 width: 100%;
}
div.reportDialog table td.reportButton
{
 padding-top: 0.5em;
 text-align: center;
}