/* Style for the list */
 .uc-markers ul {
  list-style: none;
  /* margin: 0;
  padding: 0; */
}

/* Style for each list item */
.uc-markers ul li {
  position: relative;
  margin-left: 30px;
  margin-bottom: 5px;
  line-height: 25px; /* высота строки может быть другой */
}

/* Style for the custom bullet */
.uc-markers ul li:before {
  content: url(https://static.tildacdn.com/tild3464-3235-4331-b239-643237643638/bullet_yellow_circle.svg);
  position: absolute;
  left: -30px;
  top: 2px; /* зависит от высоты текста и строки в настройках li */
  /* transform: translateY(-50%); /* при translate, top - около 14 */
  width: 20px;
  height: 20px;
  /*background-color: yellow;
  text-align: center;
  border-radius: 50%;
  color: black;*/
}



.uc-table table {
    table-layout: fixed; 
    width:1160px;
}


.uc-table tr:hover {
    position: relative;
    background-color: yellow;
    background: yellow;
}