This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
table { | |
width: 100%; | |
margin-bottom: 18px; | |
padding: 0; | |
font-size: 13px; | |
border-collapse: collapse; | |
} | |
table th, table td { | |
padding: 10px 10px 9px; |