/* Basic, old-school styling to match TeamUnify site */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.4;
    padding: 10px;
    background: transparent;
}

h1, h2, h3 {
    color: #333;
    margin-bottom: 10px;
}

ul {
    margin-top: 5px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 5px;
}

button {
    padding: 5px 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    background-color: #e0e0e0;
}

input[type="text"] {
    padding: 5px;
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse;
    width: 100%;
}

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

th {
    background-color: #f5f5f5;
}
