.space {
    display: inline-block;
    width: 5px;
}

#table-form td {
    font-size: 13px;
    text-align: center;
}

#table-report {
    background-color: #00ffff;
}

#table-report th {
    line-height: 14px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    padding: 0 2.5px;
}

#table-report .th-comment {
    word-break: break-all;
    width: 346px;
}

#table-report .th-locator {
    width: 60px;
}

#table-report td {
    padding: 0 2.5px;
    line-height: 14px;
    font-size: 13px;
    vertical-align: top;
}

#table-report .td-date,
#table-report .td-jst,
#table-report .td-utc,
#table-report .td-callsign,
#table-report .td-locator {
    text-align: center;
}

#table-report .td-comment {
    font-weight: bold;
}

table #table-report {
    width: 556px;
}

#lay0 {
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    left:593px;
    top: 88px;
}

#lay0 .jst .title,
#lay0 .utc .title {
    color: #ff0000;
    float: left;
    width: 26px;
}

#lay0 .jst .datetime,
#lay0 .utc .datetime {
    width: auto;
    display: inline-block;
    text-align: right;
}

.ssn-wrapper {
    display: flex;
    justify-content: center;
}
.ssn-report {
    margin: 5px 0 8px;
    padding: 0 10px;
    background-color: #FFFFB3;
    line-height: 14px;
    font-size: 13px;
    font-weight: bold;
}