.glosariusze-wrap {
    max-width: 700px;
    margin: 30px auto;
    padding: 24px 24px 40px 24px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 14px #eee;
    font-family: Arial, sans-serif;
}
.glosariusze-wrap label {
    font-weight: bold;
}
.glosariusze-wrap input[type="file"] {
    margin-bottom: 10px;
}
.glosariusze-wrap input[type="text"] {
    width: 60%;
    padding: 5px 10px;
    margin: 6px 0;
}
.glosariusze-wrap button {
    background: #357bfc;
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin: 12px 8px 0 0;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s;
}
.glosariusze-wrap button:hover {
    background: #195ad8;
}
.glosariusze-error {
    color: #b00;
    font-weight: bold;
    padding: 10px;
}
.glosariusze-out {
    margin-top: 25px;
    background: #f4f8ff;
    border-radius: 10px;
    padding: 20px 25px;
    overflow-x: auto;
}
.glosariusze-out table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.glosariusze-out th,
.glosariusze-out td {
    border: 1px solid #cbe3ff;
    padding: 7px 10px;
    text-align: left;
}
#glosariusze-loading {
    margin: 18px 0 10px 0;
    font-weight: bold;
}
.glosariusze-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}
.glosariusze-table th, .glosariusze-table td {
    border: 1px solid #cbe3ff;
    padding: 8px 12px;
    text-align: left;
}
.glosariusze-table th {
    background: #e6f2ff;
}
