.roundedAll {
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

.roundedTop {
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
}

.circle {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  width:16px;
  height:16px;
  background-color: #54B0E4;
  color:white;
  font-weight:bold;
  text-align:center;
}
