@charset "UTF-8";
/* CSS Document */
#popup {
  width: 800px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -400px;
  display: none;
}

div.divisions div a.show-popup {
  text-indent: 0;	
  display: inline;
  height: 20px;
  width: 100px;
  position: relative;
  top: -12px;
  cursor:default;
}