.sp1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.sp2 {
    font-size: 11px;
    color: #555;
    background-color: #f1f1f1;
    padding: 4px;
}

.sendeplan-tooltip-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.sendeplan-week {
    margin-bottom: 40px;
}

.sendeplan-week:last-child {
    margin-bottom: 0;
}

.sendeplan-title {
    margin: 0 0 12px;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #c9a227;
    background: rgba(0, 0, 0, 0.25);
}

.sendeplan-table-wrap {
    overflow-x: auto;
}

.sendeplan-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #888;
    background: transparent;
}

.sendeplan-table th,
.sendeplan-table td {
    border: 1px solid #888 !important;
    padding: 6px 4px;
    text-align: center;
    vertical-align: middle;
}

.sendeplan-table thead th,
.sendeplan-table > tbody > tr:first-child > th,
.sendeplan-table > tr:first-child > th {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.35);
}

.sendeplan-table td.sendeplan-slot {
    background: rgba(0, 0, 0, 0.2);
    min-width: 90px;
}

.sendeplan-time {
    white-space: nowrap;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.35);
}

.sendeplan-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    text-align: center;
}

.sendeplan-section-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 12px 10px;
    border: 1px solid rgba(136, 136, 136, 0.45);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.12);
}

.sendeplan-section-tab {
    display: inline-block;
    margin: 0 !important;
    padding: 8px 18px !important;
    min-width: 110px;
    border-radius: 4px !important;
    text-align: center;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.sendeplan-section-tab.btn-default {
    color: #333 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #bbb !important;
}

.sendeplan-section-tab.btn-default:hover,
.sendeplan-section-tab.btn-default:focus {
    color: #111 !important;
    background-color: #e8e8e8 !important;
    border-color: #999 !important;
    text-decoration: none !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sendeplan-section-tab.btn-primary,
.sendeplan-section-tab-active {
    color: #fff !important;
    background-color: #337ab7 !important;
    border: 1px solid #2e6da4 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 2px 4px rgba(0, 0, 0, 0.22);
}

.sendeplan-section-tab.btn-primary:hover,
.sendeplan-section-tab.btn-primary:focus,
.sendeplan-section-tab-active:hover,
.sendeplan-section-tab-active:focus {
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
    text-decoration: none !important;
}

.sendeplan-section-title {
    text-align: center;
    margin: 0 0 16px;
    font-size: 18px;
}

.sendeplan-copyright {
    margin: 24px 0 0;
    padding: 12px 10px 0;
    border-top: 1px solid rgba(136, 136, 136, 0.35);
    text-align: center;
    font-size: 12px;
    color: #888;
}

.sendeplan-copyright a {
    color: #337ab7;
    font-weight: 600;
    text-decoration: none;
}

.sendeplan-copyright a:hover,
.sendeplan-copyright a:focus {
    color: #23527c;
    text-decoration: underline;
}

.sendeplan-cell img,
.sendeplan-cell .sendeplan-autodj-img {
    display: block;
    margin: 0 auto 4px;
    max-width: 64px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.sendeplan-cell a {
    display: inline-block;
}

.sendeplan-cell form,
.sendeplan-cell input[type="button"],
.sendeplan-cell button {
    margin-top: 4px;
}

.sendeplan-offline {
    color: #888;
    font-style: italic;
}

.sendeplan-slot form {
    margin-top: 4px;
}
