This file contains hidden or 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
table.scrolled-table { | |
border-spacing: 0; | |
font-family: sans-serif; | |
border-bottom: 4px solid teal; | |
width: 100% | |
} | |
table.scrolled-table thead tr th:first-child { | |
border-radius: 5px 0 0 0; | |
} | |
table.scrolled-table thead tr th:last-child { |