.safeContainer {
  /*background-color: yellow;*/
  color: black;
  position: relative;
  text-align: center;
}
.zReminder { 
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.adReminder { 
  color: black;
  font-size: small;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
  display: none;
  /*display: block; */
}
.adReminder p { 
  text-align: left;
}
.adSpace { 
  position: relative; 
  text-align: center;
  vertical-align: middle;
}
.innerAdSpace { 
  position: relative; 
  text-align: center;
  vertical-align: middle;
  /*background-color: blue;*/
}
.realAd { 
  z-index: 10;
  position: absolute;
  /*background-color: white;*/
}
#foo { 
  text-align:center;
  width:400px;
  height: 90px;
  background-color: red;
  color: white;
  margin-top: -12px;
}