@import url("https://fonts.googleapis.com/css?family=Noto+Sans"); html { font-family: "Noto Sans", "Noto Color Emoji"; } html table { font-size: 30px; width: 40%; margin: 0 auto; border-collapse: collapse; margin-bottom: 5mm; } html table th { border-bottom: .2mm solid #5b5; color: #5b5; padding: 2mm; text-transform: uppercase; } html table td { padding: 2.5mm; } .map { color: #55b; font-weight: bold; text-align: center; } .maps th:first-of-type, .maps td:first-of-type { text-align: left; padding-left: 3mm; } .maps th:last-of-type, .maps td:last-of-type { text-align: right; padding-right: 3mm; }