.storyworld_info_box {
  background: #fff;
  width: 200px;
  border: solid 1px #ccc;
  float: left;
  position: absolute;
  padding: 10px;
  z-index: 1000;
}

.storyworld_info_box p {
  margin: 10px 0 10px 0;
}

.storyworld_info_box a.read {
  float: right;
}

.storyworld_info_box a.close {
  float: left;
}
