/* custom css */ .site-content { padding-top: 75px; } .the_table { table-layout: fixed; width: 100%; border-collapse: collapse; border: 1px solid #dfdfdf; } .the_table th:nth-child(1) { width: 15%; } .the_table th:nth-child(2) { width: 55%; } .the_table th:nth-child(3) { width: 30%; } .the_table tr:nth-child(even) { background-color: #efefef; } .the_table td,th { padding: 0.5em 2px; } .the_table td { vertical-align: top; } .de-emphasis { font-style: italic; color: #888888; }