.table-area>h2{margin:0 auto .5rem;text-align:center;width:80%}table.refresh-table{background-color:unset;border:none;border-radius:10px;box-shadow:0 0 36px 15px rgba(0,0,0,.12)}.refresh-table td{border:none;color:var(--primary);padding:15px 2.5%;text-align:center}.refresh-table tr{background:var(--blue)}.refresh-table tr:nth-child(2n){background:var(--light-blue)}.refresh-table tr:first-of-type td:first-of-type{border-top-left-radius:10px}.refresh-table tr:first-of-type td:last-of-type{border-top-right-radius:10px}.refresh-table tr:last-of-type td:first-of-type{border-bottom-left-radius:10px}.refresh-table tr:last-of-type td:last-of-type{border-bottom-right-radius:10px}