
/* (C) 2015 BlueOcean, Sonnenstaatland */    

body {    
    box-sizing: border-box;
    border: 0 none;
    padding: 0;
    margin: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

div.thecont {
    display: flex;
    justify-content: center;
    position: absolute;
    font-family: verdana,sans-serif;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div.thecont2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    font-family: verdana,sans-serif;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div.outcross {
    flex: 1 0 auto;
    padding: 0;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-direction: column;    
    justify-content: center;
    position: relative;
}

div.crstit {
    flex: 0 1 auto;
    text-align: center;
    border: 1px solid #999;
    padding: 4px;
    position: relative;
    height: 42px;
}
div.crstit h3 {
    color: #040;
    margin: 4px;
}
div.navi {
    color: #66f;
    font-size: 11px;
}
span.navbut {
    padding: 2px 8px;
    cursor: pointer;
}
div.titimgl {
    background: url("images/blueorca.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 50px;
}
div.titimgr {
    background: url("images/ssl-sml.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    height: 48px;
}

div.crssub {
    flex: 0 1 auto;
    border: 1px solid #999;
    width: 100%;
}

div.divbas {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    /* min-height: min-content; */
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto; 
}

div.divl {
    flex: 1 1 auto;
    display: inline-block;
    border: 1px solid #999;
    overflow-y: auto;
}
div.divr {
    flex: 1 1 auto;
    display: inline-block;
    border: 1px solid #999;
    overflow-y: auto;
}

/* */

div.lsub {
    /* flex: 1 0; */
    display: table;
    border-collapse: collapse;
    padding: 2px;
}
div.ltit {
    display: table-caption;
    padding: 3px;
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #66f;
}
div.lrow {
    display: table-row;
    padding: 0;
    cursor: pointer;
}
div.lrow.isdone {
    /* background: #ccf; */
    cursor: default;
}
div.lrow span {
    display: table-cell;
    padding: 1px 4px 1px 4px;
    font-size: 11px;
}
div.lrow.isdone span {
    text-decoration: line-through;
}
div.lrow label {
    display: table-cell;
    padding: 1px 4px 1px 4px;
    font-size: 11px;
    color: #66f;
}
div.lrow.isdone label {
    text-decoration: line-through;
}

/* */

div.cross {
    flex: 0 0 407px;
    background: url("images/beute2.png");
    display: table;
    border: 1px solid black;
/*    border-collapse: collapse; */
    table-layout: fixed;
    position: relative;
}

div.cross.hor {
    cursor: text;
}
div.cross.ver {
    cursor: vertical-text;
}

div.mytr {
    display: table-row;
    position: relative;
}

div.mytd {
    display: table-cell;
    width: 17px;
    height: 17px;
    border: 1px solid black;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: rgba(255,255,255,0.92);
}

div.mytd.oben {
    border-top: 2px solid black;
    padding-top: 3px;
}
div.mytd.unten {
    border-bottom: 2px solid black;
    padding-bottom: 3px;
}
div.mytd.links {
    border-left: 2px solid black;
    padding-left: 3px;
}
div.mytd.rechts {
    border-right: 2px solid black;
    padding-right: 3px;
}

div.mytd.vfocus {
    background: #fff url("images/arrd.png") no-repeat center bottom;
}

div.mytd.hfocus {
    background: #fff url("images/arrr.png") no-repeat right center;
}

div.mytxt { 
    border: 0 none;
    text-align: center;
    font-size: 15px;
    /* cursor: inherit; */
    position: relative;
    z-index: 2;
    width: 17px;
    height: 17px;
}

div.mytxt.isdone {
    border: 0 none;
    color: #040;
    font-weight: bold;
    transform: rotate(360deg);
    cursor: default;
}

label.subtxt {
    color: #77f;
    font-size: 10px;
    text-align: left;
    position: absolute;
    top: 1px;
    left: 1px;
    cursor: inherit;
}

