td,th {
    padding: 3px;
}

.btn{
    margin: 1px;
    font-size: 1em;
}

th, td {
    border-bottom: 2px solid white; 
  }

  table {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
  }
  

tr:nth-child(even) {
    background-color: #cae6b5;
   }

tr:nth-child(odd) {background-color: #cee4f5;}

#TitleBlock{
    position: fixed;
    width:100vw;
    height: 33px;
    background-color: #003194;
    opacity: 1;
    z-index: 1000;
    overflow:hidden;
    //line-height: 110%;
    padding-right:20px;
}

#TitleBlock>p{
    font-size:20pt;
    color:white;
    padding-left:20px
}
/*
@media (min-width: 768px) {
    #TitleBlock{
        display: none;
    }
}
*/
#menu-toggle{

    float:right;
    margin-top:4px;
    height:80%;
    padding-top: 2px;

}

#intro,#support,#changelog,#swmm>p{
    font-size:1.2em;
}
