/* extra css for Kingston club formating */

.two_col {
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
}
.wrapper {
    background-color:lightblue;
    position:relative; /* abs coord stop here */
    break-before: always;
}

.keeptogether {
    display: inline-block;
    xxbackground-colorxx:lightblue;
    width: 100%;
    white-space: pre;
    border-style:solid;
    border-color:darkblue; 
    border-width:1px;
    margin-bottom:12px;
    padding-left:2px;
    }
    
.keeptogether li {
    list-style:none;
    padding:0;
    display:inline;
    font-style:italic;
    font-weight:bold;
    color:darkblue;
    }

.move {
    font-style:italic;
    font-weight:bold;
    color:darkblue;

.keeptogether_simple {
    position:absolute;
    top:0;
    xdisplay: inline-block;
    width: 100%;
    xpadding-left:2px;
    }
 
