// LSAPS Table Style
body .lsaps-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    overflow-x: auto;
    display: block;
}

body .lsaps-table > table {
    border: 2px solid #999;
	width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    line-height: 1.4;
}
.lsaps-table table {
    
}
    .lsaps-table table th, .lsaps-table table td {
        border: 1px solid #ccc;
        padding: 6px 10px;
        text-align: center;		
    }
    .lsaps-table table thead th {
    background-color: #9fa8c4;
	line-height: 1.8;
}
.lsaps-table .group td {
    background-color: #b3b3b3;
    font-weight: bold;
    text-align: left;
	line-height: 2;
}
.lsaps-table tbody tr:nth-child(even):not(.group-header) {
    background-color: #f7f7f7; /* Pale grey striping */
}
.lsaps-table .dropped {
    color: #aaa;
    font-style: italic;
}
