body {
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000;
    margin: 0;
    padding: 0;
}

.page {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 15px 40px;
}

h1 {
    font-size: 26px;
    margin-bottom: 5px;
}

.sub {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.section {
    border: 1px solid #ccc;
    padding: 10px 12px;
    margin-bottom: 15px;
    background: #f9f9f9;
}

.section h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 6px;
}

td {
    padding: 4px 2px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.label {
    width: 45%;
    font-weight: bold;
}

/* ============================================================
   24 h PURJELENTOENNUSTE -GRAAFI
   ============================================================ */
.fc-summary {
    font-size: 13px;
    margin: 0 0 10px;
    color: #333;
}

.fc-wrap {
    overflow-x: auto;
}

.fc-chart {
    position: relative;
    height: 220px;
    min-width: 680px;
    margin: 18px 0 2px;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.fc-grid {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px dashed #e0e0e0;
}

.fc-grid span {
    position: absolute;
    left: -30px;
    top: -8px;
    width: 26px;
    text-align: right;
    font-size: 10px;
    color: #999;
}

.fc-bars {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.fc-bar {
    flex: 1;
    margin: 0 1px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.fc-bar .fc-v {
    font-size: 13px;
    font-weight: bold;
    color: #222;
    line-height: 1.05;
    text-align: center;
    margin-bottom: 2px;
}

.fc-bar .fc-v .fc-xw {
    display: block;
    color: #c62828;
    font-size: 13px;
    line-height: 1;
}

.fc-bar .fc-col {
    width: 72%;
    min-height: 2px;
    border-radius: 2px 2px 0 0;
    transition: opacity .15s;
}

.fc-bar:hover .fc-col {
    opacity: .75;
}

.fc-bar.sel .fc-col {
    outline: 2px solid #000;
}

.fc-hours {
    display: flex;
    min-width: 680px;
}

.fc-hours div {
    flex: 1;
    text-align: center;
    font-size: 10px;
    color: #666;
    margin: 0 1px;
}

.fc-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    margin-top: 10px;
}

.fc-legend span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.fc-legend i {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 2px;
}

.fc-detail {
    margin-top: 12px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.5;
    min-height: 44px;
}

.fc-detail .fc-band {
    font-weight: bold;
    font-size: 14px;
}

/* yliajetaan globaali table/td-tyyli detaljitaulukolle */
table.fc-kv {
    width: auto;
    border-collapse: collapse;
    margin: 6px 0 0;
}

table.fc-kv td {
    border: 0;
    padding: 1px 10px 1px 0;
    font-size: 12px;
}

.fc-src {
    font-size: 11px;
    color: #888;
    margin-top: 8px;
}
