
table.dceditionTable {
    width: 750px;
    margin: 20px auto;
}
table.editionTable td{position:relative}

table.dceditionTable td:first-child {
    width: 40%;
}
table.dceditionTable thead tr th {
    background-color: #ECEDEE;
    border: 1px solid #E5E5E5;
    font-size: 18px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
}
table.dceditionTable td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}
.note{
    max-width:800px;
    margin: auto;
}
table.editionTable td sup, .note sup {
    color: red;
}
