#l-col { 
   text-align: center;
}
#header {
/* background-color: #292f51; */
}

body {
   margin-top: 0;
}

.maintext {
  font-size: 3em;
 }
thead {
  background-color: gray;
 color: white;
}
thead td {
  font-weight: bold;
}
table {
  border-collapse: collapse;
 border: 1px solid gray;
}
#login {
background-color: #151b3d;
color: white;
min-height: 190px;
text-align: center;
}
#footer {
color: gray;
font-size: 0.8em;
text-align: right;
}
h1 {
font-size: 1.5em;
}
#notactivated {
float: right;
}