div.rankbox {
  width: 40px;
  border: solid 1px #0066cc;
  background-color: #fff;
  color: #0066cc;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
          border-radius: 10px;
     -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
