
div.section {
    width:      100%;
}

h2.page-title {
    color:              var( --header-navi-background );
    /* text-transform:     uppercase;   */
    font-weight:        var( --font-weight-normal );
}

h2.section-head {
    font-size:          var( --font-huge );
    font-weight:        var( --weight-normal );
    text-transform:     uppercase;
}

h3.section-head {
    position:           relative;
    font-family:        var( --common-font );
    /* font-size:          var( --font-normal ); */
    font-weight:        var( --weight-bold );
    color:              var( --nd2-color );
    /* color:              var( --header-navi-background ); */
    /* text-transform:     uppercase;   */
    padding-top:        var( --index-spacing );
}

div.action-command {
    /* width:          calc( 1.5 * var( --font-normal ) ); */
    text-align:     center;
    float:          right;
    /* padding-left:   calc( 0.5 * var( --common-space ) ); */
    /* font-size:      var( --font-normal );    */
    /* color:          var( --nd2-color );      */
    font-weight:    var( --weight-normal );
}

h2.section-head > div.action-command, h3.section-head > div.action-command {
    float:              right;
    font-size:          var( --font-large );
    font-weight:        var( --weight-normal );
    padding-left:       calc( 0.5 * var( --common-space ) );
}

.action-command > a > i {
    /* font-size:          var( --font-normal ); */
    /* color:              var( --nd2-color ); */
    font-weight:        var( --weight-normal );
}
