    /* Different rules are in place for div#contentdiv as whether or not embed is set for a module's display makes a huge impact on the display of the fields. */

    input[dd-type=date].date-nav {
        padding-left: 25px;
        margin-right: -25px;
        min-height: 22px;
    }
    
    div.layout-column-2 input[dd-type=date].date-nav {
        max-width: calc(100% - 29px);
    }

    div#contentdiv input[dd-type=date].date-nav {
        min-height: 2.1em;
        max-width: inherit;
    }

    button.left-nav-button {
        position: absolute;
        background: transparent;
        border: 0;
        font-weight: 900;
        font-size: 150%;
        color: navy;
        margin-left: 3px;
        cursor: pointer;
    }

    button.right-nav-button {
        position: absolute;
        background: transparent;
        border: 0;
        font-weight: 900;
        font-size: 150%;
        color: navy;
        cursor: pointer;
    }
