/* Tournament Manager styles */

.tm-form label {
    display: block;
    margin-bottom: 5px;
}

.tm-form input[type="text"],
.tm-form input[type="email"],
.tm-form select {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tm-form input[type="checkbox"] {
    margin-right: 5px;
}

.tm-form input[type="submit"] {
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    background-color: #0073aa;
    color: #fff;
    cursor: pointer;
}

.tm-form input[type="submit"]:hover {
    background-color: #005d8d;
}

.tm-form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.tm-form th,
.tm-form td {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: left;
}
