.item-action #uiButton {
  font-size: inherit;
  color: #007cfc !important;
  background-color: #f2f0f7;
  padding: 10px 20px;
  border-radius: 20px;
}
.item-action #uiButton::after, .item-action #uiButton::before {
  content: normal;
}
.item-list .item-title h3 {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
