h3 {
    margin-left: 12vw;
    text-align: left;
}


table {
    margin: 0 0 0 12vw;
    max-width: 30rem;
}

table tr th {
    background: #DDD;
    white-space: nowrap;
    padding: 0.3em 0.8em;
}
table tr td {
    white-space: nowrap;
    margin: 0;
    padding: 0.3em 0.8em;
}
table p {
    margin: 0;
}
table tr td.remark {
    text-align: left;
    font-size: 0.7em;
    border-bottom: 1px solid #444;
}
div.download, div.download * {
    line-height: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
}
div.download {
    margin: 0.4rem 0;
    display: block;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
}
div.download a {
    text-decoration: none;
}
img.icon {
    height: 1.5rem;
    width: auto;
    border-radius: 0;
}
