body {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.phase {
    display: block;
}

.hidden {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    cursor: pointer;
}

#company-highlight, #wrestler-highlight {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#company-highlight img, #wrestler-highlight img {
    width: 200px;
    height: auto;
    margin-right: 20px;
}

button {
    padding: 10px 20px;
    margin-top: 10px;
}

tr.selected {
    background-color: #ffff99;
}