table {
    border-collapse: collapse;

}

table thead {
    background-color: transparent;
    color: white;

}

table thead tr {}

table thead tr th {
    padding: 0.5em 1em;
    /* text-align: center; */

}

table tbody {}

table tbody tr {
    border-bottom: 1px solid #f2f2f2;

}

table tbody tr:nth-of-type(2n) {
    background-color: transparent;

}

table tbody tr:hover {
    background-color: transparent;

}

.popup table tbody tr td {
    padding: 0.2em 1em !important;
    text-align: left;
	font-size:12px !important;
}

table tbody tr td.numeric {
    text-align: right;

}

table tbody tr td ul.actions li {  
    list-style: none;
    display: inline;

}

table tbody tr td ul.actions {}

table tbody tr td ul.actions {}

@media screen and (max-width: 600px) {

table {
    width: 100%;

}

table thead {
    display: none;

}

table tbody tr {
          border-bottom: 1px solid #e5e5e5 !important;
    /* margin-bottom: 10px; */
    display: block;
    padding: 5px 10px;
}

table tbody tr td {
    padding: 0.5em 1em !important;
    text-align: right !important;
border:none !important;
    display: block;

    width: block;

}

table tbody tr td[data-label="#"] {
    display: none;

}

table tbody tr td[data-label]:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

table tbody tr td.numeric {
    text-align: left;

}

}
