body{ margin:0; padding:0; font-family: 'Lato'; font-weight: 200; } h1{ margin: .25em; } section { position: relative; padding-top: 37px; width: 95%; margin: 0 auto; background: #669; } .table-container { overflow-y: auto; height: 20em; } table { border-spacing: 0; border-collapse: collapse; width: 100%; } td, th { border: 0; border-left: 1px solid #eee; background: #e5e5e5; padding: 10px 25px; } td:first-child, th:first-child{ border: 0; } tbody tr:nth-child(even) td{ background: #f7f7f7; } th { height: 0; line-height: 0; padding-top: 0; padding-bottom: 0; color: transparent; border: none; white-space: nowrap; } th div{ position: absolute; background: transparent; color: #fff; padding: 9px 25px; top: 0; margin-left: -25px; line-height: normal; border-left: 1px solid #eee; } th:first-child div{ border: none; } .actions{ white-space: nowrap; font-size: 0; } .btn{ border-radius: 0; background: #666; color: white; border: 0; text-transform: uppercase; padding: 5px 8px; font-weight: 100; text-shadow: none; display: inline-block; } .btn-primary{ background: #8d8; } .btn-secondary{ background: #69d; }