.cuar-btn-xs {
  display: inline-block;
  padding: 0 4px;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  cursor: pointer;

  &:hover {
    background: #efefef;
  }
}