*{box-sizing:border-box}.table__wrapper{width:100%}.table__wrapper .table{max-width:100%;width:100%}h1{text-align:center}.center{margin:0 auto;width:100%}.table{border:1px solid #f0f0f0;border-collapse:collapse}.table tr{border-bottom:1px solid #f0f0f0;line-height:1em}.table thead th{background-color:#8f1960;color:#fff;padding:1.2em;text-align:center}.table thead tr{border-bottom:2px solid #f0f0f0}.table tbody tr:nth-child(2n){background-color:#f7f7f7}.table td{padding:1em;text-align:center}.table th{padding:1em}.table th,.table thead th.text-left,.table.aligned-left td{text-align:left}@media screen and (max-width:768px){.table td,.table th{font-size:.85em;font-weight:400;padding:.5em .4em}.table thead th{font-size:.9em;padding:.7em .2em}}.tooltip{display:table-cell;position:relative}.tooltip .tooltiptext{background-color:#444;border-radius:6px;bottom:90%;color:#fff;left:50%;line-height:1.2em;margin-left:-100px;opacity:0;padding:10px;position:absolute;text-align:center;transition:opacity .5s;visibility:hidden;width:200px;z-index:1}.tooltip .tooltiptext:after{border:5px solid transparent;border-top-color:#000;content:" ";left:50%;margin-left:-5px;position:absolute;top:100%}.tooltip:hover .tooltiptext{opacity:1;visibility:visible}