div.note{
  border: 1px #555555;
  padding: 10px;
  background-color: #ffffee;
}

a{
  color: blue;
  cursor: pointer;
}



.popupContainer{
  position: absolute;
  display: none;
  position: fixed;
  top: 220px;
  width: 100%;
  left: 0;
  text-align: center;
}

.popup{
  border: 1px solid #000;
  margin: 0 auto;
  background-color: #eee;
  padding: 10px;
  width: 200px;
  text-align: left;
}

.popup .button{
  padding: 5px;
  background-color: #ffdd77;
  border: 1px solid #FFBB44;
  cursor: pointer;
}
