Files
Vince 07ee279d9d Update D&D_Moldvay_AmandatheAmazon.css
- adjusted field text to be easier to read. (forum request)
2024-05-09 19:33:31 -07:00

3281 lines
79 KiB
CSS

/* Basic D&D: Moldvay Character Sheet CSS */
/* Version 2.71 */
/*importing fonts
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); */
/* overall wrapper to fix moving width issues with overflow on hidden sections */
.charsheet .sheet-overall-wrapper {
max-width: 832px;
padding: 2px;
border: solid black 3px;
}
/* TEMPLATES */
/* minimal darkmode adjustment */
.sheet-rolltemplate-darkmode.sheet-rolltemplate-odnd .sheet-RollTemp-wrapper {
color: #333;
}
.sheet-rolltemplate-darkmode.sheet-rolltemplate-odnd .sheet-RollTemp-wrapper .inlinerollresult {
background-color: #fef68e;
border: 2px solid #fef68e;
color: #333;
font-family: "Proxima Nova", ProximaNova-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-wrapper {
background:url('https://i.imgur.com/3r76gXC.png') top left repeat;
font-size: 10px;
width:95%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: black 1px solid;
padding: 5px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-header {
text-align: center;
position: relative;
color: #5c5c5c;
margin: 0 -10px 10px -10px;
padding: 5px 0;
}
/* Combat header*/
.sheet-rolltemplate-odnd .sheet-RollTemp-header.sheet-combat {
color: #2C5D28;
}
/* Ability check header */
.sheet-rolltemplate-odnd .sheet-RollTemp-header.sheet-stat{
color: #113982;
}
/* Saving throw header */
.sheet-rolltemplate-odnd .sheet-RollTemp-header.sheet-save{
color: #5D2828;
}
/* Class Ability header */
.sheet-rolltemplate-odnd .sheet-RollTemp-header.sheet-class{
color: #540B7F;
}
/* Spell header */
.sheet-rolltemplate-odnd .sheet-RollTemp-header.sheet-spell{
color: #45285D;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-rollname {
font-weight: bold;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
/*font-size: 1.4em;*/
font-size: 1.8em;
-moz-text-decoration-color: #D64541;
text-decoration-color: #D64541;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/*max-width: 180px;*/
padding: 2px 2px 2px 0px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-rollname-wide {
font-weight: bold;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
/*font-size: 1.4em;*/
font-size: 1.8em;
-moz-text-decoration-color: #D64541;
text-decoration-color: #D64541;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 2px 2px 2px 0px
}
.sheet-rolltemplate-odnd .sheet-RollTemp-rollresult {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 2px ;
font-size: 1.2em;
}
.sheet-rolltemplate-odnd .sheet-main-content {
}
.sheet-rolltemplate-odnd .sheet-main-content hr.sheet-roll {
width: 80%;
margin-left: auto;
margin-right: auto;
color: #D64541;
background-color: #D64541;
height: 1px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-success {
color: green;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
font-size: 20px;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-fail {
color: red;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
font-size: 20px;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-critsuccess {
color: green;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
font-size: 20px;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-critfailM,
.sheet-rolltemplate-odnd .sheet-RollTemp-failM {
color: red;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
/*font-size: 1.7em;*/
font-size: 2.1em;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-critfailSM,
.sheet-rolltemplate-odnd .sheet-RollTemp-failSM {
color: red;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
/*font-size: 1.5em;*/
font-size: 1.9em;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-critsuccessM,
.sheet-rolltemplate-odnd .sheet-RollTemp-successM {
color: green;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
/*font-size: 1.7em;*/
font-size: 2.1em;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-critsuccessSM,
.sheet-rolltemplate-odnd .sheet-RollTemp-successSM {
color: green;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
/*font-size: 1.5em;*/
font-size: 1.9em;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-critsuccessEXSM,
.sheet-rolltemplate-odnd .sheet-RollTemp-successEXSM {
color: green;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
/*font-size: 1.4em;*/
font-size: 1.8em;
text-align: center;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-critfail {
color: red;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
font-weight: bold;
font-size: 20px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-title {
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
/*font-size: 1.6em;*/
font-size: 2.0em;
font-weight: bold;
text-align: center;
margin-left: 15px;
margin-right: 15px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-name {
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
/*font-size: 1.2em;*/
font-size: 1.6em;
text-align: center;
font-style: italic;
font-weight: bold;
margin-left: 15px;
margin-right: 15px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-line {
border-width: 0px 0px 2px 0px;
border-color: black;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
margin-right: 20px;
margin-left: 20px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-info {
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
/*font-size: 1.1em;*/
font-size: 1.5em;
text-align: center;
font-style: italic;
font-weight: bold;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-infoNB {
/*font-size: 1.1em;*/
font-size: 1.5em;
text-align: center;
font-style: italic;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-textSM {
/*font-size: 1.1em;*/
font-size: 1.5em;
text-align: center;
/*font-weight: bold;*/
}
.sheet-rolltemplate-odnd .sheet-RollTemp-flarecombat {
color: #2C5D28;
/*font-size: 1.2em;*/
font-size: 1.6em;
text-align: center;
/*font-style: italic;*/
font-weight: bold;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-flareclass {
color: #540B7F;
/*font-size: 1.2em;*/
font-size: 1.6em;
text-align: center;
/*font-style: italic;*/
font-weight: bold;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-key {
font-weight: bold;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
/*font-size: 1.3em;*/
font-size: 1.7em;
-moz-text-decoration-color: #D64541;
text-decoration-color: #D64541;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 120px;
padding: 2px 2px 2px 0px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-key-wide {
font-weight: bold;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
/*font-size: 1.3em;*/
font-size: 1.7em;
-moz-text-decoration-color: #D64541;
text-decoration-color: #D64541;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 2px 2px 2px 0px
}
.sheet-rolltemplate-odnd .sheet-RollTemp-value {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 2px ;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-emote {
font-style: italic;
font-weight: bold;
/*font-size: 11px;*/
font-size: 17px;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
text-align: center;
border: green 1px dashed;
border-radius: 5px;
padding: 0px 5px;
margin: 0px 5px 5px 5px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-textbox {
/*font-size: 1.3em;*/
font-size: 1.7em;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
text-align: center;
line-height: 1.7em;
font-weight: bold;
border: black 1px solid;
border-radius: 5px;
padding: 0px 5px;
margin: 0px 5px 5px 5px;
}
.sheet-rolltemplate-odnd .sheet-RollTemp-textbox .inlinerollresult{
/*padding-right: 0px;
text-align: right;
color: gray;*/
font-size: 1em;
}
/*END Templates*/
/* Fonts */
@font-face {
font-family: 'Souvenir';
font-style: normal;
font-weight: 700;
src: local('Souvenir'), url(https://discombobulate.net/fonts/souvenir_demi-webfont.woff) format('woff');
src: local('Souvenir'), url(https://discombobulate.net/fonts/souvenir_demi-webfont.svg) format('svg');
}
@font-face {
font-family: 'Gloria Hallelujah';
font-style: normal;
font-weight: 400;
src: local('Gloria Hallelujah'), local('GloriaHallelujah'), url(https://fonts.gstatic.com/s/gloriahallelujah/v8/CA1k7SlXcY5kvI81M_R28cNDay8z-hHR7F16xrcXsJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* END Fonts*/
.charsheet div,
.charsheet span {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
color: black;
/*font-family: 'Souvenir', Georgia, serif;*/
font-family: 'Patrick Hand', Georgia, serif;
/*font-size: 14px;*/
font-size: 21px;
font-weight: normal;
border-radius: 0px;
text-align:left;
}
.charsheet textarea,
.charsheet input,
.charsheet select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background-color: transparent;
border-radius: 0;
box-sizing: border-box;
color: #000000;
font-family: 'Shadows Into Light', cursive;
font-size: 21px;
font-weight: normal;
letter-spacing: .15rem;
text-align:left;
text-shadow: 0 0 black;
/* Safari/Chrome, other WebKit */
/* Firefox, other Gecko */
/*font-family: 'Gloria Hallelujah', cursive;*/
/*font-size: 14px;*/
/* color: #454343; */
}
.charsheet input{
background-color:rgba(255,255,255,0.9);
padding-left: 0.3em;
padding-right: 0.2em;
padding-top: 0.2em;
padding-bottom: 0.1em;
margin: 0px;
}
.charsheet button[type="roll"] {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box;
/*padding: 0px;
margin: 0px;*/
height: 26px;
text-align: left;
border: 2px solid rgba(255,255,255,0.5);
border-radius: 12px;
transition: border 2s;
background-color: transparent;
color: #454343;
padding: 2px 3px;
font-size: .8em !important;
margin: 0 3px 0 3px;
}
.charsheet button[type="roll"]:hover{
border: 2px black inset;
}
.charsheet select {
padding: 0px;
margin: 0px;
height: 35px;
line-height: 35px;
font-weight:normal;
border-width: 0px 0px 3px 0px;
border-color: black;
border-style: solid;
/*font-family: 'Gloria Hallelujah', cursive;*/
font-family: 'Shadows Into Light', cursive;
background-color: transparent;
color: #454343;
overflow: visible;
}
.charsheet hr{
padding: 0px;
margin: 4px;
border-style: solid;
border-width: 2px;
border-color: black;
}
.charsheet span{
text-align: left;
padding-left: 0.3em;
padding-right: 0.2em;
padding-top: 0.2em;
padding-bottom: 0.1em;
}
.charsheet textarea {
resize: vertical;
display: inline-block;
text-align: left;
padding-left: 0.3em;
padding-right: 0.2em;
padding-top: 0.2em;
padding-bottom: 0.1em;
margin: 0px;
background-color: transparent;
color: #454343;
}
.charsheet .sheet-mainBg{
background-image:url('https://i.imgur.com/FxcEHHI.png');
background-repeat:no-repeat;
background-origin: border-box;
background-size: cover;
padding-top : 6px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 6px;
border: none;
}
.charsheet .sheet-monsterBg{
/*background-image:url(https://i.imgur.com/3r76gXC.png);*/
/*background-image:url(https://i.imgur.com/EqXhP4m.jpg);*/
/*background-image:url(https://i.imgur.com/eyYe0cO.png);*/
/*background-image:url(https://i.imgur.com/5gpaGEp.jpg);*/
/*background-image:url(https://i.imgur.com/C5TNftW.jpg);*/
/*background-image:url(https://i.imgur.com/YLgncFs.png);*/
background-image: url('https://i.imgur.com/62twH3c.png');
background-repeat:repeat-y;
background-origin: border-box;
/*background-size: cover;*/
padding-top : 6px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 6px;
border: none;
}
.sheet-portrait{
width: 100px;
max-width: 100px;
}
.sheet-libel1{
padding-bottom: 6px;
padding-top: 0px;
font-weight: bold;
}
.charsheet input.sheet-inMainNum{
text-align: center;
border-width: 0px 0px 3px 4px;
border-color: black;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
background-color: transparent;
color: #454343;
height: 35px;
}
.charsheet input.sheet-inSmallNum{
max-width: 44px;
text-align: center;
border-width: 1px 1px 3px 1px;
border-color: black;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
background-color: transparent;
/* color: #454343; */
height: 35px;
}
.charsheet input.sheet-inSmallNum_noBorder{
max-width: 44px;
text-align: center;
border-width: 0px 0px 3px 4px;
border-color: black;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
background-color: transparent;
/* color: #454343; */
height: 35px;
}
.charsheet input.sheet-inLrgNum{
max-width: 88px;
text-align: center;
border-width: 0px 0px 3px 4px;
border-color: black;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
background-color: transparent;
/* color: #454343; */
height: 35px;
}
.charsheet input.sheet-inMainTxt{
border-width: 0px 0px 3px 4px;
border-color: black;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
background-color: transparent;
/* color: #454343; */
height: 35px;
}
.charsheet select.sheet-inMainTxt{
/*height: auto;*/
vertical-align: text-bottom;
border-width: 0px 0px 3px 4px;
border-color: black;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
background-color: transparent;
color: #454343;
height: 35px;
}
.charsheet select.sheet-inSmallNum{
max-width: 44px;
text-align: center;
border-width: 1px 1px 3px 1px;
border-color: black;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
background-color: transparent;
color: #454343;
height: 35px;
}
.charsheet .sheet-grey-row {
background-color: transparent;
}
.charsheet .sheet-inventory-row-number {
text-align: center;
font-weight: bold;
}
.charsheet input.sheet-inAC{
height: 35px;
max-width: 35px;
text-align: center;
border : solid black 2px;
font-size: 16px;
font-weight: bold;
box-shadow: 4px 4px 8px rgba(0,0,0,.3);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 17px;
border-bottom-left-radius: 17px;
}
.charsheet input.sheet-inHP{
height: 35px;
max-width: 40px;
text-align: center;
border : solid black 2px;
font-size: 16px;
font-weight: bold;
box-shadow: 4px 4px 8px rgba(0,0,0,.3);
border-top-left-radius: 100px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 100px;
}
.charsheet input.sheet-inHPMax{
height: 35px;
max-width: 40px;
text-align: center;
border : solid black 2px;
font-size: 16px;
font-weight: bold;
box-shadow: 4px 4px 8px rgba(0,0,0,.3);
border-top-left-radius: 0px;
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
border-bottom-left-radius: 0px;
}
.charsheet .sheet-title1{
display: table-cell;
font-weight: bold;
font-size: 20px;
text-align: left;
padding: 4px;
}
.charsheet .sheet-ability-num{
display: table-cell;
padding: 5px;
background-color: black;
text-align: center;
}
.charsheet input.sheet-ability-num{
width: 28px;
height: 28px;
text-align: center;
vertical-align: middle;
border: none;
border-radius:1px;
font-weight: bold;
background-color: #b5dcb3;
color: #454343;
}
.charsheet .sheet-ability-lib{
display: table-cell;
padding-left: 4px;
padding-right: 6px;
text-align: left;
/*font-family: 'Souvenir', Georgia, serif;*/
font-family: 'Patrick Hand', Georgia, serif;
/*font-size: 14px;*/
font-size: 21px;
font-weight: bold;
}
.charsheet .sheet-ability-roll{
display: table-cell;
}
.charsheet .sheet-ability-mod{
display: table-cell;
text-align: left;
width: 25px;
padding-right: 6px;
}
.charsheet input.sheet-ability-mod{
/*font-size:12px;*/
font-size: 18px;
text-align: center;
border-width: 0px 0px 3px 4px;
border-color: black;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: solid;
background-color: transparent;
/* color: #454343; */
height: 35px;
}
.charsheet .sheet-ability-text{
text-align: left;
/*font-family: 'Souvenir', Georgia, serif;*/
font-family: 'Patrick Hand', Georgia, serif;
/*font-size: 12px;*/
font-size: 18px;
font-weight: bold;
}
.charsheet .sheet-savingthrow-num{
display: table-cell;
padding: 5px;
background-color: black;
text-align: center;
}
.charsheet input.sheet-savingthrow-num{
width: 28px;
height: 28px;
text-align: center;
vertical-align: middle;
border: none;
border-radius:15px;
font-weight: bold;
background-color: #b5dcb3;
color: #454343;
}
.charsheet .sheet-Monstersavingthrow-num{
display: table-cell;
padding: 5px;
background-color: black;
text-align: center;
}
.charsheet input.sheet-Monstersavingthrow-num{
width: 28px;
height: 28px;
text-align: center;
vertical-align: middle;
border: none;
border-radius:15px;
font-weight: bold;
background-color: #E2E1DE;
color: #454343;
}
.charsheet .sheet-savingthrow-lib {
display: table-cell;
padding-left: 4px;
padding-right: 6px;
text-align: left;
/*font-family: 'Souvenir', Georgia, serif;*/
font-family: 'Patrick Hand', Georgia, serif;
/*font-size: 14px;*/
font-size: 21px;
font-weight: bold;
}
.charsheet .sheet-savingthrow-roll{
display: table-cell;
}
.charsheet .sheet-tdlabelsmall{
text-align: right;
/*font-size:12px;*/
font-size: 18px;
font-weight:normal;
color:#333;
}
.charsheet input[type=number] {
width: 2.4em !important;
}
.charsheet input[type=number].sheet-tinyinput {
width:33px;
text-align: center;
/*font-size:11px;*/
font-size: 17px;
font-weight:bold;
background-color: transparent;
/*color: #454343;*/
}
.charsheet input[type=number].sheet-sminput {
width:40px;
text-align: center;
/*font-size:11px;*/
font-size: 17px;
font-weight:bold;
background-color: transparent;
/*color: #454343;*/
}
.charsheet input.sheet-medinput {
width:100px;
}
.charsheet input.sheet-AC {
margin-top: 5px;
margin-bottom: 27px;
margin-left: -20px;
padding: 0px;
height: 44px;
width: 48px;
/*font-size: 21px;*/
font-size: 30px;
line-height: 48px;
font-weight: bold;
vertical-align: middle;
text-align: right;
border: 0;
background-color: transparent;
color: #454343;
}
.charsheet input.sheet-HP {
margin-top: 7px;
margin-bottom: 25px;
padding: 0px;
height: 44px;
width: 48px;
/*font-size: 21px;*/
font-size: 30px;
line-height: 48px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0;
background-color: transparent;
color: #454343;
}
.charsheet input.sheet-MAXHP {
margin-top: 9px;
margin-bottom: 20px;
margin-left: -10px;
/*margin-left: -25px;*/
padding: 0px;
height: 44px;
width: 48px;
/*font-size: 21px;*/
font-size: 30px;
line-height: 48px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0;
background-color: transparent;
color: #454343;
}
.charsheet input.sheet-MonsterHP {
margin-top: 7px;
padding: 0px;
height: 44px;
width: 48px;
font-size: 21px;
line-height: 48px;
font-weight: bold;
vertical-align: middle;
text-align: center;
/*border: 0;*/
border-width: 1px 1px 3px 1px;
border-color: black;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
background-color: transparent;
color: #454343;
}
.charsheet .sheet-ACBG {
/*background: url('https://i.imgur.com/geXWj1D.png') no-repeat 20% 0% / 5.2em auto;*/
/*background: url('https://i.imgur.com/bv0jmdB.png') no-repeat 20% 0% / 5.2em auto; Souvenir font spacing*/
/*background: url('https://i.imgur.com/bv0jmdB.png') no-repeat 20% 0% / 3.6em auto;*/
background: url('https://i.imgur.com/wcEOrmc.png') no-repeat 20% 0% / 3.6em auto;
}
.charsheet .sheet-HPBG {
/*background: url('https://i.imgur.com/8uLfwgU.png') no-repeat 20% 0% / 6.6em auto;*/
/*background: url('https://i.imgur.com/IYA4WCg.png') no-repeat 20% 0% / 6.6em auto; Souvenir font spacing*/
/*background: url('https://i.imgur.com/IYA4WCg.png') no-repeat 20% 0% / 4.8em auto;*/
background: url('https://i.imgur.com/Nqj4yT8.png') no-repeat 20% 0% / 4.8em auto;
}
.charsheet .sheet-MAXHPBG {
/*background: url('https://i.imgur.com/8uLfwgU.png') no-repeat 20% 0% / 6.6em auto;*/
/*background: url('https://i.imgur.com/AccVinS.png') no-repeat 20% 0% / 5.2em auto; Souvenir font spacing*/
/*background: url('https://i.imgur.com/AccVinS.png') no-repeat 20% 0% / 3.6em auto;*/
background: url('https://i.imgur.com/7a2cmtV.png') no-repeat 20% 0% / 3.6em auto;
}
.charsheet .sheet-center {
text-align: center;
}
.charsheet .sheet-left {
text-align: left;
}
.charsheet .sheet-right {
text-align: right;
}
.charsheet .sheet-vert-middle {
vertical-align: middle!important;
}
.charsheet .sheet-vert-bottom {
vertical-align: bottom!important;
}
.charsheet .sheet-inspiration-label {
text-align: center;
font-weight: bold;
font-style: italic;
}
.charsheet .sheet-small-label {
font-size: 95%!important;
font-weight: bold;
}
.sheet-padl,
.sheet-rolltemplate-odnd .sheet-padl{
padding-left:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sheet-padr,
.sheet-rolltemplate-odnd .sheet-padr{
padding-right:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.charsheet .sheet-padt,
.sheet-rolltemplate-odnd .sheet-padt{
padding-top:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.charsheet .sheet-padb,
.sheet-rolltemplate-odnd .sheet-padb {
padding-bottom:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sheet-border-right-dotted,
.sheet-rolltemplate-odnd .sheet-border-right-dotted {
border-right: 1px dotted #000;
}
.sheet-border-left-dotted,
.sheet-rolltemplate-odnd .sheet-border-left-dotted {
border-left: 1px dotted #000;
}
.sheet-border-top-dotted,
.sheet-rolltemplate-odnd .sheet-border-top-dotted {
border-top: 1px dotted #000;
}
.sheet-border-bottom-dotted,
.sheet-rolltemplate-odnd .sheet-border-bottom-dotted {
border-bottom: 1px dotted #000;
}
.charsheet textarea.sheet-fluid {
width: calc(100% - 10px);
height: 100%;
}
.charsheet textarea.sheet-small {
width: calc(100% - 150px);
height: 50px;
}
.charsheet textarea.sheet-MEDwidthSMheight {
width: calc(100% - 10px);
height: 50px;
border-width: 2px 2px 2px 2px;
border-color: black;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-radius: 5px;
padding: 0px 5px;
margin: 0px 5px 5px 5px;
}
.charsheet textarea.sheet-medium {
width: calc(100% - 10px);
height: 100px;
}
.charsheet textarea.sheet-large {
width: calc(100% - 10px);
height: 300px;
}
div.sheet-maintab-content
{
display: none;
}
input.sheet-player:checked ~ div.sheet-player,
input.sheet-monster:checked ~ div.sheet-monster,
input.sheet-settings:checked ~ div.sheet-settings
{
display: block;
}
input.sheet-maintab
{
width: 20%;
/*height: 16px;*/
height: 22px;
cursor: pointer;
position: relative;
left: 5px;
opacity: 0;
z-index: 9999;
}
span.sheet-maintab,
span.sheet-player,
span.sheet-settings,
span.sheet-monster {
text-align: center;
display: inline-block;
width: 20%;
height: 23px;
font-size: 14px;
background: #65763c;
color: white;
font-weight: bold;
border-radius: 4px;
margin-left: -20%;
}
.charsheet input.sheet-maintab:checked + span.sheet-player,
.charsheet input.sheet-maintab:checked + span.sheet-monster,
.charsheet input.sheet-maintab:checked + span.sheet-settings {
background: #93537c;
color: white;
border-radius: 4px;
}
input.sheet-maintab::before
{
content: attr(title);
border: solid 1px #a8a8a8;
border-bottom-color: black;
text-align: center;
display: inline-block;
background: #fff;
background: -moz-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -webkit-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -ms-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: -o-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
background: linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
width: 50px;
height: 25px;
font-size: 24px;
}
input.sheet-maintab:checked::before
{
background: #dcdcdc;
background: -moz-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -webkit-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: -o-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
background: linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
border-bottom-color: #fff;
}
input.sheet-maintab:not(:first-child)::before
{
border-left: none;
}
/*div.sheet-maintab-content
{
border: 1px solid #a8a8a8;
border-top-color: #000;
margin: 2px 0 0 5px;
padding: 5px;
}*/
label,
label div
{
/*font-size: 12px;*/
font-size: 18px;
font-weight: normal;
}
/* END player/monster button Settings */
/* Class Tabs */
.charsheet input.sheet-isCleric,
.charsheet input.sheet-isDwarf,
.charsheet input.sheet-isElf,
.charsheet input.sheet-isFighter,
.charsheet input.sheet-isHalfling,
.charsheet input.sheet-isMagicUser,
.charsheet input.sheet-isThief,
.charsheet label.sheet-subtab {
display: inline;
width:24px;
height: 22px;
}
.charsheet label.sheet-subtab {
width:40px;
height: 22px;
}
.charsheet .sheet-isCleric:checked~ div.sheet-dwarf,
.charsheet .sheet-isCleric:checked~ div.sheet-elf,
.charsheet .sheet-isCleric:checked~ div.sheet-halfling,
.charsheet .sheet-isCleric:checked~ div.sheet-thief,
.charsheet .sheet-isCleric:checked~ div.sheet-fighter,
.charsheet .sheet-isCleric:checked~ div.sheet-magicuser,
.charsheet .sheet-isDwarf:checked~ div.sheet-cleric,
.charsheet .sheet-isDwarf:checked~ div.sheet-elf,
.charsheet .sheet-isDwarf:checked~ div.sheet-halfling,
.charsheet .sheet-isDwarf:checked~ div.sheet-thief,
.charsheet .sheet-isDwarf:checked~ div.sheet-fighter,
.charsheet .sheet-isDwarf:checked~ div.sheet-magicuser,
.charsheet .sheet-isElf:checked~ div.sheet-cleric,
.charsheet .sheet-isElf:checked~ div.sheet-dwarf,
.charsheet .sheet-isElf:checked~ div.sheet-halfling,
.charsheet .sheet-isElf:checked~ div.sheet-thief,
.charsheet .sheet-isElf:checked~ div.sheet-fighter,
.charsheet .sheet-isElf:checked~ div.sheet-magicuser,
.charsheet .sheet-isHalfling:checked~ div.sheet-cleric,
.charsheet .sheet-isHalfling:checked~ div.sheet-dwarf,
.charsheet .sheet-isHalfling:checked~ div.sheet-elf,
.charsheet .sheet-isHalfling:checked~ div.sheet-thief,
.charsheet .sheet-isHalfling:checked~ div.sheet-fighter,
.charsheet .sheet-isHalfling:checked~ div.sheet-magicuser,
.charsheet .sheet-isThief:checked~ div.sheet-cleric,
.charsheet .sheet-isThief:checked~ div.sheet-dwarf,
.charsheet .sheet-isThief:checked~ div.sheet-elf,
.charsheet .sheet-isThief:checked~ div.sheet-halfling,
.charsheet .sheet-isThief:checked~ div.sheet-fighter,
.charsheet .sheet-isThief:checked~ div.sheet-magicuser,
.charsheet .sheet-isFighter:checked~ div.sheet-cleric,
.charsheet .sheet-isFighter:checked~ div.sheet-dwarf,
.charsheet .sheet-isFighter:checked~ div.sheet-elf,
.charsheet .sheet-isFighter:checked~ div.sheet-halfling,
.charsheet .sheet-isFighter:checked~ div.sheet-thief,
.charsheet .sheet-isFighter:checked~ div.sheet-magicuser,
.charsheet .sheet-isMagicUser:checked~ div.sheet-cleric,
.charsheet .sheet-isMagicUser:checked~ div.sheet-dwarf,
.charsheet .sheet-isMagicUser:checked~ div.sheet-elf,
.charsheet .sheet-isMagicUser:checked~ div.sheet-halfling,
.charsheet .sheet-isMagicUser:checked~ div.sheet-thief,
.charsheet .sheet-isMagicUser:checked~ div.sheet-fighter {
display: none;
}
/* Attack Tabs */
.charsheet input.sheet-isMelee,
.charsheet input.sheet-isMissile,
.charsheet label.sheet-subtab {
display: inline;
width:24px;
height: 22px;
}
.charsheet label.sheet-subtab {
width:40px;
height: 22px;
}
.charsheet .sheet-isMelee:checked~ div.sheet-missile,
.charsheet .sheet-isMissile:checked~ div.sheet-melee {
display: none;
}
/* Notes */
.charsheet textarea.sheet-pcnotes {
width: 98%;
height: 170px;
font-size: 13px;
line-height: 16px;
background-color: transparent;
color: #454343;
}
.charsheet textarea.sheet-monsternotes {
width: 98%;
height: 170px;
font-size: 13px;
line-height: 16px;
background-color: transparent;
color: #454343;
}
/* Custom Pure Grid CSS (24 cols) DO NOT EDIT BELOW THIS LINE OR RISK BREAKING FORMATTING */
.sheet-row,
.sheet-rolltemplate-odnd .sheet-row {
letter-spacing: -0.31em;
word-spacing: -0.43em;
text-rendering: optimizespeed;
}
.sheet-opera-only :-o-prefocus, .sheet-row,
.sheet-rolltemplate-odnd .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-odnd .sheet-row {
word-spacing: -0.43em;
}
.sheet-col,
.sheet-rolltemplate-odnd .sheet-col {
display: inline-block;
zoom: 1;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.sheet-rolltemplate-odnd .sheet-col-1,.sheet-rolltemplate-odnd .sheet-col-1-2,.sheet-rolltemplate-odnd .sheet-col-1-3,.sheet-rolltemplate-odnd .sheet-col-2-3,.sheet-rolltemplate-odnd .sheet-col-1-4,.sheet-rolltemplate-odnd .sheet-col-3-4,.sheet-rolltemplate-odnd .sheet-col-1-5,.sheet-rolltemplate-odnd .sheet-col-2-5,.sheet-rolltemplate-odnd .sheet-col-3-5,.sheet-rolltemplate-odnd .sheet-col-4-5,.sheet-rolltemplate-odnd .sheet-col-1-6,.sheet-rolltemplate-odnd .sheet-col-5-6,.sheet-rolltemplate-odnd .sheet-col-1-7,.sheet-rolltemplate-odnd .sheet-col-2-7,.sheet-rolltemplate-odnd .sheet-col-3-7,.sheet-rolltemplate-odnd .sheet-col-4-7,.sheet-rolltemplate-odnd .sheet-col-5-7,.sheet-rolltemplate-odnd .sheet-col-6-7,.sheet-rolltemplate-odnd .sheet-col-1-8,.sheet-rolltemplate-odnd .sheet-col-3-8,.sheet-rolltemplate-odnd .sheet-col-5-8,.sheet-rolltemplate-odnd .sheet-col-7-8,.sheet-rolltemplate-odnd .sheet-col-1-9,.sheet-rolltemplate-odnd .sheet-col-2-9,.sheet-rolltemplate-odnd .sheet-col-4-9,.sheet-rolltemplate-odnd .sheet-col-5-9,.sheet-rolltemplate-odnd .sheet-col-6-9,.sheet-rolltemplate-odnd .sheet-col-7-9,.sheet-rolltemplate-odnd .sheet-col-8-9,.sheet-rolltemplate-odnd .sheet-col-1-10,.sheet-rolltemplate-odnd .sheet-col-3-10,.sheet-rolltemplate-odnd .sheet-col-7-10,.sheet-rolltemplate-odnd .sheet-col-9-10,.sheet-rolltemplate-odnd .sheet-col-1-11,.sheet-rolltemplate-odnd .sheet-col-2-11,.sheet-rolltemplate-odnd .sheet-col-3-11,.sheet-rolltemplate-odnd .sheet-col-4-11,.sheet-rolltemplate-odnd .sheet-col-5-11,.sheet-rolltemplate-odnd .sheet-col-6-11,.sheet-rolltemplate-odnd .sheet-col-7-11,.sheet-rolltemplate-odnd .sheet-col-8-11,.sheet-rolltemplate-odnd .sheet-col-9-11,.sheet-rolltemplate-odnd .sheet-col-10-11,.sheet-rolltemplate-odnd .sheet-col-1-12,.sheet-rolltemplate-odnd .sheet-col-5-12,.sheet-rolltemplate-odnd .sheet-col-7-12,.sheet-rolltemplate-odnd .sheet-col-9-12,.sheet-rolltemplate-odnd .sheet-col-11-12,.sheet-rolltemplate-odnd .sheet-col-1-13,.sheet-rolltemplate-odnd .sheet-col-2-13,.sheet-rolltemplate-odnd .sheet-col-3-13,.sheet-rolltemplate-odnd .sheet-col-4-13,.sheet-rolltemplate-odnd .sheet-col-5-13,.sheet-rolltemplate-odnd .sheet-col-6-13,.sheet-rolltemplate-odnd .sheet-col-7-13,.sheet-rolltemplate-odnd .sheet-col-8-13,.sheet-rolltemplate-odnd .sheet-col-9-13,.sheet-rolltemplate-odnd .sheet-col-10-13,.sheet-rolltemplate-odnd .sheet-col-11-13,.sheet-rolltemplate-odnd .sheet-col-12-13,.sheet-rolltemplate-odnd .sheet-col-1-14,.sheet-rolltemplate-odnd .sheet-col-3-14,.sheet-rolltemplate-odnd .sheet-col-5-14,.sheet-rolltemplate-odnd .sheet-col-9-14,.sheet-rolltemplate-odnd .sheet-col-11-14,.sheet-rolltemplate-odnd .sheet-col-13-14,.sheet-rolltemplate-odnd .sheet-col-1-15,.sheet-rolltemplate-odnd .sheet-col-2-15,.sheet-rolltemplate-odnd .sheet-col-4-15,.sheet-rolltemplate-odnd .sheet-col-6-15,.sheet-rolltemplate-odnd .sheet-col-7-15,.sheet-rolltemplate-odnd .sheet-col-8-15,.sheet-rolltemplate-odnd .sheet-col-9-15,.sheet-rolltemplate-odnd .sheet-col-10-15,.sheet-rolltemplate-odnd .sheet-col-11-15,.sheet-rolltemplate-odnd .sheet-col-12-15,.sheet-rolltemplate-odnd .sheet-col-13-15,.sheet-rolltemplate-odnd .sheet-col-14-15,.sheet-rolltemplate-odnd .sheet-col-1-16,.sheet-rolltemplate-odnd .sheet-col-3-16,.sheet-rolltemplate-odnd .sheet-col-5-16,.sheet-rolltemplate-odnd .sheet-col-7-16,.sheet-rolltemplate-odnd .sheet-col-9-16,.sheet-rolltemplate-odnd .sheet-col-11-16,.sheet-rolltemplate-odnd .sheet-col-13-16,.sheet-rolltemplate-odnd .sheet-col-15-16,.sheet-rolltemplate-odnd .sheet-col-1-17,.sheet-rolltemplate-odnd .sheet-col-2-17,.sheet-rolltemplate-odnd .sheet-col-3-17,.sheet-rolltemplate-odnd .sheet-col-4-17,.sheet-rolltemplate-odnd .sheet-col-5-17,.sheet-rolltemplate-odnd .sheet-col-6-17,.sheet-rolltemplate-odnd .sheet-col-7-17,.sheet-rolltemplate-odnd .sheet-col-8-17,.sheet-rolltemplate-odnd .sheet-col-9-17,.sheet-rolltemplate-odnd .sheet-col-10-17,.sheet-rolltemplate-odnd .sheet-col-11-17,.sheet-rolltemplate-odnd .sheet-col-12-17,.sheet-rolltemplate-odnd .sheet-col-13-17,.sheet-rolltemplate-odnd .sheet-col-14-17,.sheet-rolltemplate-odnd .sheet-col-15-17,.sheet-rolltemplate-odnd .sheet-col-16-17,.sheet-rolltemplate-odnd .sheet-col-1-18,.sheet-rolltemplate-odnd .sheet-col-5-18,.sheet-rolltemplate-odnd .sheet-col-7-18,.sheet-rolltemplate-odnd .sheet-col-11-18,.sheet-rolltemplate-odnd .sheet-col-13-18,.sheet-rolltemplate-odnd .sheet-col-15-18,.sheet-rolltemplate-odnd .sheet-col-17-18,.sheet-rolltemplate-odnd .sheet-col-1-19,.sheet-rolltemplate-odnd .sheet-col-2-19,.sheet-rolltemplate-odnd .sheet-col-3-19,.sheet-rolltemplate-odnd .sheet-col-4-19,.sheet-rolltemplate-odnd .sheet-col-5-19,.sheet-rolltemplate-odnd .sheet-col-6-19,.sheet-rolltemplate-odnd .sheet-col-7-19,.sheet-rolltemplate-odnd .sheet-col-8-19,.sheet-rolltemplate-odnd .sheet-col-9-19,.sheet-rolltemplate-odnd .sheet-col-10-19,.sheet-rolltemplate-odnd .sheet-col-11-19,.sheet-rolltemplate-odnd .sheet-col-12-19,.sheet-rolltemplate-odnd .sheet-col-13-19,.sheet-rolltemplate-odnd .sheet-col-14-19,.sheet-rolltemplate-odnd .sheet-col-15-19,.sheet-rolltemplate-odnd .sheet-col-16-19,.sheet-rolltemplate-odnd .sheet-col-17-19,.sheet-rolltemplate-odnd .sheet-col-18-19,.sheet-rolltemplate-odnd .sheet-col-1-20,.sheet-rolltemplate-odnd .sheet-col-3-20,.sheet-rolltemplate-odnd .sheet-col-7-20,.sheet-rolltemplate-odnd .sheet-col-9-20,.sheet-rolltemplate-odnd .sheet-col-11-20,.sheet-rolltemplate-odnd .sheet-col-13-20,.sheet-rolltemplate-odnd .sheet-col-15-20,.sheet-rolltemplate-odnd .sheet-col-17-20,.sheet-rolltemplate-odnd .sheet-col-19-20,.sheet-rolltemplate-odnd .sheet-col-1-21,.sheet-rolltemplate-odnd .sheet-col-2-21,.sheet-rolltemplate-odnd .sheet-col-4-21,.sheet-rolltemplate-odnd .sheet-col-5-21,.sheet-rolltemplate-odnd .sheet-col-6-21,.sheet-rolltemplate-odnd .sheet-col-8-21,.sheet-rolltemplate-odnd .sheet-col-9-21,.sheet-rolltemplate-odnd .sheet-col-10-21,.sheet-rolltemplate-odnd .sheet-col-11-21,.sheet-rolltemplate-odnd .sheet-col-12-21,.sheet-rolltemplate-odnd .sheet-col-13-21,.sheet-rolltemplate-odnd .sheet-col-14-21,.sheet-rolltemplate-odnd .sheet-col-15-21,.sheet-rolltemplate-odnd .sheet-col-16-21,.sheet-rolltemplate-odnd .sheet-col-17-21,.sheet-rolltemplate-odnd .sheet-col-18-21,.sheet-rolltemplate-odnd .sheet-col-19-21,.sheet-rolltemplate-odnd .sheet-col-20-21,.sheet-rolltemplate-odnd .sheet-col-1-22,.sheet-rolltemplate-odnd .sheet-col-3-22,.sheet-rolltemplate-odnd .sheet-col-5-22,.sheet-rolltemplate-odnd .sheet-col-7-22,.sheet-rolltemplate-odnd .sheet-col-9-22,.sheet-rolltemplate-odnd .sheet-col-13-22,.sheet-rolltemplate-odnd .sheet-col-15-22,.sheet-rolltemplate-odnd .sheet-col-17-22,.sheet-rolltemplate-odnd .sheet-col-19-22,.sheet-rolltemplate-odnd .sheet-col-21-22,.sheet-rolltemplate-odnd .sheet-col-1-23,.sheet-rolltemplate-odnd .sheet-col-2-23,.sheet-rolltemplate-odnd .sheet-col-3-23,.sheet-rolltemplate-odnd .sheet-col-4-23,.sheet-rolltemplate-odnd .sheet-col-5-23,.sheet-rolltemplate-odnd .sheet-col-6-23,.sheet-rolltemplate-odnd .sheet-col-7-23,.sheet-rolltemplate-odnd .sheet-col-8-23,.sheet-rolltemplate-odnd .sheet-col-9-23,.sheet-rolltemplate-odnd .sheet-col-10-23,.sheet-rolltemplate-odnd .sheet-col-11-23,.sheet-rolltemplate-odnd .sheet-col-12-23,.sheet-rolltemplate-odnd .sheet-col-13-23,.sheet-rolltemplate-odnd .sheet-col-14-23,.sheet-rolltemplate-odnd .sheet-col-15-23,.sheet-rolltemplate-odnd .sheet-col-16-23,.sheet-rolltemplate-odnd .sheet-col-17-23,.sheet-rolltemplate-odnd .sheet-col-18-23,.sheet-rolltemplate-odnd .sheet-col-19-23,.sheet-rolltemplate-odnd .sheet-col-20-23,.sheet-rolltemplate-odnd .sheet-col-21-23,.sheet-rolltemplate-odnd .sheet-col-22-23,.sheet-rolltemplate-odnd .sheet-col-1-24,.sheet-rolltemplate-odnd .sheet-col-5-24,.sheet-rolltemplate-odnd .sheet-col-7-24,.sheet-rolltemplate-odnd .sheet-col-9-24,.sheet-rolltemplate-odnd .sheet-col-11-24,.sheet-rolltemplate-odnd .sheet-col-13-24,.sheet-rolltemplate-odnd .sheet-col-15-24,.sheet-rolltemplate-odnd .sheet-col-17-24,.sheet-rolltemplate-odnd .sheet-col-19-24,.sheet-rolltemplate-odnd .sheet-col-21-24,.sheet-rolltemplate-odnd .sheet-col-23-24, .sheet-col-1, .sheet-col-1-2, .sheet-col-1-3, .sheet-col-2-3, .sheet-col-1-4, .sheet-col-3-4, .sheet-col-1-5, .sheet-col-2-5, .sheet-col-3-5, .sheet-col-4-5, .sheet-col-1-6, .sheet-col-5-6, .sheet-col-1-7, .sheet-col-2-7, .sheet-col-3-7, .sheet-col-4-7, .sheet-col-5-7, .sheet-col-6-7, .sheet-col-1-8, .sheet-col-3-8, .sheet-col-5-8, .sheet-col-7-8, .sheet-col-1-9, .sheet-col-2-9, .sheet-col-4-9, .sheet-col-5-9, .sheet-col-6-9, .sheet-col-7-9, .sheet-col-8-9, .sheet-col-1-10, .sheet-col-3-10, .sheet-col-7-10, .sheet-col-9-10, .sheet-col-1-11, .sheet-col-2-11, .sheet-col-3-11, .sheet-col-4-11, .sheet-col-5-11, .sheet-col-6-11, .sheet-col-7-11, .sheet-col-8-11, .sheet-col-9-11, .sheet-col-10-11, .sheet-col-1-12, .sheet-col-5-12, .sheet-col-7-12, .sheet-col-9-12, .sheet-col-11-12, .sheet-col-1-13, .sheet-col-2-13, .sheet-col-3-13, .sheet-col-4-13, .sheet-col-5-13, .sheet-col-6-13, .sheet-col-7-13, .sheet-col-8-13, .sheet-col-9-13, .sheet-col-10-13, .sheet-col-11-13, .sheet-col-12-13, .sheet-col-1-14, .sheet-col-3-14, .sheet-col-5-14, .sheet-col-9-14, .sheet-col-11-14, .sheet-col-13-14, .sheet-col-1-15, .sheet-col-2-15, .sheet-col-4-15, .sheet-col-6-15, .sheet-col-7-15, .sheet-col-8-15, .sheet-col-9-15, .sheet-col-10-15, .sheet-col-11-15, .sheet-col-12-15, .sheet-col-13-15, .sheet-col-14-15, .sheet-col-1-16, .sheet-col-3-16, .sheet-col-5-16, .sheet-col-7-16, .sheet-col-9-16, .sheet-col-11-16, .sheet-col-13-16, .sheet-col-15-16, .sheet-col-1-17, .sheet-col-2-17, .sheet-col-3-17, .sheet-col-4-17, .sheet-col-5-17, .sheet-col-6-17, .sheet-col-7-17, .sheet-col-8-17, .sheet-col-9-17, .sheet-col-10-17, .sheet-col-11-17, .sheet-col-12-17, .sheet-col-13-17, .sheet-col-14-17, .sheet-col-15-17, .sheet-col-16-17, .sheet-col-1-18, .sheet-col-5-18, .sheet-col-7-18, .sheet-col-11-18, .sheet-col-13-18, .sheet-col-15-18, .sheet-col-17-18, .sheet-col-1-19, .sheet-col-2-19, .sheet-col-3-19, .sheet-col-4-19, .sheet-col-5-19, .sheet-col-6-19, .sheet-col-7-19, .sheet-col-8-19, .sheet-col-9-19, .sheet-col-10-19, .sheet-col-11-19, .sheet-col-12-19, .sheet-col-13-19, .sheet-col-14-19, .sheet-col-15-19, .sheet-col-16-19, .sheet-col-17-19, .sheet-col-18-19, .sheet-col-1-20, .sheet-col-3-20, .sheet-col-7-20, .sheet-col-9-20, .sheet-col-11-20, .sheet-col-13-20, .sheet-col-15-20, .sheet-col-17-20, .sheet-col-19-20, .sheet-col-1-21, .sheet-col-2-21, .sheet-col-4-21, .sheet-col-5-21, .sheet-col-6-21, .sheet-col-8-21, .sheet-col-9-21, .sheet-col-10-21, .sheet-col-11-21, .sheet-col-12-21, .sheet-col-13-21, .sheet-col-14-21, .sheet-col-15-21, .sheet-col-16-21, .sheet-col-17-21, .sheet-col-18-21, .sheet-col-19-21, .sheet-col-20-21, .sheet-col-1-22, .sheet-col-3-22, .sheet-col-5-22, .sheet-col-7-22, .sheet-col-9-22, .sheet-col-13-22, .sheet-col-15-22, .sheet-col-17-22, .sheet-col-19-22, .sheet-col-21-22, .sheet-col-1-23, .sheet-col-2-23, .sheet-col-3-23, .sheet-col-4-23, .sheet-col-5-23, .sheet-col-6-23, .sheet-col-7-23, .sheet-col-8-23, .sheet-col-9-23, .sheet-col-10-23, .sheet-col-11-23, .sheet-col-12-23, .sheet-col-13-23, .sheet-col-14-23, .sheet-col-15-23, .sheet-col-16-23, .sheet-col-17-23, .sheet-col-18-23, .sheet-col-19-23, .sheet-col-20-23, .sheet-col-21-23, .sheet-col-22-23, .sheet-col-1-24, .sheet-col-5-24, .sheet-col-7-24, .sheet-col-9-24, .sheet-col-11-24, .sheet-col-13-24, .sheet-col-15-24, .sheet-col-17-24, .sheet-col-19-24, .sheet-col-21-24, .sheet-col-23-24 {
display: inline-block;
zoom: 1;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.sheet-col-1,
.sheet-rolltemplate-odnd .sheet-col-1 {
display:block;
}
.sheet-col-1-2,
.sheet-rolltemplate-odnd .sheet-col-1-2 {
width: 50%;
}
.sheet-offset-1-2,
.sheet-rolltemplate-odnd .sheet-offset-1-2 {
margin-left: 50%;
}
.sheet-col-1-3,
.sheet-rolltemplate-odnd .sheet-col-1-3 {
width: 33.33333%;
}
.sheet-offset-1-3,
.sheet-rolltemplate-odnd .sheet-offset-1-3 {
margin-left: 33.33333%;
}
.sheet-col-2-3,
.sheet-rolltemplate-odnd .sheet-col-2-3 {
width: 66.66667%;
}
.sheet-offset-2-3,
.sheet-rolltemplate-odnd .sheet-offset-2-3 {
margin-left: 66.66667%;
}
.sheet-col-1-4,
.sheet-rolltemplate-odnd .sheet-col-1-4 {
width: 25%;
}
.sheet-offset-1-4,
.sheet-rolltemplate-odnd .sheet-offset-1-4 {
margin-left: 25%;
}
.sheet-col-3-4,
.sheet-rolltemplate-odnd .sheet-col-3-4 {
width: 75%;
}
.sheet-offset-3-4,
.sheet-rolltemplate-odnd .sheet-offset-3-4 {
margin-left: 75%;
}
.sheet-col-1-5,
.sheet-rolltemplate-odnd .sheet-col-1-5 {
width: 20%;
}
.sheet-offset-1-5,
.sheet-rolltemplate-odnd .sheet-offset-1-5 {
margin-left: 20%;
}
.sheet-col-2-5,
.sheet-rolltemplate-odnd .sheet-col-2-5 {
width: 40%;
}
.sheet-offset-2-5,
.sheet-rolltemplate-odnd .sheet-offset-2-5 {
margin-left: 40%;
}
.sheet-col-3-5,
.sheet-rolltemplate-odnd .sheet-col-3-5 {
width: 60%;
}
.sheet-offset-3-5,
.sheet-rolltemplate-odnd .sheet-offset-3-5 {
margin-left: 60%;
}
.sheet-col-4-5,
.sheet-rolltemplate-odnd .sheet-col-4-5 {
width: 80%;
}
.sheet-offset-4-5,
.sheet-rolltemplate-odnd .sheet-offset-4-5 {
margin-left: 80%;
}
.sheet-col-1-6,
.sheet-rolltemplate-odnd .sheet-col-1-6 {
width: 16.66667%;
}
.sheet-offset-1-6,
.sheet-rolltemplate-odnd .sheet-offset-1-6 {
margin-left: 16.66667%;
}
.sheet-col-5-6,
.sheet-rolltemplate-odnd .sheet-col-5-6 {
width: 83.33333%;
}
.sheet-offset-5-6,
.sheet-rolltemplate-odnd .sheet-offset-5-6 {
margin-left: 83.33333%;
}
.sheet-col-1-7,
.sheet-rolltemplate-odnd .sheet-col-1-7 {
width: 14.28571%;
}
.sheet-offset-1-7,
.sheet-rolltemplate-odnd .sheet-offset-1-7 {
margin-left: 14.28571%;
}
.sheet-col-2-7,
.sheet-rolltemplate-odnd .sheet-col-2-7 {
width: 28.57143%;
}
.sheet-offset-2-7,
.sheet-rolltemplate-odnd .sheet-offset-2-7 {
margin-left: 28.57143%;
}
.sheet-col-3-7,
.sheet-rolltemplate-odnd .sheet-col-3-7 {
width: 42.85714%;
}
.sheet-offset-3-7,
.sheet-rolltemplate-odnd .sheet-offset-3-7 {
margin-left: 42.85714%;
}
.sheet-col-4-7,
.sheet-rolltemplate-odnd .sheet-col-4-7 {
width: 57.14286%;
}
.sheet-offset-4-7,
.sheet-rolltemplate-odnd .sheet-offset-4-7 {
margin-left: 57.14286%;
}
.sheet-col-5-7,
.sheet-rolltemplate-odnd .sheet-col-5-7 {
width: 71.42857%;
}
.sheet-offset-5-7,
.sheet-rolltemplate-odnd .sheet-offset-5-7 {
margin-left: 71.42857%;
}
.sheet-col-6-7,
.sheet-rolltemplate-odnd .sheet-col-6-7 {
width: 85.71429%;
}
.sheet-offset-6-7,
.sheet-rolltemplate-odnd .sheet-offset-6-7 {
margin-left: 85.71429%;
}
.sheet-col-1-8,
.sheet-rolltemplate-odnd .sheet-col-1-8 {
width: 12.5%;
}
.sheet-offset-1-8,
.sheet-rolltemplate-odnd .sheet-offset-1-8 {
margin-left: 12.5%;
}
.sheet-col-3-8,
.sheet-rolltemplate-odnd .sheet-col-3-8 {
width: 37.5%;
}
.sheet-offset-3-8,
.sheet-rolltemplate-odnd .sheet-offset-3-8 {
margin-left: 37.5%;
}
.sheet-col-5-8,
.sheet-rolltemplate-odnd .sheet-col-5-8 {
width: 62.5%;
}
.sheet-offset-5-8,
.sheet-rolltemplate-odnd .sheet-offset-5-8 {
margin-left: 62.5%;
}
.sheet-col-7-8,
.sheet-rolltemplate-odnd .sheet-col-7-8 {
width: 87.5%;
}
.sheet-offset-7-8,
.sheet-rolltemplate-odnd .sheet-offset-7-8 {
margin-left: 87.5%;
}
.sheet-col-1-9,
.sheet-rolltemplate-odnd .sheet-col-1-9 {
width: 11.11111%;
}
.sheet-offset-1-9,
.sheet-rolltemplate-odnd .sheet-offset-1-9 {
margin-left: 11.11111%;
}
.sheet-col-2-9,
.sheet-rolltemplate-odnd .sheet-col-2-9 {
width: 22.22222%;
}
.sheet-offset-2-9,
.sheet-rolltemplate-odnd .sheet-offset-2-9 {
margin-left: 22.22222%;
}
.sheet-col-4-9,
.sheet-rolltemplate-odnd .sheet-col-4-9 {
width: 44.44444%;
}
.sheet-offset-4-9,
.sheet-rolltemplate-odnd .sheet-offset-4-9 {
margin-left: 44.44444%;
}
.sheet-col-5-9,
.sheet-rolltemplate-odnd .sheet-col-5-9 {
width: 55.55556%;
}
.sheet-offset-5-9,
.sheet-rolltemplate-odnd .sheet-offset-5-9 {
margin-left: 55.55556%;
}
.sheet-col-6-9,
.sheet-rolltemplate-odnd .sheet-col-6-9 {
width: 66.66667%;
}
.sheet-offset-6-9,
.sheet-rolltemplate-odnd .sheet-offset-6-9 {
margin-left: 66.66667%;
}
.sheet-col-7-9,
.sheet-rolltemplate-odnd .sheet-col-7-9 {
width: 77.77778%;
}
.sheet-offset-7-9,
.sheet-rolltemplate-odnd .sheet-offset-7-9 {
margin-left: 77.77778%;
}
.sheet-col-8-9,
.sheet-rolltemplate-odnd .sheet-col-8-9 {
width: 88.88889%;
}
.sheet-offset-8-9,
.sheet-rolltemplate-odnd .sheet-offset-8-9 {
margin-left: 88.88889%;
}
.sheet-col-1-10,
.sheet-rolltemplate-odnd .sheet-col-1-10 {
width: 10%;
}
.sheet-offset-1-10,
.sheet-rolltemplate-odnd .sheet-offset-1-10 {
margin-left: 10%;
}
.sheet-col-3-10,
.sheet-rolltemplate-odnd .sheet-col-3-10 {
width: 30%;
}
.sheet-offset-3-10,
.sheet-rolltemplate-odnd .sheet-offset-3-10 {
margin-left: 30%;
}
.sheet-col-7-10,
.sheet-rolltemplate-odnd .sheet-col-7-10 {
width: 70%;
}
.sheet-offset-7-10,
.sheet-rolltemplate-odnd .sheet-offset-7-10 {
margin-left: 70%;
}
.sheet-col-9-10,
.sheet-rolltemplate-odnd .sheet-col-9-10 {
width: 90%;
}
.sheet-offset-9-10,
.sheet-rolltemplate-odnd .sheet-offset-9-10 {
margin-left: 90%;
}
.sheet-col-1-11,
.sheet-rolltemplate-odnd .sheet-col-1-11 {
width: 9.09091%;
}
.sheet-offset-1-11,
.sheet-rolltemplate-odnd .sheet-offset-1-11 {
margin-left: 9.09091%;
}
.sheet-col-2-11,
.sheet-rolltemplate-odnd .sheet-col-2-11 {
width: 18.18182%;
}
.sheet-offset-2-11,
.sheet-rolltemplate-odnd .sheet-offset-2-11 {
margin-left: 18.18182%;
}
.sheet-col-3-11,
.sheet-rolltemplate-odnd .sheet-col-3-11 {
width: 27.27273%;
}
.sheet-offset-3-11,
.sheet-rolltemplate-odnd .sheet-offset-3-11 {
margin-left: 27.27273%;
}
.sheet-col-4-11,
.sheet-rolltemplate-odnd .sheet-col-4-11 {
width: 36.36364%;
}
.sheet-offset-4-11,
.sheet-rolltemplate-odnd .sheet-offset-4-11 {
margin-left: 36.36364%;
}
.sheet-col-5-11,
.sheet-rolltemplate-odnd .sheet-col-5-11 {
width: 45.45455%;
}
.sheet-offset-5-11,
.sheet-rolltemplate-odnd .sheet-offset-5-11 {
margin-left: 45.45455%;
}
.sheet-col-6-11,
.sheet-rolltemplate-odnd .sheet-col-6-11 {
width: 54.54545%;
}
.sheet-offset-6-11,
.sheet-rolltemplate-odnd .sheet-offset-6-11 {
margin-left: 54.54545%;
}
.sheet-col-7-11,
.sheet-rolltemplate-odnd .sheet-col-7-11 {
width: 63.63636%;
}
.sheet-offset-7-11,
.sheet-rolltemplate-odnd .sheet-offset-7-11 {
margin-left: 63.63636%;
}
.sheet-col-8-11,
.sheet-rolltemplate-odnd .sheet-col-8-11 {
width: 72.72727%;
}
.sheet-offset-8-11,
.sheet-rolltemplate-odnd .sheet-offset-8-11 {
margin-left: 72.72727%;
}
.sheet-col-9-11,
.sheet-rolltemplate-odnd .sheet-col-9-11 {
width: 81.81818%;
}
.sheet-offset-9-11,
.sheet-rolltemplate-odnd .sheet-offset-9-11 {
margin-left: 81.81818%;
}
.sheet-col-10-11,
.sheet-rolltemplate-odnd .sheet-col-10-11 {
width: 90.90909%;
}
.sheet-offset-10-11,
.sheet-rolltemplate-odnd .sheet-offset-10-11 {
margin-left: 90.90909%;
}
.sheet-col-1-12,
.sheet-rolltemplate-odnd .sheet-col-1-12 {
width: 8.33333%;
}
.sheet-offset-1-12,
.sheet-rolltemplate-odnd .sheet-offset-1-12 {
margin-left: 8.33333%;
}
.sheet-col-5-12,
.sheet-rolltemplate-odnd .sheet-col-5-12 {
width: 41.66667%;
}
.sheet-offset-5-12,
.sheet-rolltemplate-odnd .sheet-offset-5-12 {
margin-left: 41.66667%;
}
.sheet-col-7-12,
.sheet-rolltemplate-odnd .sheet-col-7-12 {
width: 58.33333%;
}
.sheet-offset-7-12,
.sheet-rolltemplate-odnd .sheet-offset-7-12 {
margin-left: 58.33333%;
}
.sheet-col-9-12,
.sheet-rolltemplate-odnd .sheet-col-9-12 {
width: 75%;
}
.sheet-offset-9-12,
.sheet-rolltemplate-odnd .sheet-offset-9-12 {
margin-left: 75%;
}
.sheet-col-11-12,
.sheet-rolltemplate-odnd .sheet-col-11-12 {
width: 91.66667%;
}
.sheet-offset-11-12,
.sheet-rolltemplate-odnd .sheet-offset-11-12 {
margin-left: 91.66667%;
}
.sheet-col-1-13,
.sheet-rolltemplate-odnd .sheet-col-1-13 {
width: 7.69231%;
}
.sheet-offset-1-13,
.sheet-rolltemplate-odnd .sheet-offset-1-13 {
margin-left: 7.69231%;
}
.sheet-col-2-13,
.sheet-rolltemplate-odnd .sheet-col-2-13 {
width: 15.38462%;
}
.sheet-offset-2-13,
.sheet-rolltemplate-odnd .sheet-offset-2-13 {
margin-left: 15.38462%;
}
.sheet-col-3-13,
.sheet-rolltemplate-odnd .sheet-col-3-13 {
width: 23.07692%;
}
.sheet-offset-3-13,
.sheet-rolltemplate-odnd .sheet-offset-3-13 {
margin-left: 23.07692%;
}
.sheet-col-4-13,
.sheet-rolltemplate-odnd .sheet-col-4-13 {
width: 30.76923%;
}
.sheet-offset-4-13,
.sheet-rolltemplate-odnd .sheet-offset-4-13 {
margin-left: 30.76923%;
}
.sheet-col-5-13,
.sheet-rolltemplate-odnd .sheet-col-5-13 {
width: 38.46154%;
}
.sheet-offset-5-13,
.sheet-rolltemplate-odnd .sheet-offset-5-13 {
margin-left: 38.46154%;
}
.sheet-col-6-13,
.sheet-rolltemplate-odnd .sheet-col-6-13 {
width: 46.15385%;
}
.sheet-offset-6-13,
.sheet-rolltemplate-odnd .sheet-offset-6-13 {
margin-left: 46.15385%;
}
.sheet-col-7-13,
.sheet-rolltemplate-odnd .sheet-col-7-13 {
width: 53.84615%;
}
.sheet-offset-7-13,
.sheet-rolltemplate-odnd .sheet-offset-7-13 {
margin-left: 53.84615%;
}
.sheet-col-8-13,
.sheet-rolltemplate-odnd .sheet-col-8-13 {
width: 61.53846%;
}
.sheet-offset-8-13,
.sheet-rolltemplate-odnd .sheet-offset-8-13 {
margin-left: 61.53846%;
}
.sheet-col-9-13,
.sheet-rolltemplate-odnd .sheet-col-9-13 {
width: 69.23077%;
}
.sheet-offset-9-13,
.sheet-rolltemplate-odnd .sheet-offset-9-13 {
margin-left: 69.23077%;
}
.sheet-col-10-13,
.sheet-rolltemplate-odnd .sheet-col-10-13 {
width: 76.92308%;
}
.sheet-offset-10-13,
.sheet-rolltemplate-odnd .sheet-offset-10-13 {
margin-left: 76.92308%;
}
.sheet-col-11-13,
.sheet-rolltemplate-odnd .sheet-col-11-13 {
width: 84.61538%;
}
.sheet-offset-11-13,
.sheet-rolltemplate-odnd .sheet-offset-11-13 {
margin-left: 84.61538%;
}
.sheet-col-12-13,
.sheet-rolltemplate-odnd .sheet-col-12-13 {
width: 92.30769%;
}
.sheet-offset-12-13,
.sheet-rolltemplate-odnd .sheet-offset-12-13 {
margin-left: 92.30769%;
}
.sheet-col-1-14,
.sheet-rolltemplate-odnd .sheet-col-1-14 {
width: 7.14286%;
}
.sheet-offset-1-14,
.sheet-rolltemplate-odnd .sheet-offset-1-14 {
margin-left: 7.14286%;
}
.sheet-col-3-14,
.sheet-rolltemplate-odnd .sheet-col-3-14 {
width: 21.42857%;
}
.sheet-offset-3-14,
.sheet-rolltemplate-odnd .sheet-offset-3-14 {
margin-left: 21.42857%;
}
.sheet-col-5-14,
.sheet-rolltemplate-odnd .sheet-col-5-14 {
width: 35.71429%;
}
.sheet-offset-5-14,
.sheet-rolltemplate-odnd .sheet-offset-5-14 {
margin-left: 35.71429%;
}
.sheet-col-9-14,
.sheet-rolltemplate-odnd .sheet-col-9-14 {
width: 64.28571%;
}
.sheet-offset-9-14,
.sheet-rolltemplate-odnd .sheet-offset-9-14 {
margin-left: 64.28571%;
}
.sheet-col-11-14,
.sheet-rolltemplate-odnd .sheet-col-11-14 {
width: 78.57143%;
}
.sheet-offset-11-14,
.sheet-rolltemplate-odnd .sheet-offset-11-14 {
margin-left: 78.57143%;
}
.sheet-col-13-14,
.sheet-rolltemplate-odnd .sheet-col-13-14 {
width: 92.85714%;
}
.sheet-offset-13-14,
.sheet-rolltemplate-odnd .sheet-offset-13-14 {
margin-left: 92.85714%;
}
.sheet-col-1-15,
.sheet-rolltemplate-odnd .sheet-col-1-15 {
width: 6.66667%;
}
.sheet-offset-1-15,
.sheet-rolltemplate-odnd .sheet-offset-1-15 {
margin-left: 6.66667%;
}
.sheet-col-2-15,
.sheet-rolltemplate-odnd .sheet-col-2-15 {
width: 13.33333%;
}
.sheet-offset-2-15,
.sheet-rolltemplate-odnd .sheet-offset-2-15 {
margin-left: 13.33333%;
}
.sheet-col-4-15,
.sheet-rolltemplate-odnd .sheet-col-4-15 {
width: 26.66667%;
}
.sheet-offset-4-15,
.sheet-rolltemplate-odnd .sheet-offset-4-15 {
margin-left: 26.66667%;
}
.sheet-col-6-15,
.sheet-rolltemplate-odnd .sheet-col-6-15 {
width: 40%;
}
.sheet-offset-6-15,
.sheet-rolltemplate-odnd .sheet-offset-6-15 {
margin-left: 40%;
}
.sheet-col-7-15,
.sheet-rolltemplate-odnd .sheet-col-7-15 {
width: 46.66667%;
}
.sheet-offset-7-15,
.sheet-rolltemplate-odnd .sheet-offset-7-15 {
margin-left: 46.66667%;
}
.sheet-col-8-15,
.sheet-rolltemplate-odnd .sheet-col-8-15 {
width: 53.33333%;
}
.sheet-offset-8-15,
.sheet-rolltemplate-odnd .sheet-offset-8-15 {
margin-left: 53.33333%;
}
.sheet-col-9-15,
.sheet-rolltemplate-odnd .sheet-col-9-15 {
width: 60%;
}
.sheet-offset-9-15,
.sheet-rolltemplate-odnd .sheet-offset-9-15 {
margin-left: 60%;
}
.sheet-col-10-15,
.sheet-rolltemplate-odnd .sheet-col-10-15 {
width: 66.66667%;
}
.sheet-offset-10-15,
.sheet-rolltemplate-odnd .sheet-offset-10-15 {
margin-left: 66.66667%;
}
.sheet-col-11-15,
.sheet-rolltemplate-odnd .sheet-col-11-15 {
width: 73.33333%;
}
.sheet-offset-11-15,
.sheet-rolltemplate-odnd .sheet-offset-11-15 {
margin-left: 73.33333%;
}
.sheet-col-12-15,
.sheet-rolltemplate-odnd .sheet-col-12-15 {
width: 80%;
}
.sheet-offset-12-15,
.sheet-rolltemplate-odnd .sheet-offset-12-15 {
margin-left: 80%;
}
.sheet-col-13-15,
.sheet-rolltemplate-odnd .sheet-col-13-15 {
width: 86.66667%;
}
.sheet-offset-13-15,
.sheet-rolltemplate-odnd .sheet-offset-13-15 {
margin-left: 86.66667%;
}
.sheet-col-14-15,
.sheet-rolltemplate-odnd .sheet-col-14-15 {
width: 93.33333%;
}
.sheet-offset-14-15,
.sheet-rolltemplate-odnd .sheet-offset-14-15 {
margin-left: 93.33333%;
}
.sheet-col-1-16,
.sheet-rolltemplate-odnd .sheet-col-1-16 {
width: 6.25%;
}
.sheet-offset-1-16,
.sheet-rolltemplate-odnd .sheet-offset-1-16 {
margin-left: 6.25%;
}
.sheet-col-3-16,
.sheet-rolltemplate-odnd .sheet-col-3-16 {
width: 18.75%;
}
.sheet-offset-3-16,
.sheet-rolltemplate-odnd .sheet-offset-3-16 {
margin-left: 18.75%;
}
.sheet-col-5-16,
.sheet-rolltemplate-odnd .sheet-col-5-16 {
width: 31.25%;
}
.sheet-offset-5-16,
.sheet-rolltemplate-odnd .sheet-offset-5-16 {
margin-left: 31.25%;
}
.sheet-col-7-16,
.sheet-rolltemplate-odnd .sheet-col-7-16 {
width: 43.75%;
}
.sheet-offset-7-16,
.sheet-rolltemplate-odnd .sheet-offset-7-16 {
margin-left: 43.75%;
}
.sheet-col-9-16,
.sheet-rolltemplate-odnd .sheet-col-9-16 {
width: 56.25%;
}
.sheet-offset-9-16,
.sheet-rolltemplate-odnd .sheet-offset-9-16 {
margin-left: 56.25%;
}
.sheet-col-11-16,
.sheet-rolltemplate-odnd .sheet-col-11-16 {
width: 68.75%;
}
.sheet-offset-11-16,
.sheet-rolltemplate-odnd .sheet-offset-11-16 {
margin-left: 68.75%;
}
.sheet-col-13-16,
.sheet-rolltemplate-odnd .sheet-col-13-16 {
width: 81.25%;
}
.sheet-offset-13-16,
.sheet-rolltemplate-odnd .sheet-offset-13-16 {
margin-left: 81.25%;
}
.sheet-col-15-16,
.sheet-rolltemplate-odnd .sheet-col-15-16 {
width: 93.75%;
}
.sheet-offset-15-16,
.sheet-rolltemplate-odnd .sheet-offset-15-16 {
margin-left: 93.75%;
}
.sheet-col-1-17,
.sheet-rolltemplate-odnd .sheet-col-1-17 {
width: 5.88235%;
}
.sheet-offset-1-17,
.sheet-rolltemplate-odnd .sheet-offset-1-17 {
margin-left: 5.88235%;
}
.sheet-col-2-17,
.sheet-rolltemplate-odnd .sheet-col-2-17 {
width: 11.76471%;
}
.sheet-offset-2-17,
.sheet-rolltemplate-odnd .sheet-offset-2-17 {
margin-left: 11.76471%;
}
.sheet-col-3-17,
.sheet-rolltemplate-odnd .sheet-col-3-17 {
width: 17.64706%;
}
.sheet-offset-3-17,
.sheet-rolltemplate-odnd .sheet-offset-3-17 {
margin-left: 17.64706%;
}
.sheet-col-4-17,
.sheet-rolltemplate-odnd .sheet-col-4-17 {
width: 23.52941%;
}
.sheet-offset-4-17,
.sheet-rolltemplate-odnd .sheet-offset-4-17 {
margin-left: 23.52941%;
}
.sheet-col-5-17,
.sheet-rolltemplate-odnd .sheet-col-5-17 {
width: 29.41176%;
}
.sheet-offset-5-17,
.sheet-rolltemplate-odnd .sheet-offset-5-17 {
margin-left: 29.41176%;
}
.sheet-col-6-17,
.sheet-rolltemplate-odnd .sheet-col-6-17 {
width: 35.29412%;
}
.sheet-offset-6-17,
.sheet-rolltemplate-odnd .sheet-offset-6-17 {
margin-left: 35.29412%;
}
.sheet-col-7-17,
.sheet-rolltemplate-odnd .sheet-col-7-17 {
width: 41.17647%;
}
.sheet-offset-7-17,
.sheet-rolltemplate-odnd .sheet-offset-7-17 {
margin-left: 41.17647%;
}
.sheet-col-8-17,
.sheet-rolltemplate-odnd .sheet-col-8-17 {
width: 47.05882%;
}
.sheet-offset-8-17,
.sheet-rolltemplate-odnd .sheet-offset-8-17 {
margin-left: 47.05882%;
}
.sheet-col-9-17,
.sheet-rolltemplate-odnd .sheet-col-9-17 {
width: 52.94118%;
}
.sheet-offset-9-17,
.sheet-rolltemplate-odnd .sheet-offset-9-17 {
margin-left: 52.94118%;
}
.sheet-col-10-17,
.sheet-rolltemplate-odnd .sheet-col-10-17 {
width: 58.82353%;
}
.sheet-offset-10-17,
.sheet-rolltemplate-odnd .sheet-offset-10-17 {
margin-left: 58.82353%;
}
.sheet-col-11-17,
.sheet-rolltemplate-odnd .sheet-col-11-17 {
width: 64.70588%;
}
.sheet-offset-11-17,
.sheet-rolltemplate-odnd .sheet-offset-11-17 {
margin-left: 64.70588%;
}
.sheet-col-12-17,
.sheet-rolltemplate-odnd .sheet-col-12-17 {
width: 70.58824%;
}
.sheet-offset-12-17,
.sheet-rolltemplate-odnd .sheet-offset-12-17 {
margin-left: 70.58824%;
}
.sheet-col-13-17,
.sheet-rolltemplate-odnd .sheet-col-13-17 {
width: 76.47059%;
}
.sheet-offset-13-17,
.sheet-rolltemplate-odnd .sheet-offset-13-17 {
margin-left: 76.47059%;
}
.sheet-col-14-17,
.sheet-rolltemplate-odnd .sheet-col-14-17 {
width: 82.35294%;
}
.sheet-offset-14-17,
.sheet-rolltemplate-odnd .sheet-offset-14-17 {
margin-left: 82.35294%;
}
.sheet-col-15-17,
.sheet-rolltemplate-odnd .sheet-col-15-17 {
width: 88.23529%;
}
.sheet-offset-15-17,
.sheet-rolltemplate-odnd .sheet-offset-15-17 {
margin-left: 88.23529%;
}
.sheet-col-16-17,
.sheet-rolltemplate-odnd .sheet-col-16-17 {
width: 94.11765%;
}
.sheet-offset-16-17,
.sheet-rolltemplate-odnd .sheet-offset-16-17 {
margin-left: 94.11765%;
}
.sheet-col-1-18,
.sheet-rolltemplate-odnd .sheet-col-1-18 {
width: 5.55556%;
}
.sheet-offset-1-18,
.sheet-rolltemplate-odnd .sheet-offset-1-18 {
margin-left: 5.55556%;
}
.sheet-col-5-18,
.sheet-rolltemplate-odnd .sheet-col-5-18 {
width: 27.77778%;
}
.sheet-offset-5-18,
.sheet-rolltemplate-odnd .sheet-offset-5-18 {
margin-left: 27.77778%;
}
.sheet-col-7-18,
.sheet-rolltemplate-odnd .sheet-col-7-18 {
width: 38.88889%;
}
.sheet-offset-7-18,
.sheet-rolltemplate-odnd .sheet-offset-7-18 {
margin-left: 38.88889%;
}
.sheet-col-11-18,
.sheet-rolltemplate-odnd .sheet-col-11-18 {
width: 61.11111%;
}
.sheet-offset-11-18,
.sheet-rolltemplate-odnd .sheet-offset-11-18 {
margin-left: 61.11111%;
}
.sheet-col-13-18,
.sheet-rolltemplate-odnd .sheet-col-13-18 {
width: 72.22222%;
}
.sheet-offset-13-18,
.sheet-rolltemplate-odnd .sheet-offset-13-18 {
margin-left: 72.22222%;
}
.sheet-col-15-18,
.sheet-rolltemplate-odnd .sheet-col-15-18 {
width: 83.33333%;
}
.sheet-offset-15-18,
.sheet-rolltemplate-odnd .sheet-offset-15-18 {
margin-left: 83.33333%;
}
.sheet-col-17-18,
.sheet-rolltemplate-odnd .sheet-col-17-18 {
width: 94.44444%;
}
.sheet-offset-17-18,
.sheet-rolltemplate-odnd .sheet-offset-17-18 {
margin-left: 94.44444%;
}
.sheet-col-1-19,
.sheet-rolltemplate-odnd .sheet-col-1-19 {
width: 5.26316%;
}
.sheet-offset-1-19,
.sheet-rolltemplate-odnd .sheet-offset-1-19 {
margin-left: 5.26316%;
}
.sheet-col-2-19,
.sheet-rolltemplate-odnd .sheet-col-2-19 {
width: 10.52632%;
}
.sheet-offset-2-19,
.sheet-rolltemplate-odnd .sheet-offset-2-19 {
margin-left: 10.52632%;
}
.sheet-col-3-19,
.sheet-rolltemplate-odnd .sheet-col-3-19 {
width: 15.78947%;
}
.sheet-offset-3-19,
.sheet-rolltemplate-odnd .sheet-offset-3-19 {
margin-left: 15.78947%;
}
.sheet-col-4-19,
.sheet-rolltemplate-odnd .sheet-col-4-19 {
width: 21.05263%;
}
.sheet-offset-4-19,
.sheet-rolltemplate-odnd .sheet-offset-4-19 {
margin-left: 21.05263%;
}
.sheet-col-5-19,
.sheet-rolltemplate-odnd .sheet-col-5-19 {
width: 26.31579%;
}
.sheet-offset-5-19,
.sheet-rolltemplate-odnd .sheet-offset-5-19 {
margin-left: 26.31579%;
}
.sheet-col-6-19,
.sheet-rolltemplate-odnd .sheet-col-6-19 {
width: 31.57895%;
}
.sheet-offset-6-19,
.sheet-rolltemplate-odnd .sheet-offset-6-19 {
margin-left: 31.57895%;
}
.sheet-col-7-19,
.sheet-rolltemplate-odnd .sheet-col-7-19 {
width: 36.84211%;
}
.sheet-offset-7-19,
.sheet-rolltemplate-odnd .sheet-offset-7-19 {
margin-left: 36.84211%;
}
.sheet-col-8-19,
.sheet-rolltemplate-odnd .sheet-col-8-19 {
width: 42.10526%;
}
.sheet-offset-8-19,
.sheet-rolltemplate-odnd .sheet-offset-8-19 {
margin-left: 42.10526%;
}
.sheet-col-9-19,
.sheet-rolltemplate-odnd .sheet-col-9-19 {
width: 47.36842%;
}
.sheet-offset-9-19,
.sheet-rolltemplate-odnd .sheet-offset-9-19 {
margin-left: 47.36842%;
}
.sheet-col-10-19,
.sheet-rolltemplate-odnd .sheet-col-10-19 {
width: 52.63158%;
}
.sheet-offset-10-19,
.sheet-rolltemplate-odnd .sheet-offset-10-19 {
margin-left: 52.63158%;
}
.sheet-col-11-19,
.sheet-rolltemplate-odnd .sheet-col-11-19 {
width: 57.89474%;
}
.sheet-offset-11-19,
.sheet-rolltemplate-odnd .sheet-offset-11-19 {
margin-left: 57.89474%;
}
.sheet-col-12-19,
.sheet-rolltemplate-odnd .sheet-col-12-19 {
width: 63.15789%;
}
.sheet-offset-12-19,
.sheet-rolltemplate-odnd .sheet-offset-12-19 {
margin-left: 63.15789%;
}
.sheet-col-13-19,
.sheet-rolltemplate-odnd .sheet-col-13-19 {
width: 68.42105%;
}
.sheet-offset-13-19,
.sheet-rolltemplate-odnd .sheet-offset-13-19 {
margin-left: 68.42105%;
}
.sheet-col-14-19,
.sheet-rolltemplate-odnd .sheet-col-14-19 {
width: 73.68421%;
}
.sheet-offset-14-19,
.sheet-rolltemplate-odnd .sheet-offset-14-19 {
margin-left: 73.68421%;
}
.sheet-col-15-19,
.sheet-rolltemplate-odnd .sheet-col-15-19 {
width: 78.94737%;
}
.sheet-offset-15-19,
.sheet-rolltemplate-odnd .sheet-offset-15-19 {
margin-left: 78.94737%;
}
.sheet-col-16-19,
.sheet-rolltemplate-odnd .sheet-col-16-19 {
width: 84.21053%;
}
.sheet-offset-16-19,
.sheet-rolltemplate-odnd .sheet-offset-16-19 {
margin-left: 84.21053%;
}
.sheet-col-17-19,
.sheet-rolltemplate-odnd .sheet-col-17-19 {
width: 89.47368%;
}
.sheet-offset-17-19,
.sheet-rolltemplate-odnd .sheet-offset-17-19 {
margin-left: 89.47368%;
}
.sheet-col-18-19,
.sheet-rolltemplate-odnd .sheet-col-18-19 {
width: 94.73684%;
}
.sheet-offset-18-19,
.sheet-rolltemplate-odnd .sheet-offset-18-19 {
margin-left: 94.73684%;
}
.sheet-col-1-20,
.sheet-rolltemplate-odnd .sheet-col-1-20 {
width: 5%;
}
.sheet-offset-1-20,
.sheet-rolltemplate-odnd .sheet-offset-1-20 {
margin-left: 5%;
}
.sheet-col-3-20,
.sheet-rolltemplate-odnd .sheet-col-3-20 {
width: 15%;
}
.sheet-offset-3-20,
.sheet-rolltemplate-odnd .sheet-offset-3-20 {
margin-left: 15%;
}
.sheet-col-7-20,
.sheet-rolltemplate-odnd .sheet-col-7-20 {
width: 35%;
}
.sheet-offset-7-20,
.sheet-rolltemplate-odnd .sheet-offset-7-20 {
margin-left: 35%;
}
.sheet-col-9-20,
.sheet-rolltemplate-odnd .sheet-col-9-20 {
width: 45%;
}
.sheet-offset-9-20,
.sheet-rolltemplate-odnd .sheet-offset-9-20 {
margin-left: 45%;
}
.sheet-col-11-20,
.sheet-rolltemplate-odnd .sheet-col-11-20 {
width: 55%;
}
.sheet-offset-11-20,
.sheet-rolltemplate-odnd .sheet-offset-11-20 {
margin-left: 55%;
}
.sheet-col-13-20,
.sheet-rolltemplate-odnd .sheet-col-13-20 {
width: 65%;
}
.sheet-offset-13-20,
.sheet-rolltemplate-odnd .sheet-offset-13-20 {
margin-left: 65%;
}
.sheet-col-15-20,
.sheet-rolltemplate-odnd .sheet-col-15-20 {
width: 75%;
}
.sheet-offset-15-20,
.sheet-rolltemplate-odnd .sheet-offset-15-20 {
margin-left: 75%;
}
.sheet-col-17-20,
.sheet-rolltemplate-odnd .sheet-col-17-20 {
width: 85%;
}
.sheet-offset-17-20,
.sheet-rolltemplate-odnd .sheet-offset-17-20 {
margin-left: 85%;
}
.sheet-col-19-20,
.sheet-rolltemplate-odnd .sheet-col-19-20 {
width: 95%;
}
.sheet-offset-19-20,
.sheet-rolltemplate-odnd .sheet-offset-19-20 {
margin-left: 95%;
}
.sheet-col-1-21,
.sheet-rolltemplate-odnd .sheet-col-1-21 {
width: 4.7619%;
}
.sheet-offset-1-21,
.sheet-rolltemplate-odnd .sheet-offset-1-21 {
margin-left: 4.7619%;
}
.sheet-col-2-21,
.sheet-rolltemplate-odnd .sheet-col-2-21 {
width: 9.52381%;
}
.sheet-offset-2-21,
.sheet-rolltemplate-odnd .sheet-offset-2-21 {
margin-left: 9.52381%;
}
.sheet-col-4-21,
.sheet-rolltemplate-odnd .sheet-col-4-21 {
width: 19.04762%;
}
.sheet-offset-4-21,
.sheet-rolltemplate-odnd .sheet-offset-4-21 {
margin-left: 19.04762%;
}
.sheet-col-5-21,
.sheet-rolltemplate-odnd .sheet-col-5-21 {
width: 23.80952%;
}
.sheet-offset-5-21,
.sheet-rolltemplate-odnd .sheet-offset-5-21 {
margin-left: 23.80952%;
}
.sheet-col-6-21,
.sheet-rolltemplate-odnd .sheet-col-6-21 {
width: 28.57143%;
}
.sheet-offset-6-21,
.sheet-rolltemplate-odnd .sheet-offset-6-21 {
margin-left: 28.57143%;
}
.sheet-col-8-21,
.sheet-rolltemplate-odnd .sheet-col-8-21 {
width: 38.09524%;
}
.sheet-offset-8-21,
.sheet-rolltemplate-odnd .sheet-offset-8-21 {
margin-left: 38.09524%;
}
.sheet-col-9-21,
.sheet-rolltemplate-odnd .sheet-col-9-21 {
width: 42.85714%;
}
.sheet-offset-9-21,
.sheet-rolltemplate-odnd .sheet-offset-9-21 {
margin-left: 42.85714%;
}
.sheet-col-10-21,
.sheet-rolltemplate-odnd .sheet-col-10-21 {
width: 47.61905%;
}
.sheet-offset-10-21,
.sheet-rolltemplate-odnd .sheet-offset-10-21 {
margin-left: 47.61905%;
}
.sheet-col-11-21,
.sheet-rolltemplate-odnd .sheet-col-11-21 {
width: 52.38095%;
}
.sheet-offset-11-21,
.sheet-rolltemplate-odnd .sheet-offset-11-21 {
margin-left: 52.38095%;
}
.sheet-col-12-21,
.sheet-rolltemplate-odnd .sheet-col-12-21 {
width: 57.14286%;
}
.sheet-offset-12-21,
.sheet-rolltemplate-odnd .sheet-offset-12-21 {
margin-left: 57.14286%;
}
.sheet-col-13-21,
.sheet-rolltemplate-odnd .sheet-col-13-21 {
width: 61.90476%;
}
.sheet-offset-13-21,
.sheet-rolltemplate-odnd .sheet-offset-13-21 {
margin-left: 61.90476%;
}
.sheet-col-14-21,
.sheet-rolltemplate-odnd .sheet-col-14-21 {
width: 66.66667%;
}
.sheet-offset-14-21,
.sheet-rolltemplate-odnd .sheet-offset-14-21 {
margin-left: 66.66667%;
}
.sheet-col-15-21,
.sheet-rolltemplate-odnd .sheet-col-15-21 {
width: 71.42857%;
}
.sheet-offset-15-21,
.sheet-rolltemplate-odnd .sheet-offset-15-21 {
margin-left: 71.42857%;
}
.sheet-col-16-21,
.sheet-rolltemplate-odnd .sheet-col-16-21 {
width: 76.19048%;
}
.sheet-offset-16-21,
.sheet-rolltemplate-odnd .sheet-offset-16-21 {
margin-left: 76.19048%;
}
.sheet-col-17-21,
.sheet-rolltemplate-odnd .sheet-col-17-21 {
width: 80.95238%;
}
.sheet-offset-17-21,
.sheet-rolltemplate-odnd .sheet-offset-17-21 {
margin-left: 80.95238%;
}
.sheet-col-18-21,
.sheet-rolltemplate-odnd .sheet-col-18-21 {
width: 85.71429%;
}
.sheet-offset-18-21,
.sheet-rolltemplate-odnd .sheet-offset-18-21 {
margin-left: 85.71429%;
}
.sheet-col-19-21,
.sheet-rolltemplate-odnd .sheet-col-19-21 {
width: 90.47619%;
}
.sheet-offset-19-21,
.sheet-rolltemplate-odnd .sheet-offset-19-21 {
margin-left: 90.47619%;
}
.sheet-col-20-21,
.sheet-rolltemplate-odnd .sheet-col-20-21 {
width: 95.2381%;
}
.sheet-offset-20-21,
.sheet-rolltemplate-odnd .sheet-offset-20-21 {
margin-left: 95.2381%;
}
.sheet-col-1-22,
.sheet-rolltemplate-odnd .sheet-col-1-22 {
width: 4.54545%;
}
.sheet-offset-1-22,
.sheet-rolltemplate-odnd .sheet-offset-1-22 {
margin-left: 4.54545%;
}
.sheet-col-3-22,
.sheet-rolltemplate-odnd .sheet-col-3-22 {
width: 13.63636%;
}
.sheet-offset-3-22,
.sheet-rolltemplate-odnd .sheet-offset-3-22 {
margin-left: 13.63636%;
}
.sheet-col-5-22,
.sheet-rolltemplate-odnd .sheet-col-5-22 {
width: 22.72727%;
}
.sheet-offset-5-22,
.sheet-rolltemplate-odnd .sheet-offset-5-22 {
margin-left: 22.72727%;
}
.sheet-col-7-22,
.sheet-rolltemplate-odnd .sheet-col-7-22 {
width: 31.81818%;
}
.sheet-offset-7-22,
.sheet-rolltemplate-odnd .sheet-offset-7-22 {
margin-left: 31.81818%;
}
.sheet-col-9-22,
.sheet-rolltemplate-odnd .sheet-col-9-22 {
width: 40.90909%;
}
.sheet-offset-9-22,
.sheet-rolltemplate-odnd .sheet-offset-9-22 {
margin-left: 40.90909%;
}
.sheet-col-13-22,
.sheet-rolltemplate-odnd .sheet-col-13-22 {
width: 59.09091%;
}
.sheet-offset-13-22,
.sheet-rolltemplate-odnd .sheet-offset-13-22 {
margin-left: 59.09091%;
}
.sheet-col-15-22,
.sheet-rolltemplate-odnd .sheet-col-15-22 {
width: 68.18182%;
}
.sheet-offset-15-22,
.sheet-rolltemplate-odnd .sheet-offset-15-22 {
margin-left: 68.18182%;
}
.sheet-col-17-22,
.sheet-rolltemplate-odnd .sheet-col-17-22 {
width: 77.27273%;
}
.sheet-offset-17-22,
.sheet-rolltemplate-odnd .sheet-offset-17-22 {
margin-left: 77.27273%;
}
.sheet-col-19-22,
.sheet-rolltemplate-odnd .sheet-col-19-22 {
width: 86.36364%;
}
.sheet-offset-19-22,
.sheet-rolltemplate-odnd .sheet-offset-19-22 {
margin-left: 86.36364%;
}
.sheet-col-21-22,
.sheet-rolltemplate-odnd .sheet-col-21-22 {
width: 95.45455%;
}
.sheet-offset-21-22,
.sheet-rolltemplate-odnd .sheet-offset-21-22 {
margin-left: 95.45455%;
}
.sheet-col-1-23,
.sheet-rolltemplate-odnd .sheet-col-1-23 {
width: 4.34783%;
}
.sheet-offset-1-23,
.sheet-rolltemplate-odnd .sheet-offset-1-23 {
margin-left: 4.34783%;
}
.sheet-col-2-23,
.sheet-rolltemplate-odnd .sheet-col-2-23 {
width: 8.69565%;
}
.sheet-offset-2-23,
.sheet-rolltemplate-odnd .sheet-offset-2-23 {
margin-left: 8.69565%;
}
.sheet-col-3-23,
.sheet-rolltemplate-odnd .sheet-col-3-23 {
width: 13.04348%;
}
.sheet-offset-3-23,
.sheet-rolltemplate-odnd .sheet-offset-3-23 {
margin-left: 13.04348%;
}
.sheet-col-4-23,
.sheet-rolltemplate-odnd .sheet-col-4-23 {
width: 17.3913%;
}
.sheet-offset-4-23,
.sheet-rolltemplate-odnd .sheet-offset-4-23 {
margin-left: 17.3913%;
}
.sheet-col-5-23,
.sheet-rolltemplate-odnd .sheet-col-5-23 {
width: 21.73913%;
}
.sheet-offset-5-23,
.sheet-rolltemplate-odnd .sheet-offset-5-23 {
margin-left: 21.73913%;
}
.sheet-col-6-23,
.sheet-rolltemplate-odnd .sheet-col-6-23 {
width: 26.08696%;
}
.sheet-offset-6-23,
.sheet-rolltemplate-odnd .sheet-offset-6-23 {
margin-left: 26.08696%;
}
.sheet-col-7-23,
.sheet-rolltemplate-odnd .sheet-col-7-23 {
width: 30.43478%;
}
.sheet-offset-7-23,
.sheet-rolltemplate-odnd .sheet-offset-7-23 {
margin-left: 30.43478%;
}
.sheet-col-8-23,
.sheet-rolltemplate-odnd .sheet-col-8-23 {
width: 34.78261%;
}
.sheet-offset-8-23,
.sheet-rolltemplate-odnd .sheet-offset-8-23 {
margin-left: 34.78261%;
}
.sheet-col-9-23,
.sheet-rolltemplate-odnd .sheet-col-9-23 {
width: 39.13043%;
}
.sheet-offset-9-23,
.sheet-rolltemplate-odnd .sheet-offset-9-23 {
margin-left: 39.13043%;
}
.sheet-col-10-23,
.sheet-rolltemplate-odnd .sheet-col-10-23 {
width: 43.47826%;
}
.sheet-offset-10-23,
.sheet-rolltemplate-odnd .sheet-offset-10-23 {
margin-left: 43.47826%;
}
.sheet-col-11-23,
.sheet-rolltemplate-odnd .sheet-col-11-23 {
width: 47.82609%;
}
.sheet-offset-11-23,
.sheet-rolltemplate-odnd .sheet-offset-11-23 {
margin-left: 47.82609%;
}
.sheet-col-12-23,
.sheet-rolltemplate-odnd .sheet-col-12-23 {
width: 52.17391%;
}
.sheet-offset-12-23,
.sheet-rolltemplate-odnd .sheet-offset-12-23 {
margin-left: 52.17391%;
}
.sheet-col-13-23,
.sheet-rolltemplate-odnd .sheet-col-13-23 {
width: 56.52174%;
}
.sheet-offset-13-23,
.sheet-rolltemplate-odnd .sheet-offset-13-23 {
margin-left: 56.52174%;
}
.sheet-col-14-23,
.sheet-rolltemplate-odnd .sheet-col-14-23 {
width: 60.86957%;
}
.sheet-offset-14-23,
.sheet-rolltemplate-odnd .sheet-offset-14-23 {
margin-left: 60.86957%;
}
.sheet-col-15-23,
.sheet-rolltemplate-odnd .sheet-col-15-23 {
width: 65.21739%;
}
.sheet-offset-15-23,
.sheet-rolltemplate-odnd .sheet-offset-15-23 {
margin-left: 65.21739%;
}
.sheet-col-16-23,
.sheet-rolltemplate-odnd .sheet-col-16-23 {
width: 69.56522%;
}
.sheet-offset-16-23,
.sheet-rolltemplate-odnd .sheet-offset-16-23 {
margin-left: 69.56522%;
}
.sheet-col-17-23,
.sheet-rolltemplate-odnd .sheet-col-17-23 {
width: 73.91304%;
}
.sheet-offset-17-23,
.sheet-rolltemplate-odnd .sheet-offset-17-23 {
margin-left: 73.91304%;
}
.sheet-col-18-23,
.sheet-rolltemplate-odnd .sheet-col-18-23 {
width: 78.26087%;
}
.sheet-offset-18-23,
.sheet-rolltemplate-odnd .sheet-offset-18-23 {
margin-left: 78.26087%;
}
.sheet-col-19-23,
.sheet-rolltemplate-odnd .sheet-col-19-23 {
width: 82.6087%;
}
.sheet-offset-19-23,
.sheet-rolltemplate-odnd .sheet-offset-19-23 {
margin-left: 82.6087%;
}
.sheet-col-20-23,
.sheet-rolltemplate-odnd .sheet-col-20-23 {
width: 86.95652%;
}
.sheet-offset-20-23,
.sheet-rolltemplate-odnd .sheet-offset-20-23 {
margin-left: 86.95652%;
}
.sheet-col-21-23,
.sheet-rolltemplate-odnd .sheet-col-21-23 {
width: 91.30435%;
}
.sheet-offset-21-23,
.sheet-rolltemplate-odnd .sheet-offset-21-23 {
margin-left: 91.30435%;
}
.sheet-col-22-23,
.sheet-rolltemplate-odnd .sheet-col-22-23 {
width: 95.65217%;
}
.sheet-offset-22-23,
.sheet-rolltemplate-odnd .sheet-offset-22-23 {
margin-left: 95.65217%;
}
.sheet-col-1-24,
.sheet-rolltemplate-odnd .sheet-col-1-24 {
width: 4.16667%;
}
.sheet-offset-1-24,
.sheet-rolltemplate-odnd .sheet-offset-1-24 {
margin-left: 4.16667%;
}
.sheet-col-5-24,
.sheet-rolltemplate-odnd .sheet-col-5-24 {
width: 20.83333%;
}
.sheet-offset-5-24,
.sheet-rolltemplate-odnd .sheet-offset-5-24 {
margin-left: 20.83333%;
}
.sheet-col-7-24,
.sheet-rolltemplate-odnd .sheet-col-7-24 {
width: 29.16667%;
}
.sheet-offset-7-24,
.sheet-rolltemplate-odnd .sheet-offset-7-24 {
margin-left: 29.16667%;
}
.sheet-col-9-24,
.sheet-rolltemplate-odnd .sheet-col-9-24 {
width: 37.5%;
}
.sheet-offset-9-24,
.sheet-rolltemplate-odnd .sheet-offset-9-24 {
margin-left: 37.5%;
}
.sheet-col-11-24,
.sheet-rolltemplate-odnd .sheet-col-11-24 {
width: 45.83333%;
}
.sheet-offset-11-24,
.sheet-rolltemplate-odnd .sheet-offset-11-24 {
margin-left: 45.83333%;
}
.sheet-col-13-24,
.sheet-rolltemplate-odnd .sheet-col-13-24 {
width: 54.16667%;
}
.sheet-offset-13-24,
.sheet-rolltemplate-odnd .sheet-offset-13-24 {
margin-left: 54.16667%;
}
.sheet-col-15-24,
.sheet-rolltemplate-odnd .sheet-col-15-24 {
width: 62.5%;
}
.sheet-offset-15-24,
.sheet-rolltemplate-odnd .sheet-offset-15-24 {
margin-left: 62.5%;
}
.sheet-col-17-24,
.sheet-rolltemplate-odnd .sheet-col-17-24 {
width: 70.83333%;
}
.sheet-offset-17-24,
.sheet-rolltemplate-odnd .sheet-offset-17-24 {
margin-left: 70.83333%;
}
.sheet-col-19-24,
.sheet-rolltemplate-odnd .sheet-col-19-24 {
width: 79.16667%;
}
.sheet-offset-19-24,
.sheet-rolltemplate-odnd .sheet-offset-19-24 {
margin-left: 79.16667%;
}
.sheet-col-21-24,
.sheet-rolltemplate-odnd .sheet-col-21-24 {
width: 87.5%;
}
.sheet-offset-21-24,
.sheet-rolltemplate-odnd .sheet-offset-21-24 {
margin-left: 87.5%;
}
.sheet-col-23-24,
.sheet-rolltemplate-odnd .sheet-col-23-24 {
width: 95.83333%;
}
.sheet-offset-23-24,
.sheet-rolltemplate-odnd .sheet-offset-23-24 {
margin-left: 95.83333%;
}
.sheet-row-r,
.sheet-rolltemplate-odnd .sheet-row-r {
letter-spacing: -0.31em;
word-spacing: -0.43em;
}
.sheet-opera-only :-o-prefocus, .sheet-row-r,
.sheet-rolltemplate-odnd .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-odnd .sheet-row-r {
word-spacing: -0.43em;
}
.sheet-row-r img,
.sheet-rolltemplate-odnd .sheet-row-r img {
max-width: 100%;
}
/* End custom Pure grid css (24 cols) */