table.wisdc_responsive { border-collapse: collapse; width: 100%; } table.wisdc_responsive tr:nth-of-type(odd) { background: #eee; } table.wisdc_responsive th { background: #933; color: #fff; font-weight: bold; } table.wisdc_responsive thead th a, table.wisdc_responsive thead th a:link, table.wisdc_responsive thead th a:hover { color: #fff; } table.wisdc_responsive td, table.wisdc_responsive th { border-color: #ccc; border-style: solid; border-width: 1px; text-align: left; } td.wisdc_numeric_column { text-align: right; } @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { table.wisdc_responsive { margin: auto; max-width: 500px; } table.wisdc_responsive, table.wisdc_responsive thead, table.wisdc_responsive tbody, table.wisdc_responsive th, table.wisdc_responsive td, table.wisdc_responsive tr { display: block; } table.wisdc_responsive thead tr { position: absolute; top: -9999px; left: -9999px; } table.wisdc_responsive tr { border-color: #ccc; border-style: solid; border-width: 1px; } table.wisdc_responsive td { border-color: #eee; border-style: solid; border-width: 0 0 1px; position: relative; padding-left: 15em; } table.wisdc_responsive td:before { left: 6px; padding-right: 10px; position: absolute; top: 2px; white-space: nowrap; width: 12em; } td.wisdc_numeric_column { text-align: left !important; } table.wisdc_responsive td:nth-of-type(1):before { content: "Date"; } table.wisdc_responsive td:nth-of-type(2):before { content: "Contributed To"; } table.wisdc_responsive td:nth-of-type(3):before { content: "Contributor Name"; } table.wisdc_responsive td:nth-of-type(4):before { content: "City, State Zip"; } table.wisdc_responsive td:nth-of-type(5):before { content: "Employer"; } table.wisdc_responsive td:nth-of-type(6):before { content: "Interest Category"; } table.wisdc_responsive td:nth-of-type(7):before { content: "Amount"; } } @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body { padding: 0; margin: 0; width: 320px; } } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { width: 495px; } }