ul.dash-list {
     list-style: none;
}

ul.dash-list li:before {
     content: '';
     width: 10px;
     height: 1px;
     background: black;
     display: inline-block;
     border-radius: 0;
     position: absolute;
     top: 10px;
     left: -15px;
}

.table-wrapper {
     overflow: hidden;
     min-width: inherit;
     width: 100%;
}

.table-title {
     margin-bottom: 4px;
}

.table-unit {
     color: #747E89;
}