.Liberty-Table-main {
    margin: 0 10px;
}

.Liberty-Table-content {
    max-width: 100%;
    overflow-x: auto;
    padding: 1rem;
    font-family: Arial, sans-serif;
}

.Liberty-Table-main table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    background-color: #fff;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
}

.Liberty-Table-main caption {
    caption-side: top;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
    color: #333;
    top: -10000px;
    position: absolute;
}

.Liberty-Table {
    margin-bottom: 30px;
}

.Liberty-Table-main th {
	border-top: 3px solid #c21b17;
    background-color: #f9f9f9;
    font-weight: bold;
    padding: 12px 10px;
    text-align: left;
    border-bottom: 2px solid #ddd;
    font-size: 1.4rem;
    text-align-last: center;
}

.Liberty-Table-main td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    color: #333;

}
.Liberty-Table-main td:nth-child(2),.Liberty-Table-main td:nth-child(3) {
	text-align: center;
}

.Liberty-Table-main td:nth-child(4) {
	text-align: end;	
}

.Liberty-Table-main tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

.Liberty-Table-main tr:hover td {
    background-color: #f1f1f1;
}

@media (max-width: 600px) {
    .Liberty-Table-main th,
    .Liberty-Table-main td {
        font-size: 0.85rem;
    }
}