body {
    font-family: 'Open Sans', sans-serif;
    background-color: #101010;
    text-align: center;
    color: #aaaaaa;
    font-size: 18px;
    text-decoration: none;
    font-weight: lighter;
}



.pagehead {
    width: 100%;
    min-height: 40px;
    padding: 5px 3px 0px 3px;
    color: #eeeeee;
    font-size: 32px;
    background-color: #101010;
    text-align: left;
    border-bottom: 0.25px solid #606060;
    font-weight: lighter;
}

.pagehead th{
    padding: 2px 2px 2px 15px;
    font-size: 16px;
    border: none;
    font-weight: lighter;
}

/* normal link */
a:link {
    color:  #eeeeee;
    text-decoration: none;
    font-weight: lighter;
}

/* visited link */
a:visited {
    color:  #eeeeee;
    text-decoration: none;
    font-weight: lighter;
}

/* mouse over link */
a:hover {
    color:  #0086b3;
    text-decoration: none;
    font-weight: lighter;
}

/* selected link */
a:active {
    color:  #eeeeee;
    text-decoration: none;
    font-weight: lighter;
}

@media (max-width: 480px) {
  .pagehead th {
    display: table-row;
    font-size: 12px;
    font-weight: lighter;
  }
}

.titles {
   
   text-align: left;
   border-bottom: 0.25px solid #303030;
   font-weight: lighter;
}

.projects {
    margin: 5px 10% 0% 10%;
    color: #eeeeee;
    font-size: 24px;
    width: 80%;
    text-align: center;
    border-bottom: 0.25px solid #606060; 
    flex-align: center;
    font-weight: lighter;   
}

.sidenav {
    font-weight: lighter;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #202020; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.content {
    
    margin: 5px 10% 0% 10%;
    color: #eeeeee;
    font-size: 18px;
    width: 80%;
    text-align: left;
    border-bottom: 1px solid #606060;  
    flex-align: center;
    font-weight: lighter;   
}

.editform{
    margin: 5px 5% 0% 5%;
    width: 90%;
    text-align: left;
    border-bottom: 0.25px solid #606060;
    min-width: 300px;
    padding: 5px 20px 5px 20px;
    font-weight: lighter;
}

.editform th{
    text-align: left;
    border: none;
    font-weight: lighter;
}

.formlabel{
   width: 30%;
   color: #eeeeee;
   font-size: 18px;
   text-align: left;
   margin-right: 15px;
   font-weight: lighter;
}


.tiny{
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
}

.queue{
    font-weight: lighter;
    display: inline;
}

p{
    padding-left: 5%;
    font-weight: lighter;
}

.assetsview {
    margin: 5px 10% 0% 10%;
    color: #eeeeee;
    font-size: 16px;
    width: 80%;
    text-align: left;
    background-color: #101010; 
    flex-align: center;
    font-weight: lighter;   
}

.assetsview td, th{
    border: none;
    font-weight: lighter;
}

.assetsview .title{
   
   text-align: left;
   border-bottom: 0.25px solid #606060;
   font-weight: lighter;
}

.params{
    font-size: 16px;
    text-align: left;
    color: #eeeeee;
    font-weight: lighter; 
}

.params th{
    font-size: 16px;
    text-align: left;
    font-weight: lighter; 
}

select {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #eeeeee;
    border: 0px;
    border-bottom: 0.25px solid #606060;
    border-left: 0.25px solid #606060;
    font-size: 100%;
    width: 20%;
    min-width: 200px;
    background-color: #101010;
    font-weight: lighter;
}

textarea {
    font-family: 'Open Sans', sans-serif; 
    text-align: left;
    color: #eeeeee;
    background-color: #202020;
    border: 0px;
    border-bottom: 0.25px solid #606060;
    border-left: 0.25px solid #606060;
    font-size: 100%;
    width: 20%;
    min-width: 200px;
    font-weight: lighter;
}	


input[type=text],[type=date],[type="number"] {
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px; 
    text-align: left;
    color: #eeeeee;
    border: 0px;
    border-bottom: 0.25px solid #606060;
    border-left: 0.25px solid #606060;
    font-size: 18px;
    width: 20%;
    min-width: 200px;
    background-color: #101010;
    font-weight: lighter;
}

input[type="number"] {
    font-family: 'Open Sans', sans-serif;
    padding-left: 5px; 
    text-align: left;
    color: #eeeeee;
    border: 0px;
    border-bottom: 0.25px solid #606060;
    border-left: 0.25px solid #606060;
    font-size: 18px;
    width: 30px;
    min-width: 200px;
    background-color: #101010;
    font-weight: lighter;
}

input[type=password] {
    padding-left: 5px; 
    text-align: left;
    color: #eeeeee;
    border: 0px;
    border-bottom: 0.25px solid #606060;
    border-left: 0.25px solid #606060;
    font-size: 18px;
    width: 20%;
    min-width: 150px;
    background-color: #101010;
    font-weight: lighter;
}

input[type=button], input[type=submit], input[type=reset] {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #707070;
    background-color: #222222;
    color: #808080;
    padding: 4px 6px;
    text-decoration: none;
    margin: 5px;
    font-size: 70%;
    min-width: 16px;
    font-weight: lighter;
    
}


button {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #707070;
    background-color: #222222;
    color: #808080;
    padding: 4px 6px;
    text-decoration: none;
    margin: 5px;
    font-size: 70%;
    min-width: 16px;
    font-weight: lighter;
    
}

button:hover{
    cursor: pointer;
    border: 1px solid #0099cc;
    color: #0099cc;
}

.params button {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #707070;
    background-color: #222222;
    color: #808080;
    padding: 4px 6px;
    text-decoration: none;
    margin: 5px;
    font-size: 70%;
    min-width: 16px;
    font-weight: lighter;
    
}

. button:hover{
    cursor: pointer;
    border: 1px solid #0099cc;
    color: #0099cc;
    font-weight: lighter;
}