@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    .tooltip-element.tooltip-theme-arrows {
        max-width: 80% !important; }
    .shepherd-element.shepherd-theme-dark {
        max-width: 80% !important;}
    .chart-bar {
        width:90px !important;
    }
    /*
    Label the data
    */
    .poll_recent_results .column .my-test-result td:nth-of-type(1):before {  font-size:13px; content: "User"; }
    .poll_recent_results .column .my-test-result td:nth-of-type(2):before {  font-size:13px; content: "Date"; }
    .poll_recent_results .column .my-test-result td:nth-of-type(3):before {  font-size:13px; content: "Top Types"; }
    .poll_recent_results .column .my-test-result td:nth-of-type(4):before {  font-size:13px; content: "(Scores)"; }
    .poll_recent_results .column .my-test-result td:nth-of-type(5):before {  font-size:13px; content: "Actions"; }

    .poll_recent_results .column .my-test-result-restricted td:nth-of-type(1):before {  font-size:13px; content: "User"; }
    .poll_recent_results .column .my-test-result-restricted td:nth-of-type(2):before {  font-size:13px; content: "Date"; }
    .poll_recent_results .column .my-test-result-restricted td:nth-of-type(3):before {  font-size:13px; content: "Info"; }

    .poll_recent_results .column .my-other-result td:nth-of-type(1):before {  font-size:13px; content: "Email"; }
    .poll_recent_results .column .my-other-result td:nth-of-type(2):before {  font-size:13px; content: "Test"; }
    .poll_recent_results .column .my-other-result td:nth-of-type(3):before {  font-size:13px; content: "Top Types"; }
    .poll_recent_results .column .my-other-result td:nth-of-type(4):before {  font-size:13px; content: "(Scores)"; }
    .poll_recent_results .column .my-other-result td:nth-of-type(5):before {  font-size:13px; content: "Date"; }

    .poll_recent_results .column .recent-test-result td:nth-of-type(1):before {  font-size:13px; content: "Email"; }
    .poll_recent_results .column .recent-test-result td:nth-of-type(2):before {  font-size:13px; content: "Test"; }
    .poll_recent_results .column .recent-test-result td:nth-of-type(3):before {  font-size:13px; content: "Date"; }
    .poll_recent_results .column .recent-test-result td:nth-of-type(4):before {  font-size:13px; content: "Top Types"; }
    .poll_recent_results .column .recent-test-result td:nth-of-type(5):before {  font-size:13px; content: "Restricted"; }
    .poll_recent_results .column .recent-test-result td:nth-of-type(6):before {  font-size:13px; content: "Actions"; }

    .poll_recent_results .column .test-result td:nth-of-type(1):before {  font-size:13px; content: "Email"; }
    .poll_recent_results .column .test-result td:nth-of-type(2):before {  font-size:13px; content: "Date"; }

    .poll_recent_results .column .test-result td:nth-of-type(3):before {  font-size:13px; content: "Top Types"; }
    .poll_recent_results .column .test-result td:nth-of-type(4):before {  font-size:13px; content: "(Scores)"; }
    .poll_recent_results .column .test-result td:nth-of-type(5):before {  font-size:13px; content: "Actions"; }

    /*.poll_recent_results .content_1 td:nth-of-type(5):before { content: "Wars of Trek?"; }*/
    /*.poll_recent_results .content_1 td:nth-of-type(6):before { content: "Porn Name"; }*/
    /*.poll_recent_results .content_1 td:nth-of-type(7):before { content: "Date of Birth"; }*/
    /*.poll_recent_results .content_1 td:nth-of-type(8):before { content: "Dream Vacation City"; }*/
    /*.poll_recent_results .content_1 td:nth-of-type(9):before { content: "GPA"; }*/
    /*.poll_recent_results .content_1 td:nth-of-type(10):before { content: "Arbitrary Data"; }*/


    .poll_recent_results .column table,
    .poll_recent_results .column  thead,
    .poll_recent_results .column tbody,
    .poll_recent_results .column th,
    .poll_recent_results .column td,
    .poll_recent_results .column tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .poll_recent_results .column thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .poll_recent_results .column tr { border: 1px solid #ccc; }

    .poll_recent_results .column td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
        position: relative;
        padding-left: 30%;
        min-width: 100%;
    }

    .poll_recent_results .column td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        vertical-align: middle;
        white-space: nowrap;
    }

    .poll_recent_results table td table.poll-credits {
        margin: 0;
        width: 100%;
    }
    /*
    Label the data
    */
    .poll_recent_results .column .invite-sent td:nth-of-type(1):before {  font-size:13px; content: "Email"; }
    .poll_recent_results .column .invite-sent td:nth-of-type(2):before {  font-size:13px; content: "Sent"; }
    .poll_recent_results .column .invite-sent td:nth-of-type(3):before {  font-size:13px; content: "Taken"; }
    .poll_recent_results .column .invite-sent td:nth-of-type(4):before {  font-size:13px; content: "Actions"; }
    .inviteMenu {
        height: 25px;
    }
}