.dwa-cms-ui-table{margin:0 0 20px}
@media(min-width:640px){.dwa-cms-ui-table{margin:0 0 30px}
}
.dwa-cms-ui-table table{width:100%;background-color:#fff}
.dwa-cms-ui-table tr{display:flex;position:relative;flex-direction:column;border-radius:6px}
.dwa-cms-ui-table tr:first-child{display:none}
@media(min-width:768px){.dwa-cms-ui-table tr:first-child{display:flex}
}
.dwa-cms-ui-table tr:not(:first-child):not(:last-child):after{content:"";position:absolute;width:100%;height:2px;background-color:#f1f4f3;bottom:-24px;left:0}
.dwa-cms-ui-table tr:not(.dwa-cms-ui-table tr:first-child){margin-bottom:50px}
@media(min-width:768px){.dwa-cms-ui-table tr{flex-direction:row;margin-bottom:0}
.dwa-cms-ui-table tr:nth-of-type(odd){background-color:#f1f4f3}
.dwa-cms-ui-table tr:after{display:none}
}
.dwa-cms-ui-table td,.dwa-cms-ui-table th{width:100%;padding:14px 20px;font-size:16px;font-size:1.6rem;line-height:26px;font-weight:100;text-align:left;display:flex}
@media(min-width:768px){.dwa-cms-ui-table td:nth-child(n+2),.dwa-cms-ui-table th:nth-child(n+2){border-left:2px solid #fff}
}
.dwa-cms-ui-table td{border-radius:6px}
.dwa-cms-ui-table td:nth-of-type(odd){background-color:#f1f4f3}
.dwa-cms-ui-table td:nth-of-type(odd):before{color:#fff}
.dwa-cms-ui-table td:before{content:"█████";display:block;font-weight:700;width:50%;min-width:50%;color:#f1f4f3}
@media(min-width:768px){.dwa-cms-ui-table td:nth-of-type(odd){background-color:transparent}
.dwa-cms-ui-table td:before{display:none}
}
.dwa-cms-ui-table td a{align-self:flex-start;position:relative;font-size:inherit;font-weight:100;text-decoration:none;background-image:linear-gradient(#8994a0,#8994a0);background-position:0 100%;background-repeat:no-repeat;background-size:100% 2px}
.dwa-cms-ui-table td a:focus,.dwa-cms-ui-table td a:hover{-webkit-animation:LINE_IN .5s forwards;animation:LINE_IN .5s forwards;color:#000}
@-webkit-keyframes LINE_IN{0{background-size:0 2px}
to{background-size:100% 2px}
}
@keyframes LINE_IN{0{background-size:0 2px}
to{background-size:100% 2px}
}
.dwa-cms-ui-table th{font-weight:700}
.dwa-cms-ui-table img{max-width:100%;border:0}
.dwa-cms-ui-table--loaded td:nth-of-type(odd):before{color:#000}
.dwa-cms-ui-table--loaded td:before{content:attr(data-celltitle);color:#000}
.dwa-cms-ui-table--mobile-version tr:first-child{display:none}
@media(min-width:768px){.dwa-cms-ui-table--mobile-version tr{flex-direction:column;margin-bottom:50px}
.dwa-cms-ui-table--mobile-version tr:nth-of-type(odd){background-color:transparent}
.dwa-cms-ui-table--mobile-version tr:after{display:block}
}
.dwa-cms-ui-table--mobile-version td{border-radius:6px}
@media(min-width:768px){.dwa-cms-ui-table--mobile-version td:nth-of-type(odd){background-color:#f1f4f3}
.dwa-cms-ui-table--mobile-version td:nth-of-type(odd):before{color:#000}
.dwa-cms-ui-table--mobile-version td:before{display:block;content:attr(data-celltitle);color:#000}
}