.aeSaveBlock,
.aeSaveBlock>div:nth-of-type(1),
.aeSaveBlock>div table,
.aeSaveBlock>div:nth-of-type(2) div,
.aeSaveBlock hr {
    width: 100%
}

.aeSaveBlock {
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.aeSaveBlock hr {
    height: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: #0066cc solid 1px;
}

.aeSaveBlock>div:nth-of-type(1) {
    border-top-left-radius: 5px;
    background-color: #DDFFFF;
    border: #0066cc solid 1px;
}

.aeSaveBlock>div:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    margin-top: 0px;
    border-top: 0px;
    background-color: white;
    border-left: #0066cc solid 1px;
    border-right: #0066cc solid 1px;
    border-bottom: #0066cc solid 1px;
}

.aeSaveBlock_Characters, .aeSaveBlock_Characters td, .aeSaveBlock_Characters th {
    text-align: center;
    vertical-align: middle;
}
