
.eccc-container {
    direction: rtl;
    font-family: sans-serif;
    padding: 20px;
}
.eccc-container table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.eccc-container th, .eccc-container td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}
.eccc-container input {
    width: 70px;
}
