
* {
 font-size: 12pt;
 font-family: Arial;
}

#appMenuL {
color: white;
text-decoration: underline;
float:left;
padding-left: 3px;
}

#infogo {
color: yellow;
text-align: center;
text-decoration: none;
font-size: 10pt;
}

#appMenuR {
color: white;
float:right;
padding-right: 3px;
}

#appMenuLogin {
color: white;
text-decoration: none;
}

header
{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 20px;
background-color: black;
color: white;
z-index:80;
}

content{ 
  position: sticky;
  padding-top: 20px;
  overflow-y: scroll;
  }
  
  #pageContent {
    position: sticky;
    padding-top: 20px;
    padding-bottom: 50px;
    z-index:40;
    }

  pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
   }

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  z-index:100;
}

footer>div {
 font-size: 10pt;
  color: white;
text-align: center;
}

footer>div>a{
 font-size: 10pt;
 text-decoration: none;
 color: white;
 z-index: 100;
}


table {
margin-left: auto;  
margin-right: auto;
position: fixed;
left: 0;
top:25px;
position:sticky;
z-index:40;
}

table>caption {
display: none;
}

table thead {
background-color: black;
color: white;
top:25px;
position:sticky;
text-align:center;
z-index: 40;
}

table thead tr th {
padding: 0px;
text-overflow: ellipsis;
}

table tbody{
padding-bottom: 5em;
}

table tbody tr td {
text-align: center;
}


table td:nth-child(1) {
overflow: hidden;
font-size: 10pt;
z-index: 40;
}

table td:nth-child(2) {
display: none;
}

table td:nth-child(3) {
overflow: hidden;
font-size: 10pt;
z-index: 40;
word-wrap: break-word;
}

table tr:nth-child(even) {
  background: #f2f2f2;
}

.rotate {
  height: 150px;
  font-size: 12px;
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

  tr>th:first-child,tr>td:first-child {
    position: sticky;
    left: 0;
  }
}