.LatestChoices .section-cat {
  position:absolute;
  left:15px;
  top:15px;
  border-radius: 2px;
  background-color: #004ea2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  height: 30px;
  font-family: 'Songti TC', 'SimSun', serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  padding: 0 8px;
  display: block !important;
}