table {
    border-collapse: collapse;
}
tr {
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 4px;
}
td, th {
    padding: 4px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #f0f0f0;
    font-weight: 400;
}
td>.button {
    float: left;
}
.rowIcon {
    cursor: pointer;
}
.rowControl {
    position: relative;
}


/* User Pop-Up Menu */
.userMenu {
    display: none;
    position: absolute;
    top: 0;
    left: -240px;
    width: 240px;
}
.userMenu span {
    cursor: pointer;
    display: block;
    padding: 6px;
}
.userMenu span .fa {
    margin-right: 4px;
    width: 18px;
}


@media (max-width: 800px) {
    table, tbody, tr, th, td {
        border: 0;
        display: block;
    }
    thead {
        display: none;
    }
    tr {
        border-bottom: solid 1px #c0c0c0;
        margin-bottom: 4px;
    }
    td>.button {
        float:none;
    }
    .rowControl {
        float: right;
    }
}

@media (min-width: 800px) {
    th.xsHide, td.xsHide {
        display: table-cell;
    }
    table {
        width: 100%;
    }
    .userMenu {
        left: 20px;
    }
}

@media (min-width: 720px) {
    td.sHide {
        display: table-cell;
    }
}

@media (min-width: 800px) and (max-width: 960px) {
    table { font-size: 80%; }
}