.c-transactions-act__tr{
  padding: 20px 0 4px;
  border-bottom:none;
}

.c-transactions-act-list{
  padding-top:12px;
  font-size:13px
}

.c-transactions-act-list li:not(:1last-child) {
  margin-bottom: 6px;
}

.transactions-act_li{
  padding-left: 1em;
  text-indent: -1em;
}

.transactions-act_li:before {
  content: "ви";
}
  
.transactions-act__link{
    font-weight: bold;
 }

/* addstyles */
.c-tbl-list table {
    width: 100%;
}
.c-tbl-list table th,
.c-tbl-list table td {
	text-align: center;
	padding: 10px;
    border-bottom: 1px dotted #ddd;
}
.c-tbl-list table th {
    background-color: #f5f5f5;
}
