table {
    width: 100%;
}
table, th, td {
    border: 0 none;
}
table thead th {
    vertical-align: middle;
    font-size: 13px;
    background-color: #91033D;
    color: #fff;
    border-bottom: 0;
}
table tr:nth-child(2n+1) {
    background-color: #D9D2BF;
}
table tr:nth-child(2n) {
    background-color: #E5E5E5;
}
table tr:hover {
    background-color: #fff;
}
table tr:hover th {
    background-color: #91033D;
}
table td, table th {
    text-align: left;
    position: relative;
    padding: 16px 10px;
}
/*thead {
    background-color: #fff;
    color: #5D4E34;
}*/
table td {
    color: #5D4E34;
    font-size: 14px;
}
tfoot {
    background-color: #ededed;
    font-weight: 800;
}
.soloResponsive {
    display: none;
}
.pinned .soloResponsive {
    display: block;
}
#scheda-prodotto {
    border: 1px solid rgba(0,0,0,0.1);
}
table tbody tr td.strong a {
    font-weight: 900;
    color: #000;
    font-size: 13px;
}
table#spedizione tbody tr td:first-child, table#pagamenti tbody tr td:first-child {
    font-weight: 300;
    color: #768086;
    font-size: 12px;
}
table td.articolo {
    font-weight: 700;
}
/* Mobile */

table.responsive {
    margin-bottom: 0;
}
.pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-box-shadow: 10px 0px 14px -6px rgba(0,0,0,0.29);
    -moz-box-shadow: 10px 0px 14px -6px rgba(0,0,0,0.29);
    box-shadow: 10px 0px 14px -6px rgba(0,0,0,0.29);
}
.pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
}
.pinned table th, .pinned table td {
    white-space: nowrap;
    padding: 10px;
}
.pinned td:last-child {
    border-bottom: 0;
}
div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
}
table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
#ordine td, #ordine th, #dettaglio-prodotto td, #dettaglio-prodotto th {
    text-align: left;
}
table.responsive th.close:first-child, table.responsive td.close:first-child, table.responsive td.close:first-child, table.responsive.pinned td.close {
    display: none;
}
.scrollable table tbody tr td:last-child, .scrollable table thead tr th:last-child {
    display: none;
}
