.missionecho-wrapper {
    margin: 20px auto;
    max-width: 900px;
}

.missionecho-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.missionecho-table th, .missionecho-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.missionecho-table th {
    background: #f4f4f4;
}

.me-btn {
    margin: 2px;
    padding: 5px 10px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.me-btn:hover {
    background: #005177;
}
