.f-left > div{
    float: left;
    margin-left: 40px;
}

.f-left > div:nth-of-type(1){
    margin-left: 0;
}

.h-list > div{
    display: inline-block;
    margin-left: 35px;
    vertical-align: bottom;
}

.h-list > div:nth-of-type(1){
    margin-left: 0;
}

.indent{
    padding-left: 3em;
}

.center{
    text-align: center;
}

.center > table{
    margin-right: auto;
    margin-left: auto;
}

.d-center > dl{
    text-align: center;
}

.d-center > dl > dt,
.d-center > dl > dd{
    display: inline-block;
    width: 45%;
}

.d-center > dl > dt{
    text-align: right;
}

.d-center > dl > dd{
    text-align: left;
}

.h-list > .box{
    margin-left: 10px;
    padding: 2px 5px;
    border: solid 1px #ccc;
    text-align: center;
}

.u-line{
    text-decoration: underline;
}

.note{
    font-size: small;
}

.note img{
    margin: 5px 0;
}

#main table{
    width: auto;
}

#main table th,
#main table td{
    text-align: left;
}

#main > section:not(:first-of-type){
    margin-top: 60px;
}

#main h3{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
}

#main h4{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#head-content{
    position: relative;
}

#head-content .page-link{
    margin-top: 0;
}

.link-to-page,
#head-content .key-features{
    margin: 20px 0;
    padding: 20px 0 20px 24px;
    border-top: dotted 1px #666;
    border-bottom: dotted 1px #666;
}

.link-to-page > p,
#head-content .key-features > p{
    margin: 0 0 5px 0;
}

.link-to-page > p:not(:first-of-type),
#head-content .key-features > p:not(:first-of-type){
    margin-top: 10px;
}

.link-to-page{
    position: relative;
}
.link-to-page > div{
    position: absolute;
    right: 0;
    top: 5px;
}

#head-content .key-features > ul{
    margin-top: 0;
    margin-bottom: 0;
}

#head-content .image{
    position: absolute;
    right: 0;
    top: 0;
}

#main table.command{
    border-collapse: separate;
    border-spacing: 1px;
    font-size: small;
}

#main table.command td,
#main table.command th{
    border: none;
}