.disneyland-queue-times {
    font-family: Arial, sans-serif;
}
.disneyland-queue-times .land {
    margin-bottom: 20px;
}
.disneyland-queue-times table {
    width: 100%;
    border-collapse: collapse;
}
.disneyland-queue-times td {
    padding: 10px;
    border: 1px solid #ddd;
}
.disneyland-queue-times .ride-name {
    font-weight: bold;
    width: 60%;
}
.disneyland-queue-times .wait-time {
    width: 25%;
}
.disneyland-queue-times .status {
    width: 15%;
    text-align: center;
}
.disneyland-queue-times .status.Open {
    background-color: #4caf50;
    color: white;
}
.disneyland-queue-times .status.Closed {
    background-color: #f44336;
    color: white;
}