
div.bottomBar{
  font-family:  marvelregular;
  color:black !important;
  background-color:white !important;
  text-align:center !important;
  display:none;
  margin-left:auto;
  margin-right:auto;
  width:700px;
  height:12pt;
}

div.bottomBar a {
  color:blue !important;
  font-family:  marvelbold;
} 

.radius {
  -moz-border-radius: 9px;
  -webkit-border-radius:9px;
  border-radius: 9px;
  border: 2px solid black;
  padding:8px;
}

.expirewarning{
  border: 2px solid black;
  background-color: pink;
  border-radius: 8px;
  text-align:center;
  padding: 10px 10px 10px 10px
  
}