/* 2021-01-15 RoK:   centralize these styles for ease of modification */
.boost-watermark{
    /* the defaults ...  */
    /*background-color: #c5cb83;*/
    /*border: 1px solid #a1a1a1;*/
    font-size: 0.75EM;
    line-height: 1.25em;
    margin: 0;
    padding-top: 0;
}

/* X-axis variants */
.boost-wm-left{
    text-align: left;
    padding-left: 0.25em;
}
.boost-wm-right{
    text-align: right;
    padding-right: 0.25em;
}

/* Y-axis variants */
.boost-wm-bottom{
    border-bottom: 0px solid #c4c4c4;
    margin-bottom: 1.5em;
}

