/* table layout template */ .c-table { table { border-collapse: collapse; border: solid 3px #1b7c26; } th, td { padding: 8px 10px; } th { border: solid 1px #1b7c26; background-color: #90e099; } td { border: dashed 1px #1b7c26; } @media only screen and (max-width: 600px) { white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; } }