body {margin: 0px;}

.unpair { background-color: #ffffff; }
.pair { background-color: #eeeeee; }

.ui-autocomplete {
    max-height: 220px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  
#tooltip_ccenter {
  position: absolute;
  width: 333px;
  height: 132px;
  top: 285px;
  left: 218px;
  z-index: 100000;
  background-image: url("images/tooltip_ccenter.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}