img {
  max-width: 100%;
}
.CenterContent {
  margin: auto;
  Xpadding: 20px;
  background: white;
  text-align: center;
}
.Prelude {
  font-family: 'Comic Sans MS';
  text-align: center;
}
.Error {
  margin: 1em 2em;
  color: red;
  text-align: center;
}

.FormLogin {
  padding-top: 1px;
  padding-bottom: 10px;
  background: #77AAFF;
  max-width: 400px;
  margin: auto;
}

.ForgotLink {
  color: #FFFF99;
  display: block;
  text-align: center;
}

.DivCenter {
  margin: 5px 5px;
  display: block;
  text-align: center;
}

table {
  margin: auto;
  text-align: left;
}

#tblWishList td {
  padding: 5px;
  padding-right: 20px;    
}

#tblWishList th {
  background-color: #33CCFF;
}

#tblWishList tr:nth-child(odd) {
  background-color: #eeeeee;
}

#tblWish {
 border-collapse: collapse;   
 text-align: left;
}

#tblWish th {
  text-align: center;  
}

.menu a {
  text-decoration: none;
  background-color: #3333ff;
  color: white;
  display: inline-block;
  padding: 8px 8px;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}