/* 
    Created on : 14-Jan-2025
    Author     : J. Goody
*/
#LoginTable{
  width: 320px;
  padding: 15px;
  margin-left:auto; 
  margin-right:auto;
  border: 5px inset #990000;
  border-collapse: collapse;
}
.submitbutton {
  border: 1px solid;
  border-color: black;
  background-color:  #dededf;
  color: black;
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 0;
  font-size: 18px;
}
th {
  background-color: blue;
  color: white;
}
tr {
  background-color:  #dededf;
  color: black;
  height: 8px;
}

.center {
  margin-left:auto; 
  margin-right:auto; 
  text-align: center;
}
.BorderIt{
  border: 1px solid;
  border-radius: 5px;
  border-color: black;
  padding: 3px 3px;
  box-shadow: 5px 5px 2px #888888;
}
.NoVisit{
  color: blue;
}