h2 { line-height: 30px; font-size: 1.75rem; }
h3 { line-height: 40px; font-size: 1.5rem; }
.img { text-align: center; }
.img img { width: 100%; }
.img.half img { width: 50%; }
section#rules { padding: 0 30px; }
ul { margin-bottom: 20px; }
li { margin-left: 20px; list-style-type: circle; }
table th, table td { border: 1px solid black; border-collapse: collapse; padding: 5px 10px; }
table th { background: #f8edd1; }
table tr:nth-child(2n+1) { background: #f5f1e6 !important; }
table tr:nth-child(2n) { background: #fff !important; }
#content { background: #fff; padding: 0 2rem 3rem 2rem; }
.back { text-align: right; }
dt { font-weight: bold; }
dd { margin-bottom: 5px; }