.workarea ol {
    margin: 0;
    margin-bottom: 31px;
    padding: 0;
    counter-reset: myCounter; }
.workarea ol li {
    list-style-type: none;
    padding-left: 40px;
    position: relative;
    margin-bottom: 6px; }
.workarea ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    left: 0;
    top: 0;
    color: #428bca;
    border: 1px solid #dae8f5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    text-align: center;
    font-size: 1.6rem;; }
.workarea ul {
    margin: 0;
    margin-bottom: 31px;
    padding: 0; }
.workarea ul li {
    list-style-type: none;
    padding-left: 32px;
    position: relative;
    margin-bottom: 6px; }
.workarea ul li:before {
    content: " ";
    position: absolute;
    left: 8px;
    top: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #428bca; }
.workarea ul.no-marks li {
	padding-left: 0;
}
.workarea .accordeon__content ul.no-marks li {
	padding-left: 7px;
}
.magazine-toggle__list {
    padding-top: 7px;
    display: none; }
.magazine-toggle__list ul {
    margin-bottom: 0; }
.magazine-toggle__list ul li {
    padding-left: 24px;
    margin-bottom: 5px; }
.magazine-toggle__list ul li:last-child {
    margin-bottom: 0; }
.magazine-toggle__list ul li:before {
    left: 5px;
    top: 6px; }

.horizontalTab ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 0; }
.horizontalTab ul li:before {
    display: none; }

.horizontalTab__content {
    display: none;
    padding-top: 20px; }


table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

.workarea table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
    min-width: 550px; }
.workarea table th {
    background: #ebedf0;
    font-weight: bold;
    text-align: left;
    padding: 12px 18px;
    white-space: nowrap;
    line-height: 1;
    font-size: 1.3rem;; }
.workarea table td {
    padding: 11px 17px;
    line-height: 1;
    border-bottom: 1px solid #ebedf0; }

.table-wrap {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 20px; }
.table-wrap table {
    margin-bottom: 0; }

.table-wrap::-webkit-scrollbar {
    height: 8px; }

.table-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px; }

.table-wrap::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #428bca; }
