*, *:before, *:after { box-sizing:border-box; margin:0; padding:0; }

body { font-family:'Poppins'; font-size:0.8rem; font-weight:400; line-height:1; }

.page-wrapper { padding:30px; }
.page-wrapper h2 { margin-bottom:20px; }  

a, a:active, a:visited { font-weight:600; color:#00BCD4; text-decoration:none; }

table { width:100%; border-collapse:collapse; }
table, td { border:2px solid #444; }
table td { padding:5px 10px; }
table td.tc { text-align:center; }
table thead td { background-color:#444; color:#FFF; font-weight:600; }


.page-list,
.page-list li { list-style:disc inside; }
.page-list li { margin-bottom:10px; }