Files
roll20-character-sheets/DCC_Tabbed_Sheet/DCC_Tabbed_Sheet.css
T
rgould 6214acec06 [DCC_Tabbed_Sheet] Release v1.7.3
* Fix: When rolling hit points, if the result is 0 or negative, 1 is shown. Consequence: The dialogue box for rolling multiple hit dice at once has been removed.
2024-01-31 21:40:41 +01:00

6048 lines
168 KiB
CSS

/* Dungeon Crawl Classics: Tabbed Character Sheet CSS */
/* Version 1.7.3 */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-hint-image {
background:url(https://raw.githubusercontent.com/rgould/dcc_tabbed_sheet/master/assets/images/hint.png) top center no-repeat;
background-size: 100%;
position: absolute;
top: 4px;
right: 20px;
width: 30px;
height: 30px;
opacity: 0.5;
}
/* overall wrapper to fix moving width issues with overflow on hidden sections */
.charsheet .sheet-overall-wrapper {
max-width: 832px;
}
/* Tweak repeating section buttons so they have a bottom margin and dont overflow when in edit mode. */
.charsheet div[class^="repcontrol"] {
margin-bottom: 5px;
}
.charsheet div[class="repcontainer editmode"] ~ div[class^="repcontrol"] button[class="btn repcontrol_add"] {
display: inline-block!important;
visibility: hidden;
}
/* TEMPLATES */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-wrapper {
/*background:url(http://i.imgur.com/vhOjjFg.png) top center 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;
}
/*Background Hugh */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-BgHugh {
background:url(http://i.imgur.com/vhOjjFg.png) top center repeat;
}
/*Background Shana */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-BgShana {
background:url(http://i.imgur.com/6CVs6k5.png) top center repeat;
}
/*Background Alamanter */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-BgAlamanter {
background:url(http://i.imgur.com/QRJAoeh.png) top center repeat;
}
/*Background Sezrakan */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-BgSezrakan {
background:url(http://i.imgur.com/gMvfavL.png) top center repeat;
}
/*Background Farrah */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-BgFarrah {
background:url(http://i.imgur.com/eiKLejB.png) top center repeat;
}
/*Background Chuck */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-BgChuck {
background:url(http://i.imgur.com/VxDDc1X.png) top center repeat;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-header {
text-align: center;
position: relative;
color: #5c5c5c;
margin: 0 -10px 10px -10px;
padding: 5px 0;
}
/* Combat header*/
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-header.sheet-combat {
color: #2C5D28;
}
/* Ability check header */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-header.sheet-stat{
color: #113982;
}
/* Saving throw header */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-header.sheet-save{
color: #5D2828;
}
/* Class Ability header */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-header.sheet-class{
color: #5C5C5C;
}
/* Spell header */
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-header.sheet-spell{
color: #540B7F;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-rollname {
font-weight: bold;
font-size: 1.4em;
-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-DccTabbed .sheet-RollTemp-rollname-wide {
font-weight: bold;
font-size: 1.4em;
-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-DccTabbed .sheet-RollTemp-rollresult {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 2px;
font-size: 1.2em;
font-weight: bold;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-textresult {
color: blue;
font-weight: bold;
font-size: 1.2em;
}
.sheet-rolltemplate-DccTabbed .sheet-main-content {
}
.sheet-rolltemplate-DccTabbed .sheet-main-content hr.sheet-roll {
width: 80%;
margin-left: auto;
margin-right: auto;
color: #D64541;
background-color: #D64541;
height: 1px;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-success {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: blue;
font-weight: bold;
font-size: 1.2em;
text-align: center;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-fail {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: mediumvioletred;
font-weight: bold;
font-size: 1.2em;
text-align: center;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-critsuccess {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: blue;
font-weight: bold;
font-size: 1.2em;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-critfail {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: mediumvioletred;
font-weight: bold;
font-size: 1.2em;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-title {
font-size: 1.6em;
font-weight: bold;
text-align: center;
margin-left: 15px;
margin-right: 15px;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-name {
font-size: 1.2em;
text-align: center;
font-style: italic;
font-weight: bold;
margin-left: 15px;
margin-right: 15px;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-info {
font-size: 1.1em;
text-align: center;
font-style: italic;
font-weight: bold;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-warning {
font-size: 1.1em;
text-align: center;
color: #dc143c;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-infoNB {
font-size: 1.1em;
text-align: center;
font-style: italic;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-textSM {
font-size: 1.1em;
text-align: center;
/*font-weight: bold;*/
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-flarecombat {
color: #2C5D28;
font-size: 1.2em;
text-align: center;
/*font-style: italic;*/
font-weight: bold;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-flareclass {
color: #540B7F;
font-size: 1.2em;
text-align: center;
/*font-style: italic;*/
font-weight: bold;
}
.sheet-rolltemplate-DccTabbed .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-DccTabbed .sheet-RollTemp-key {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
-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-DccTabbed .sheet-RollTemp-key-wide {
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
-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-DccTabbed .sheet-RollTemp-value {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 2px ;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-emote {
font-style: italic;
font-weight: bold;
font-size: 11px;
font-family: Arial;
text-align: center;
border: green 1px dashed;
border-radius: 5px;
padding: 0px 5px;
margin: 0px 5px 5px 5px;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-textbox {
font-size: 11px;
font-family: Arial;
text-align: center;
border: black 1px solid;
border-radius: 5px;
padding: 0px 5px;
margin: 0px 5px 5px 5px;
}
.sheet-rolltemplate-DccTabbed .sheet-RollTemp-textboxBlue {
font-size: 1.3em;
font-family: Arial;
color: blue;
text-align: center;
border: blue 1px solid;
border-radius: 5px;
padding: 0px 5px;
margin: 0px 5px 5px 5px;
}
/*END Templates*/
/* STYLE 2 */
/* Fake tabs style1 (reskinned radio button; fixed to work properly in firefox */
div.sheet-maintab-content
{
display: none;
/*visibility: hidden;
opacity: 0;
max-height: 0;
overflow: hidden; */
}
input.sheet-zero:checked ~ div.sheet-zero,
input.sheet-multi:checked ~ div.sheet-multi,
input.sheet-player:checked ~ div.sheet-player,
input.sheet-monster:checked ~ div.sheet-monster,
input.sheet-options:checked ~ div.sheet-options
{
display: block;
/*max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
overflow: auto;*/
}
input.sheet-maintab
{
/*width: 70px;
height: 20px;
position: relative;
top: 5px;
left: 6px;
margin: -1.5px;
cursor: pointer;
opacity: 0;
z-index: 9999;*/
width: 20%;
height: 16px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
}
span.sheet-maintab {
/*text-align: center;
display: inline-block;
font-size: 13px;
background: black;
color: white;
font-weight: bold;
width: 70px;
height: 20px;
cursor: pointer;
position: relative;
margin-left: -75px;*/
text-align: center;
display: inline-block;
width: 18%;
height: 16px;
font-size: 9px;
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-zero,
.charsheet input.sheet-maintab:checked + span.sheet-multi,
.charsheet input.sheet-maintab:checked + span.sheet-options,
.charsheet input.sheet-maintab:checked + span.sheet-monster {
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: 20px;
font-size: 18px;
}
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-weight: normal;
}
/* Main Sheet Tabs */
.charsheet div[class^="sheet-section"] {
visibility: hidden;
opacity: 0;
max-height:0;
overflow: hidden;
}
.charsheet input[name="attr_tab"][value="1"] ~ div.sheet-section-core,
.charsheet input[name="attr_tab"][value="2"] ~ div.sheet-section-background,
.charsheet input[name="attr_tab"][value="3"] ~ div.sheet-section-class,
.charsheet input[name="attr_tab"][value="4"] ~ div.sheet-section-weapons,
.charsheet input[name="attr_tab"][value="5"] ~ div.sheet-section-spellbook,
.charsheet input[name="attr_tab"][value="6"] ~ div.sheet-section-armor,
.charsheet input[name="attr_tab"][value="7"] ~ div.sheet-section-inventory {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
overflow: auto;
}
.charsheet input[name="attr_tab"][value="99"] ~ div[class^="sheet-section"] {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.sheet-subtab-bar > button {
width: 87px;
height: 20px;
font-size: 13px;
background: #4a6486;
color: white;
font-weight: bold;
border-radius: 4px;
border-width: 0px;
border-style: none;
padding: 0px;
}
.sheet-subtab-bar > input[name="attr_tab"][value="1"] ~ button[name="act_tab1"],
.sheet-subtab-bar > input[name="attr_tab"][value="2"] ~ button[name="act_tab2"],
.sheet-subtab-bar > input[name="attr_tab"][value="3"] ~ button[name="act_tab3"],
.sheet-subtab-bar > input[name="attr_tab"][value="4"] ~ button[name="act_tab4"],
.sheet-subtab-bar > input[name="attr_tab"][value="5"] ~ button[name="act_tab5"],
.sheet-subtab-bar > input[name="attr_tab"][value="6"] ~ button[name="act_tab6"],
.sheet-subtab-bar > input[name="attr_tab"][value="7"] ~ button[name="act_tab7"],
.sheet-subtab-bar > input[name="attr_tab"][value="99"] ~ button[name="act_tab99"],
.sheet-subtab-bar > input[name="attr_tab"][value="lankhmar"] ~ button[name="act_tablankhmar"]
{
background: #ab8b57;
color: white;
}
.charsheet input.sheet-subtab {
width: 87px;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
}
.charsheet span.sheet-subtab {
text-align: center;
display: inline-block;
font-size: 13px;
background: #4a6486;
color: white;
font-weight: bold;
border-radius: 4px;
width: 87px;
height: 20px;
cursor: pointer;
position: relative;
margin-left: -91px;
}
.charsheet input.sheet-subtab:checked + span.sheet-subtab {
background: #ab8b57;
color: white;
border-radius: 4px;
}
/* END Main sheet tabs */
/* Graphic Boxes */
.charsheet .sheet-2colrow .sheet-col {
width: calc(50% - 3px) !important;
height: 32px;
margin-right: 2px !important;
}
.charsheet .sheet-2colrow .sheet-col:last-child {
margin-right: 0 !important;
}
.charsheet input.sheet-AC,
.charsheet input.sheet-HP {
margin-top: 16px;
margin-bottom: 34px;
padding: 0px;
height: 44px;
width: 48px;
font-size: 21px;
line-height: 48px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0;
}
.charsheet .sheet-MonsterColumn {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
width: 28%;
line-height: 3.5em;
}
.charsheet input.sheet-ACMonster,
.charsheet input.sheet-HPMonster {
margin-top: 16px;
margin-bottom: 34px;
padding: 0px;
height: 44px;
width: 48px;
font-size: 2.5em;
line-height: 48px;
font-weight: bold;
vertical-align: middle;
text-align: center;
border: 0;
}
.charsheet .sheet-ACBG {
background: url('http://i.imgur.com/6lUoOzW.png') no-repeat 20% 0% / 6.6em auto;
}
/* adapted from https://github.com/Roll20/roll20-character-sheets/blob/cfb3227746444b13e195009f24d9fc41693186be/DCC/DCC.css#L410 */
.charsheet .sheet-ADBG {
background: url('http://i.imgur.com/M3KREye.png') no-repeat 20% 0% / 6.6em auto;
}
.charsheet .sheet-HPBG {
background: url('http://i.imgur.com/37exssR.png') no-repeat 20% 0% / 6.6em auto;
}
.charsheet .sheet-ACBGMonster {
background: url('http://i.imgur.com/6lUoOzW.png') no-repeat 20% 0% / 8.6em auto;
}
.charsheet .sheet-HPBGMonster {
background: url('http://i.imgur.com/37exssR.png') no-repeat 20% 0% / 8.3em auto;
}
/* END Graphic Boxes */
/* Inspiration button Settings */
.charsheet input.sheet-inspiration {
width: 80%;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
margin-top: 5px;
margin-bottom: 5px;
}
.charsheet span.sheet-inspiration-tab::before {
content: "No";
}
.charsheet span.sheet-inspiration-tab {
text-align: center;
display: inline-block;
width: 80%;
height: 20px;
font-size: 13px;
background: #8c6075;
color: white;
font-weight: bold;
border-radius: 4px;
margin-left: -80%
}
.charsheet input.sheet-inspiration:checked + span.sheet-inspiration-tab {
background: #879a6a;
color: white;
border-radius: 4px;
}
.charsheet input.sheet-inspiration:checked + span.sheet-inspiration-tab::before {
content: "Yes"
}
.charsheet .sheet-inspiration-label {
text-align: center;
font-weight: bold;
font-style: italic;
}
/* END Inspiration button Settings */
/* Spell Page Settings */
.charsheet div[class^="sheet-spell-page"] {
visibility: hidden;
opacity: 0;
max-height:0;
overflow: hidden;
}
.charsheet input.sheet-spelltab0:checked ~ div.sheet-spell-page0,
.charsheet input.sheet-spelltab1:checked ~ div.sheet-spell-page1,
.charsheet input.sheet-spelltab2:checked ~ div.sheet-spell-page2,
.charsheet input.sheet-spelltab3:checked ~ div.sheet-spell-page3,
.charsheet input.sheet-spelltab4:checked ~ div.sheet-spell-page4,
.charsheet input.sheet-spelltab5:checked ~ div.sheet-spell-page5 {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-spelltab99:checked ~ div[class^="sheet-spell-page"] {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-spelltab0:checked ~ span.sheet-spelltab0,
.charsheet input.sheet-spelltab1:checked ~ span.sheet-spelltab1,
.charsheet input.sheet-spelltab2:checked ~ span.sheet-spelltab2,
.charsheet input.sheet-spelltab3:checked ~ span.sheet-spelltab3,
.charsheet input.sheet-spelltab4:checked ~ span.sheet-spelltab4,
.charsheet input.sheet-spelltab5:checked ~ span.sheet-spelltab5,
.charsheet input.sheet-spelltab99:checked ~ span.sheet-spelltab99
{
background: rgb(0,158,115);
color: white;
border-radius: 4px;
}
.charsheet input.sheet-spellpagetab {
width: 70px;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
}
.charsheet span.sheet-spellpagetab {
text-align: center;
display: inline-block;
font-size: 13px;
background: rgb(86,180,233);
color: white;
font-weight: bold;
border-radius: 4px;
width: 70px;
height: 20px;
cursor: pointer;
position: relative;
margin-left: -73px;
}
/* END Spell Page Settings */
/* Borders for spell page and class action repeating section rows */
div[data-groupname^="repeating_spellbook"] .repitem,
div[data-groupname^="repeating_divinespellbook"] .repitem,
div[data-groupname^="repeating_mutations"] .repitem,
.sheet-zero-row {
border: 1px solid #000000;
border-radius: 12px;
margin-left: 1px;
margin-bottom: 5px;
background: #eee;
}
.charsheet div.sheet-melee-advanced, div.sheet-ranged-advanced {
visibility: hidden;
opacity: 0;
max-height:0;
overflow: hidden;
margin-top: 3px;
}
.charsheet div.sheet-reflex-advanced, div.sheet-fortitude-advanced, div.sheet-will-advanced, div.sheet-str-advanced, div.sheet-agi-advanced, div.sheet-sta-advanced, div.sheet-per-advanced, div.sheet-int-advanced, div.sheet-luck-advanced {
visibility: hidden;
opacity: 0;
max-height:0;
overflow: hidden;
}
.charsheet input.sheet-show_full_level0 {
display: none;
}
.charsheet label.sheet-chevron-toggle {
margin-bottom: 0px;
}
.charsheet input.sheet-show_full_level0 + span {
height: 40px;
width: 100%;
display: inline-block;
cursor: pointer;
/* TODO: adjust URL once merged into main */
background:url(https://i.stack.imgur.com/1WdEk.png) center right no-repeat; /* pointing down, to expand */
}
.charsheet input.sheet-show_full_level0:checked + span {
/* TODO: adjust URL once merged into main */
background:url(https://i.stack.imgur.com/r6OD6.png) center right no-repeat; /* pointing up, to collapse */
}
.charsheet div.sheet-content-hidable {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-str-advanced2:checked ~ div.sheet-str-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-agi-advanced2:checked ~ div.sheet-agi-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-sta-advanced2:checked ~ div.sheet-sta-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-per-advanced2:checked ~ div.sheet-per-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-int-advanced2:checked ~ div.sheet-int-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-luck-advanced2:checked ~ div.sheet-luck-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-reflex-advanced2:checked ~ div.sheet-reflex-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-fortitude-advanced2:checked ~ div.sheet-fortitude-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-will-advanced2:checked ~ div.sheet-will-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-melee-advanced2:checked ~ div.sheet-melee-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-ranged-advanced2:checked ~ div.sheet-ranged-advanced {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-show_full_level0:checked ~ div.sheet-content-hidable {
visibility: hidden;
opacity: 0;
max-height:0;
overflow: hidden;
}
/* spell type tab Settings */
.charsheet div[class^="sheet-spell-type"] {
visibility: hidden;
opacity: 0;
max-height:0;
overflow: hidden;
}
.charsheet input.sheet-spelltypeManifestation:checked ~ div.sheet-spell-type-Manifestation,
.charsheet input.sheet-spelltypeMercurialMagic:checked ~ div.sheet-spell-type-MercurialMagic,
/*.charsheet input.sheet-spelltypeCorruption:checked ~ div.sheet-spell-type-Corruption,*/
.charsheet input.sheet-spelltypeDescription:checked ~ div.sheet-spell-type-Description {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-spelltypeManifestation:checked ~ span.sheet-spelltypeManifestation,
.charsheet input.sheet-spelltypeMercurialMagic:checked ~ span.sheet-spelltypeMercurialMagic,
/*.charsheet input.sheet-spelltypeCorruption:checked ~ span.sheet-spelltypeCorruption,*/
.charsheet input.sheet-spelltypeDescription:checked ~ span.sheet-spelltypeDescription {
background: #879a6a;
color: white;
border-radius: 4px;
}
.charsheet input.sheet-spelltypeGeneralCleric:checked ~ div.sheet-spell-type-GeneralCleric,
.charsheet input.sheet-spelltypeManifestCleric:checked ~ div.sheet-spell-type-ManifestCleric {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-spelltypeGeneralCleric:checked ~ span.sheet-spelltypeGeneralCleric,
.charsheet input.sheet-spelltypeManifestCleric:checked ~ span.sheet-spelltypeManifestCleric {
background: #879a6a;
color: white;
border-radius: 4px;
}
.charsheet input.sheet-spelltypetab {
width: 100px;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 999;
}
.charsheet span.sheet-spelltypetab {
text-align: center;
display: inline-block;
font-size: 12px;
background: #8c6075;
color: white;
font-weight: bold;
border-radius: 4px;
width: 100px;
height: 20px;
cursor: pointer;
position: relative;
margin-left: -100px;
}
/* END spell type tab Settings */
/* Mutation tab Settings */
.charsheet input.sheet-subMutation1:checked ~ div.sheet-spell-type-subMutation1,
.charsheet input.sheet-subMutation2:checked ~ div.sheet-spell-type-subMutation2,
.charsheet input.sheet-subMutation3:checked ~ div.sheet-spell-type-subMutation3,
.charsheet input.sheet-subMutation4:checked ~ div.sheet-spell-type-subMutation4 {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-subMutation1:checked ~ span.sheet-subMutation1,
.charsheet input.sheet-subMutation2:checked ~ span.sheet-subMutation2,
.charsheet input.sheet-subMutation3:checked ~ span.sheet-subMutation3,
.charsheet input.sheet-subMutation4:checked ~ span.sheet-subMutation4 {
background: #879a6a;
color: white;
border-radius: 4px;
}
/* END Mutation tab Settings */
/* Table Settings */
.charsheet table {
border-collapse: collapse;
border-spacing: 0;
border: 2px solid #404040;
}
.charsheet td,
.charsheet th,
.charsheet tr,
.charsheet tbody,
.charsheet thead {
border: 1px solid #404040;
padding: 5px;
}
/* END Table settings */
/* Inventory Page Settings */
.charsheet div[class^="sheet-inventory-page"] {
visibility: hidden;
opacity: 0;
max-height:0;
overflow: hidden;
}
.charsheet input.sheet-inventorytab1:checked ~ div.sheet-inventory-page1,
.charsheet input.sheet-inventorytab2:checked ~ div.sheet-inventory-page2,
.charsheet input.sheet-inventorytab3:checked ~ div.sheet-inventory-page3,
.charsheet input.sheet-inventorytab4:checked ~ div.sheet-inventory-page4 {
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-inventorytab99:checked ~ div[class^="sheet-inventory-page"]{
max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
}
.charsheet input.sheet-inventorytab1:checked ~ span.sheet-inventorytab1,
.charsheet input.sheet-inventorytab2:checked ~ span.sheet-inventorytab2,
.charsheet input.sheet-inventorytab3:checked ~ span.sheet-inventorytab3,
.charsheet input.sheet-inventorytab4:checked ~ span.sheet-inventorytab4,
.charsheet input.sheet-inventorytab99:checked ~ span.sheet-inventorytab99
{
background: rgb(0,158,115);
color: white;
border-radius: 4px;
}
.charsheet input.sheet-inventorytab {
width: 155px;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
}
.charsheet span.sheet-inventorytab {
text-align: center;
display: inline-block;
font-size: 13px;
background: rgb(86,180,233);
color: white;
font-weight: bold;
border-radius: 4px;
width: 155px;
height: 20px;
cursor: pointer;
position: relative;
margin-left: -158px;
}
/* END Inventory Page Settings */
/* General sheet wide Styles */
.charsheet {
background-color: white;
}
.charsheet button, input, select, textarea,
.charsheet .sheet-row [class *= "sheet-col"],
.charsheet [class *= "sheet-col"] {
font-size: 12px;
}
.charsheet .sheet-spell-row-number,
.charsheet .sheet-inventory-row-number {
text-align: center;
font-weight: bold;
}
.charsheet .sheet-new-feature {
font-size: 75%;
}
.charsheet .sheet-character-identifier {
font-size: 300%;
font-weight: bolder;
font-style: normal;
}
.charsheet .sheet-character-minor-identifier {
font-weight: bolder;
font-style: normal;
}
.charsheet .sheet-small-label {
font-size: 75%!important;
font-style: italic;
font-weight: bold;
}
.charsheet .sheet-small-labelblue {
font-size: 75%!important;
font-style: italic;
font-weight: bold;
color: blue;
}
.charsheet .sheet-large-label {
font-size: 90%!important;
font-style: italic;
font-weight: bold;
}
.charsheet .sheet-new-tag {
font-size: 12pt;
vertical-align: middle;
}
.charsheet .sheet-last-updated {
font-size: 85%!important;
font-style: italic;
font-weight: bold;
margin: 0;
}
.charsheet .sheet-checkbox-row {
line-height: 28px;
text-align: center;
}
.charsheet .sheet-hd-row {
margin-top: 5px;
font-size: 14px!important;
}
.charsheet .sheet-pictos {
font-family: "Pictos";
font-size: 14px;
}
.charsheet .sheet-pictos-custom {
font-family: "Pictos Custom";
font-size: 14px;
}
.charsheet .sheet-pictos-three {
font-family: "Pictos Three";
font-size: 14px;
}
.charsheet .sheet-d6-font {
font-family: "dicefontd6";
font-size: 14px;
}
.charsheet .sheet-d8-font {
font-family: "dicefontd8";
font-size: 14px;
}
.charsheet .sheet-d10-font {
font-family: "dicefontd10";
font-size: 14px;
}
.charsheet .sheet-d20-font {
font-family: "dicefontd20";
font-size: 14px;
}
.charsheet .sheet-padl,
.sheet-rolltemplate-DccTabbed .sheet-padl {
padding-left:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.charsheet .sheet-padr,
.sheet-rolltemplate-DccTabbed .sheet-padr {
padding-right:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.charsheet .sheet-padt,
.sheet-rolltemplate-DccTabbed .sheet-padt{
padding-top:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.charsheet .sheet-padb,
.sheet-rolltemplate-DccTabbed .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-DccTabbed .sheet-border-right-dotted {
border-right: 1px dotted #000;
}
.sheet-border-left-dotted,
.sheet-rolltemplate-DccTabbed .sheet-border-left-dotted {
border-left: 1px dotted #000;
}
.sheet-border-top-dotted,
.sheet-rolltemplate-DccTabbed .sheet-border-top-dotted {
border-top: 1px dotted #000;
}
.sheet-border-bottom-dotted,
.sheet-rolltemplate-DccTabbed .sheet-border-bottom-dotted {
border-bottom: 1px dotted #000;
}
.charsheet .sheet-border-right {
border-right: 1px solid #000;
}
.charsheet .sheet-border-left {
border-left: 1px solid #000;
}
.charsheet input[type=number], .charsheet input[type=text], .charsheet select {
width: 100%!important;
margin-bottom:2px!important;
}
.charsheet input[type=number] {
text-align: center;
}
.charsheet input[type=text].sheet-underlined {
box-shadow: 0px -2px 0px 0px #000000 inset;
}
.charsheet input[type=number].sheet-underlined {
box-shadow: 0px -2px 0px 0px #000000 inset;
}
.charsheet select.sheet-underlined {
box-shadow: 0px -2px 0px 0px #000000 inset;
}
.charsheet button.sheet-core-save {
width: 100%;
}
.charsheet button.sheet-core-save, .charsheet button.sheet-core-check, .charsheet button.sheet-initiative, .charsheet button.sheet-roll {
font-size: 12px!important;
}
.charsheet button.sheet-initiative {
height: 3em;
}
.charsheet hr {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0));
margin: 5px 0;
}
.charsheet hr.sheet-main_separator {
height: 8px;
}
.charsheet span.sheet-spacer {
display: block;
margin-top: 5px;
}
.charsheet .sheet-heading-row {
text-align: center;
font-weight: bold;
}
.charsheet .sheet-footer-row {
text-align: center;
font-weight: bold;
border-bottom: 1px solid #dddddd;
margin-bottom: 5px;
}
.charsheet .sheet-vert-middle {
vertical-align: middle!important;
}
.charsheet .sheet-vert-bottom {
vertical-align: bottom!important;
}
.charsheet .sheet-center,
.sheet-rolltemplate-DccTabbed .sheet-center {
text-align: center;
}
.charsheet .sheet-left,
.sheet-rolltemplate-DccTabbed .sheet-left {
text-align: left;
}
.charsheet .sheet-right,
.sheet-rolltemplate-DccTabbed .sheet-right {
text-align: right;
}
.charsheet .sheet-centerselect {
margin-left: auto;
margin-right: auto;
display: block!important;
}
.charsheet textarea {
width: calc(100% - 10px);
height: 150px;
resize:none;
}
.charsheet textarea.sheet-fluid {
width: calc(100% - 10px);
height: 100%;
}
.charsheet textarea.sheet-small {
width: calc(100% - 150px);
height: 50px;
}
.charsheet textarea.sheet-medium {
width: calc(100% - 10px);
height: 100px;
}
.charsheet textarea.sheet-large {
width: calc(100% - 10px);
height: 300px;
}
.charsheet textarea.sheet-extralarge {
width: calc(100% - 10px);
height: 700px;
}
.charsheet h3 {
font-size: 12px;
text-align: center;
text-transform: uppercase;
margin-bottom: 5px;
color:#ffffff;
background-color:#000000;
background-image: -moz-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%);
background-image: -webkit-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%);
background-image: -o-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%);
background-image: -ms-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%);
background-image: repeating-radial-gradient(center center, circle cover, #000000, #870202 100%);
margin-top: 10px;
border-radius: 12px;
}
.charsheet h4 {
background-color: #000000;
color: #ffffff;
font-size: 12px;
border-radius: 12px;
padding-left: 5px;
margin-bottom: 5px;
}
.charsheet h5 {
background-color: #93537c;
color: #ffffff;
font-size: 12px;
border-radius: 12px;
padding-left: 5px;
margin-bottom: 5px;
}
.charsheet input[disabled] {
background-color: #eaffef;
border-color: #ddd;
cursor: not-allowed;
-moz-appearance: textfield;
}
.charsheet input[disabled].sheet-passive-skill-score {
background-color: #def6fc;
border-color: #ddd;
cursor: not-allowed;
-moz-appearance: textfield;
}
.charsheet input[disabled]::-webkit-inner-spin-button,
.charsheet input[disabled]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.charsheet .sheet-small-note {
text-align: center;
font-family: Arial;
font-size: 10px;
}
.charsheet .sheet-small-header-note {
text-align: left;
font-family: Arial;
font-size: 10px;
}
.charsheet .sheet-small-text {
font-family: Arial;
font-size: 10px;
}
.charsheet select {
font-size: 90%;
}
.charsheet .sheet-important-text {
text-decoration: underline;
color: #ff0000;
}
.charsheet .sheet-grey-row {
background-color: #eee;
}
.charsheet .sheet-sub-header {
background-color: #cecece;
vertical-align: bottom;
border-radius: 12px;
margin-bottom: 3px;
}
.charsheet .sheet-sub-header-left {
background-color: #cecece;
vertical-align: bottom;
margin-bottom: 3px;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
.charsheet .sheet-sub-header-middle {
background-color: #cecece;
vertical-align: bottom;
margin-bottom: 3px;
}
.charsheet .sheet-sub-header-right {
background-color: #cecece;
vertical-align: bottom;
margin-bottom: 3px;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
.charsheet .sheet-footer {
background-color: rgba(250, 202, 78, 0.2);
vertical-align: bottom;
border-radius: 12px;
margin-top: 3px;
}
.charsheet .sheet-spell-header {
background-color: #c7d1bf;
vertical-align: bottom;
border-radius: 12px;
margin-bottom: 3px;
}
.charsheet input.sheet-BoldText {
font-size: 1.0em;
font-weight: bold;
vertical-align: middle;
text-align: center;
}
/* Header section */
.charsheet img.sheet-icon {
width: 100px;
height: 100px;
}
/* Core stat section */
.charsheet .sheet-core-stat-label {
background-color: #000000;
color: #ffffff;
font-size: 14px!important;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
line-height: 28px;
text-align: center;
}
.charsheet .sheet-large-button {
padding: 5px;
height: 45px;
vertical-align: middle;
}
/* Death save checkboxes - FAIL */
.charsheet input.sheet-death-save-fail {
width: 28%;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
margin-top: 5px;
margin-bottom: 5px;
}
.charsheet span.sheet-death-save-fail-tab::before {
content: "???";
}
.charsheet span.sheet-death-save-fail-tab {
text-align: center;
display: inline-block;
width: 28%;
height: 20px;
font-size: 13px;
font-weight: bold;
border-radius: 4px;
margin-left: -28%;
border: 1px solid;
}
.charsheet input.sheet-death-save-fail:checked + span.sheet-death-save-fail-tab {
background: #8c6075;
color: white;
border-radius: 4px;
}
.charsheet input.sheet-death-save-fail:checked + span.sheet-death-save-fail-tab::before {
content: "Failure";
}
/* Death save checkboxes - success */
.charsheet input.sheet-death-save-success {
width: 28%;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
margin-top: 5px;
margin-bottom: 5px;
}
.charsheet span.sheet-death-save-success-tab::before {
content: "???";
}
.charsheet span.sheet-death-save-success-tab {
text-align: center;
display: inline-block;
width: 28%;
height: 20px;
font-size: 13px;
font-weight: bold;
border-radius: 4px;
margin-left: -28%;
border: 1px solid;
}
.charsheet input.sheet-death-save-success:checked + span.sheet-death-save-success-tab {
background: #879a6a;
color: white;
border-radius: 4px;
}
.charsheet input.sheet-death-save-success:checked + span.sheet-death-save-success-tab::before {
content: "Success"
}
/* Skills section */
.charsheet .sheet-skill-row {
margin: 1px 0;
}
.charsheet .sheet-skill-roll {
padding: 0 5px!important;
height:29px;
}
.charsheet .sheet-skill-name {
margin-top: 5px;
font-size: 11px!important;
}
.charsheet .sheet-skill-checkbox {
margin-top: 5px;
}
.charsheet .sheet-margin-top {
margin-top: 5px;
}
.charsheet .sheet-margin-bottom {
margin-bottom: 5px;
}
.charsheet label.sheet-subtab {
width:24px;
height: 22px;
vertical-align: middle;
display: inline;
font-size: 1.1em;
}
.charsheet .sheet-class-label {
background-color: #000000;
color: #ffffff;
font-size: 14px!important;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
line-height: 20px;
text-align: center;
border-radius: 12px;
padding-left: 5px;
margin-bottom: 5px;
}
/* Thief Tab */
.charsheet input.sheet-CoreThief,
.charsheet input.sheet-BetaThief {
display: inline;
width:24px;
height: 22px;
}
.charsheet label.sheet-subtabThief {
display: inline;
width: 40px;
height: 22px;
}
.charsheet input[name="attr_classThief"][type="hidden"][value="1"] ~ div.sheet-BetaThief,
.charsheet input[name="attr_classThief"][type="hidden"][value="2"] ~ div.sheet-CoreThief,
.charsheet .sheet-CoreThief:checked~ div.sheet-BetaThief,
.charsheet .sheet-BetaThief:checked~ div.sheet-CoreThief {
display: none;
}
/* Arcane/Divine Spellbook */
.charsheet input.sheet-ArcaneCaster,
.charsheet input.sheet-DivineCaster {
display: inline;
width:24px;
height: 22px;
}
.charsheet label.sheet-subtabSpell {
display: inline;
width: 40px;
height: 22px;
vertical-align: middle;
margin-right: auto;
margin-left: auto;
font-size: 1.4em;
}
.charsheet .sheet-ArcaneCaster:checked~ div.sheet-DivineCaster,
.charsheet .sheet-DivineCaster:checked~ div.sheet-ArcaneCaster {
display: none;
}
/* Spellcasting Die switch */
.charsheet input.sheet-toggle-show:not(:checked) ~ div.sheet-body,
.charsheet input.sheet-toggle-hide:checked ~ div.sheet-body {
display: none;
}
.charsheet div.sheet-spellcheckSINGLE, div.sheet-spellcheckMULTI {
display: none;
}
.charsheet input.sheet-is-spellcheckMULTI:checked ~ div.sheet-spellcheckMULTI,
input.sheet-is-spellcheckMULTI:not(:checked )~ div.sheet-spellcheckSINGLE {
display: block;
}
/*.charsheet span.sheet-spellcheckboxTXT::before {
content: "Check this box if you need to use multiple dice to roll your spell check (for example: if you have the Joe Average mercurial effect).";
}
.charsheet span.sheet-spellcheckboxTXT {
text-align: center;
height: 16px;
font-size: 9px;
}
.charsheet input.sheet-is-spellcheckMULTI:checked + span.sheet-spellcheckboxTXT::before {
content: "Uncheck this box if you need to use a single die to roll your spell check.";
}*/
/* Zero Level Character specific sections */
/* Inventory */
.charsheet textarea.sheet-inventory-zero {
width: 98%;
height: 170px;
font-size: 13px;
line-height: 16px;
}
.sheet-option-is_cleric {
display: none;
}
input[name="attr_options_is_cleric"][type="hidden"][value="1"] ~ .sheet-option-is_cleric {
display: block;
}
input[name="attr_options_is_cleric"][type="hidden"][value="1"] ~ .sheet-option-is_cleric-hide {
display: none;
}
input[name="attr_options_is_cleric"][type="hidden"][value="1"] ~ .sheet-option-is_cleric-inline {
display: inline-block;
}
.sheet-option-can_cast_divine_spells {
display: none;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells {
display: block;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells-hide {
display: none;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells-inline {
display: inline-block;
}
.sheet-option-can_cast_turn_unholy {
display: none;
}
input[name="attr_options_can_cast_turn_unholy"][type="hidden"][value="1"] ~ .sheet-option-can_cast_turn_unholy {
display: block;
}
input[name="attr_options_can_cast_turn_unholy"][type="hidden"][value="1"] ~ .sheet-option-can_cast_turn_unholy-hide {
display: none;
}
input[name="attr_options_can_cast_turn_unholy"][type="hidden"][value="1"] ~ .sheet-option-can_cast_turn_unholy-inline {
display: inline-block;
}
.sheet-option-can_cast_lay_on_hands {
display: none;
}
input[name="attr_options_can_cast_lay_on_hands"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands {
display: block;
}
input[name="attr_options_can_cast_lay_on_hands"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands-hide {
display: none;
}
input[name="attr_options_can_cast_lay_on_hands"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands-inline {
display: inline-block;
}
.sheet-option-can_cast_divine_aid {
display: none;
}
input[name="attr_options_can_cast_divine_aid"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_aid {
display: block;
}
input[name="attr_options_can_cast_divine_aid"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_aid-hide {
display: none;
}
input[name="attr_options_can_cast_divine_aid"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_aid-inline {
display: inline-block;
}
.sheet-option-is_dwarf {
display: none;
}
input[name="attr_options_is_dwarf"][type="hidden"][value="1"] ~ .sheet-option-is_dwarf {
display: block;
}
input[name="attr_options_is_dwarf"][type="hidden"][value="1"] ~ .sheet-option-is_dwarf-hide {
display: none;
}
input[name="attr_options_is_dwarf"][type="hidden"][value="1"] ~ .sheet-option-is_dwarf-inline {
display: inline-block;
}
.sheet-option-can_use_mighty_deeds {
display: none;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds {
display: block;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds-hide {
display: none;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds-inline {
display: inline-block;
}
.sheet-option-has_lucky_weapon {
display: none;
}
input[name="attr_options_has_lucky_weapon"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_weapon {
display: block;
}
input[name="attr_options_has_lucky_weapon"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_weapon-hide {
display: none;
}
input[name="attr_options_has_lucky_weapon"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_weapon-inline {
display: inline-block;
}
.sheet-option-can_shield_bash {
display: none;
}
input[name="attr_options_can_shield_bash"][type="hidden"][value="1"] ~ .sheet-option-can_shield_bash {
display: block;
}
input[name="attr_options_can_shield_bash"][type="hidden"][value="1"] ~ .sheet-option-can_shield_bash-hide {
display: none;
}
input[name="attr_options_can_shield_bash"][type="hidden"][value="1"] ~ .sheet-option-can_shield_bash-inline {
display: inline-block;
}
.sheet-option-is_elf {
display: none;
}
input[name="attr_options_is_elf"][type="hidden"][value="1"] ~ .sheet-option-is_elf {
display: block;
}
input[name="attr_options_is_elf"][type="hidden"][value="1"] ~ .sheet-option-is_elf-hide {
display: none;
}
input[name="attr_options_is_elf"][type="hidden"][value="1"] ~ .sheet-option-is_elf-inline {
display: inline-block;
}
.sheet-option-has_lucky_spell {
display: none;
}
input[name="attr_options_has_lucky_spell"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_spell {
display: block;
}
input[name="attr_options_has_lucky_spell"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_spell-hide {
display: none;
}
input[name="attr_options_has_lucky_spell"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_spell-inline {
display: inline-block;
}
.sheet-option-can_cast_wizard_spells {
display: none;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells {
display: block;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells-hide {
display: none;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells-inline {
display: inline-block;
}
.sheet-option-can_have_a_familiar {
display: none;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar {
display: block;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar-hide {
display: none;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar-inline {
display: inline-block;
}
.sheet-option-can_have_a_patron {
display: none;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron {
display: block;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron-hide {
display: none;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron-inline {
display: inline-block;
}
.sheet-option-has_heightened_senses {
display: none;
}
input[name="attr_options_has_heightened_senses"][type="hidden"][value="1"] ~ .sheet-option-has_heightened_senses {
display: block;
}
input[name="attr_options_has_heightened_senses"][type="hidden"][value="1"] ~ .sheet-option-has_heightened_senses-hide {
display: none;
}
input[name="attr_options_has_heightened_senses"][type="hidden"][value="1"] ~ .sheet-option-has_heightened_senses-inline {
display: inline-block;
}
.sheet-option-is_halfling {
display: none;
}
input[name="attr_options_is_halfling"][type="hidden"][value="1"] ~ .sheet-option-is_halfling {
display: block;
}
input[name="attr_options_is_halfling"][type="hidden"][value="1"] ~ .sheet-option-is_halfling-hide {
display: none;
}
input[name="attr_options_is_halfling"][type="hidden"][value="1"] ~ .sheet-option-is_halfling-inline {
display: inline-block;
}
.sheet-option-can_halfling_stealth {
display: none;
}
input[name="attr_options_can_halfling_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_stealth {
display: block;
}
input[name="attr_options_can_halfling_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_stealth-hide {
display: none;
}
input[name="attr_options_can_halfling_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_stealth-inline {
display: inline-block;
}
.sheet-option-is_thief {
display: none;
}
input[name="attr_options_is_thief"][type="hidden"][value="1"] ~ .sheet-option-is_thief {
display: block;
}
input[name="attr_options_is_thief"][type="hidden"][value="1"] ~ .sheet-option-is_thief-hide {
display: none;
}
input[name="attr_options_is_thief"][type="hidden"][value="1"] ~ .sheet-option-is_thief-inline {
display: inline-block;
}
.sheet-option-can_backstab {
display: none;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab {
display: block;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab-hide {
display: none;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab-inline {
display: inline-block;
}
.sheet-option-can_use_luck_die {
display: none;
}
input[name="attr_options_can_use_luck_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_luck_die {
display: block;
}
input[name="attr_options_can_use_luck_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_luck_die-hide {
display: none;
}
input[name="attr_options_can_use_luck_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_luck_die-inline {
display: inline-block;
}
.sheet-option-can_cast_spell_from_scroll {
display: none;
}
input[name="attr_options_can_cast_spell_from_scroll"][type="hidden"][value="1"] ~ .sheet-option-can_cast_spell_from_scroll {
display: block;
}
input[name="attr_options_can_cast_spell_from_scroll"][type="hidden"][value="1"] ~ .sheet-option-can_cast_spell_from_scroll-hide {
display: none;
}
input[name="attr_options_can_cast_spell_from_scroll"][type="hidden"][value="1"] ~ .sheet-option-can_cast_spell_from_scroll-inline {
display: inline-block;
}
.sheet-option-can_sneak_silently {
display: none;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently {
display: block;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently-hide {
display: none;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently-inline {
display: inline-block;
}
.sheet-option-can_hide_in_shadows {
display: none;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows {
display: block;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows-hide {
display: none;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows-inline {
display: inline-block;
}
.sheet-option-can_pick_pockets {
display: none;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets {
display: block;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets-hide {
display: none;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets-inline {
display: inline-block;
}
.sheet-option-can_climb {
display: none;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb {
display: block;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb-hide {
display: none;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb-inline {
display: inline-block;
}
.sheet-option-can_pick_lock {
display: none;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock {
display: block;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock-hide {
display: none;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock-inline {
display: inline-block;
}
.sheet-option-can_find_trap {
display: none;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap {
display: block;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap-hide {
display: none;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap-inline {
display: inline-block;
}
.sheet-option-can_disable_trap {
display: none;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap {
display: block;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap-hide {
display: none;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap-inline {
display: inline-block;
}
.sheet-option-can_forge_document {
display: none;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document {
display: block;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document-hide {
display: none;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document-inline {
display: inline-block;
}
.sheet-option-can_disguise_self {
display: none;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self {
display: block;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self-hide {
display: none;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self-inline {
display: inline-block;
}
.sheet-option-can_read_languages {
display: none;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages {
display: block;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages-hide {
display: none;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages-inline {
display: inline-block;
}
.sheet-option-can_handle_poison {
display: none;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison {
display: block;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison-hide {
display: none;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison-inline {
display: inline-block;
}
.sheet-option-is_warrior {
display: none;
}
input[name="attr_options_is_warrior"][type="hidden"][value="1"] ~ .sheet-option-is_warrior {
display: block;
}
input[name="attr_options_is_warrior"][type="hidden"][value="1"] ~ .sheet-option-is_warrior-hide {
display: none;
}
input[name="attr_options_is_warrior"][type="hidden"][value="1"] ~ .sheet-option-is_warrior-inline {
display: inline-block;
}
.sheet-option-can_use_mighty_deeds {
display: none;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds {
display: block;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds-hide {
display: none;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds-inline {
display: inline-block;
}
.sheet-option-has_lucky_weapon {
display: none;
}
input[name="attr_options_has_lucky_weapon"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_weapon {
display: block;
}
input[name="attr_options_has_lucky_weapon"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_weapon-hide {
display: none;
}
input[name="attr_options_has_lucky_weapon"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_weapon-inline {
display: inline-block;
}
.sheet-option-adds_level_to_init {
display: none;
}
input[name="attr_options_adds_level_to_init"][type="hidden"][value="1"] ~ .sheet-option-adds_level_to_init {
display: block;
}
input[name="attr_options_adds_level_to_init"][type="hidden"][value="1"] ~ .sheet-option-adds_level_to_init-hide {
display: none;
}
input[name="attr_options_adds_level_to_init"][type="hidden"][value="1"] ~ .sheet-option-adds_level_to_init-inline {
display: inline-block;
}
.sheet-option-is_wizard {
display: none;
}
input[name="attr_options_is_wizard"][type="hidden"][value="1"] ~ .sheet-option-is_wizard {
display: block;
}
input[name="attr_options_is_wizard"][type="hidden"][value="1"] ~ .sheet-option-is_wizard-hide {
display: none;
}
input[name="attr_options_is_wizard"][type="hidden"][value="1"] ~ .sheet-option-is_wizard-inline {
display: inline-block;
}
.sheet-option-can_cast_wizard_spells {
display: none;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells {
display: block;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells-hide {
display: none;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells-inline {
display: inline-block;
}
.sheet-option-can_have_a_familiar {
display: none;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar {
display: block;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar-hide {
display: none;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar-inline {
display: inline-block;
}
.sheet-option-can_have_a_patron {
display: none;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron {
display: block;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron-hide {
display: none;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron-inline {
display: inline-block;
}
.sheet-option-is_kith {
display: none;
}
input[name="attr_options_is_kith"][type="hidden"][value="1"] ~ .sheet-option-is_kith {
display: block;
}
input[name="attr_options_is_kith"][type="hidden"][value="1"] ~ .sheet-option-is_kith-hide {
display: none;
}
input[name="attr_options_is_kith"][type="hidden"][value="1"] ~ .sheet-option-is_kith-inline {
display: inline-block;
}
.sheet-option-can_use_force_of_will {
display: none;
}
input[name="attr_options_can_use_force_of_will"][type="hidden"][value="1"] ~ .sheet-option-can_use_force_of_will {
display: block;
}
input[name="attr_options_can_use_force_of_will"][type="hidden"][value="1"] ~ .sheet-option-can_use_force_of_will-hide {
display: none;
}
input[name="attr_options_can_use_force_of_will"][type="hidden"][value="1"] ~ .sheet-option-can_use_force_of_will-inline {
display: inline-block;
}
.sheet-option-can_find_outdoor_traps {
display: none;
}
input[name="attr_options_can_find_outdoor_traps"][type="hidden"][value="1"] ~ .sheet-option-can_find_outdoor_traps {
display: block;
}
input[name="attr_options_can_find_outdoor_traps"][type="hidden"][value="1"] ~ .sheet-option-can_find_outdoor_traps-hide {
display: none;
}
input[name="attr_options_can_find_outdoor_traps"][type="hidden"][value="1"] ~ .sheet-option-can_find_outdoor_traps-inline {
display: inline-block;
}
.sheet-option-can_detect_outdoor_foes {
display: none;
}
input[name="attr_options_can_detect_outdoor_foes"][type="hidden"][value="1"] ~ .sheet-option-can_detect_outdoor_foes {
display: block;
}
input[name="attr_options_can_detect_outdoor_foes"][type="hidden"][value="1"] ~ .sheet-option-can_detect_outdoor_foes-hide {
display: none;
}
input[name="attr_options_can_detect_outdoor_foes"][type="hidden"][value="1"] ~ .sheet-option-can_detect_outdoor_foes-inline {
display: inline-block;
}
.sheet-option-can_track_outdoors {
display: none;
}
input[name="attr_options_can_track_outdoors"][type="hidden"][value="1"] ~ .sheet-option-can_track_outdoors {
display: block;
}
input[name="attr_options_can_track_outdoors"][type="hidden"][value="1"] ~ .sheet-option-can_track_outdoors-hide {
display: none;
}
input[name="attr_options_can_track_outdoors"][type="hidden"][value="1"] ~ .sheet-option-can_track_outdoors-inline {
display: inline-block;
}
.sheet-option-is_bard {
display: none;
}
input[name="attr_options_is_bard"][type="hidden"][value="1"] ~ .sheet-option-is_bard {
display: block;
}
input[name="attr_options_is_bard"][type="hidden"][value="1"] ~ .sheet-option-is_bard-hide {
display: none;
}
input[name="attr_options_is_bard"][type="hidden"][value="1"] ~ .sheet-option-is_bard-inline {
display: inline-block;
}
.sheet-option-has_bardic_luck {
display: none;
}
input[name="attr_options_has_bardic_luck"][type="hidden"][value="1"] ~ .sheet-option-has_bardic_luck {
display: block;
}
input[name="attr_options_has_bardic_luck"][type="hidden"][value="1"] ~ .sheet-option-has_bardic_luck-hide {
display: none;
}
input[name="attr_options_has_bardic_luck"][type="hidden"][value="1"] ~ .sheet-option-has_bardic_luck-inline {
display: inline-block;
}
.sheet-option-can_cast_bard_spells {
display: none;
}
input[name="attr_options_can_cast_bard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_bard_spells {
display: block;
}
input[name="attr_options_can_cast_bard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_bard_spells-hide {
display: none;
}
input[name="attr_options_can_cast_bard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_bard_spells-inline {
display: inline-block;
}
.sheet-option-can_use_call_to_arms {
display: none;
}
input[name="attr_options_can_use_call_to_arms"][type="hidden"][value="1"] ~ .sheet-option-can_use_call_to_arms {
display: block;
}
input[name="attr_options_can_use_call_to_arms"][type="hidden"][value="1"] ~ .sheet-option-can_use_call_to_arms-hide {
display: none;
}
input[name="attr_options_can_use_call_to_arms"][type="hidden"][value="1"] ~ .sheet-option-can_use_call_to_arms-inline {
display: inline-block;
}
.sheet-option-can_use_challenge {
display: none;
}
input[name="attr_options_can_use_challenge"][type="hidden"][value="1"] ~ .sheet-option-can_use_challenge {
display: block;
}
input[name="attr_options_can_use_challenge"][type="hidden"][value="1"] ~ .sheet-option-can_use_challenge-hide {
display: none;
}
input[name="attr_options_can_use_challenge"][type="hidden"][value="1"] ~ .sheet-option-can_use_challenge-inline {
display: inline-block;
}
.sheet-option-can_use_calm {
display: none;
}
input[name="attr_options_can_use_calm"][type="hidden"][value="1"] ~ .sheet-option-can_use_calm {
display: block;
}
input[name="attr_options_can_use_calm"][type="hidden"][value="1"] ~ .sheet-option-can_use_calm-hide {
display: none;
}
input[name="attr_options_can_use_calm"][type="hidden"][value="1"] ~ .sheet-option-can_use_calm-inline {
display: inline-block;
}
.sheet-option-can_use_lore {
display: none;
}
input[name="attr_options_can_use_lore"][type="hidden"][value="1"] ~ .sheet-option-can_use_lore {
display: block;
}
input[name="attr_options_can_use_lore"][type="hidden"][value="1"] ~ .sheet-option-can_use_lore-hide {
display: none;
}
input[name="attr_options_can_use_lore"][type="hidden"][value="1"] ~ .sheet-option-can_use_lore-inline {
display: inline-block;
}
.sheet-option-is_dwarf_priest {
display: none;
}
input[name="attr_options_is_dwarf_priest"][type="hidden"][value="1"] ~ .sheet-option-is_dwarf_priest {
display: block;
}
input[name="attr_options_is_dwarf_priest"][type="hidden"][value="1"] ~ .sheet-option-is_dwarf_priest-hide {
display: none;
}
input[name="attr_options_is_dwarf_priest"][type="hidden"][value="1"] ~ .sheet-option-is_dwarf_priest-inline {
display: inline-block;
}
.sheet-option-can_cast_divine_spells {
display: none;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells {
display: block;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells-hide {
display: none;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells-inline {
display: inline-block;
}
.sheet-option-can_cast_turn_unholy {
display: none;
}
input[name="attr_options_can_cast_turn_unholy"][type="hidden"][value="1"] ~ .sheet-option-can_cast_turn_unholy {
display: block;
}
input[name="attr_options_can_cast_turn_unholy"][type="hidden"][value="1"] ~ .sheet-option-can_cast_turn_unholy-hide {
display: none;
}
input[name="attr_options_can_cast_turn_unholy"][type="hidden"][value="1"] ~ .sheet-option-can_cast_turn_unholy-inline {
display: inline-block;
}
.sheet-option-can_cast_lay_on_hands {
display: none;
}
input[name="attr_options_can_cast_lay_on_hands"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands {
display: block;
}
input[name="attr_options_can_cast_lay_on_hands"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands-hide {
display: none;
}
input[name="attr_options_can_cast_lay_on_hands"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands-inline {
display: inline-block;
}
.sheet-option-can_cast_divine_aid {
display: none;
}
input[name="attr_options_can_cast_divine_aid"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_aid {
display: block;
}
input[name="attr_options_can_cast_divine_aid"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_aid-hide {
display: none;
}
input[name="attr_options_can_cast_divine_aid"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_aid-inline {
display: inline-block;
}
.sheet-option-can_use_mighty_deeds_as_dwarf_priest {
display: none;
}
input[name="attr_options_can_use_mighty_deeds_as_dwarf_priest"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds_as_dwarf_priest {
display: block;
}
input[name="attr_options_can_use_mighty_deeds_as_dwarf_priest"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds_as_dwarf_priest-hide {
display: none;
}
input[name="attr_options_can_use_mighty_deeds_as_dwarf_priest"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds_as_dwarf_priest-inline {
display: inline-block;
}
.sheet-option-is_elven_rogue {
display: none;
}
input[name="attr_options_is_elven_rogue"][type="hidden"][value="1"] ~ .sheet-option-is_elven_rogue {
display: block;
}
input[name="attr_options_is_elven_rogue"][type="hidden"][value="1"] ~ .sheet-option-is_elven_rogue-hide {
display: none;
}
input[name="attr_options_is_elven_rogue"][type="hidden"][value="1"] ~ .sheet-option-is_elven_rogue-inline {
display: inline-block;
}
.sheet-option-can_cast_wizard_spells {
display: none;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells {
display: block;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells-hide {
display: none;
}
input[name="attr_options_can_cast_wizard_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_wizard_spells-inline {
display: inline-block;
}
.sheet-option-can_have_a_familiar {
display: none;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar {
display: block;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar-hide {
display: none;
}
input[name="attr_options_can_have_a_familiar"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_familiar-inline {
display: inline-block;
}
.sheet-option-can_have_a_patron {
display: none;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron {
display: block;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron-hide {
display: none;
}
input[name="attr_options_can_have_a_patron"][type="hidden"][value="1"] ~ .sheet-option-can_have_a_patron-inline {
display: inline-block;
}
.sheet-option-can_find_trap {
display: none;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap {
display: block;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap-hide {
display: none;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap-inline {
display: inline-block;
}
.sheet-option-can_disable_trap {
display: none;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap {
display: block;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap-hide {
display: none;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap-inline {
display: inline-block;
}
.sheet-option-can_pick_lock {
display: none;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock {
display: block;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock-hide {
display: none;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock-inline {
display: inline-block;
}
.sheet-option-can_sneak_silently {
display: none;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently {
display: block;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently-hide {
display: none;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently-inline {
display: inline-block;
}
.sheet-option-can_hide_in_shadows {
display: none;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows {
display: block;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows-hide {
display: none;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows-inline {
display: inline-block;
}
.sheet-option-can_pick_pockets {
display: none;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets {
display: block;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets-hide {
display: none;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets-inline {
display: inline-block;
}
.sheet-option-can_climb {
display: none;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb {
display: block;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb-hide {
display: none;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb-inline {
display: inline-block;
}
.sheet-option-can_forge_document {
display: none;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document {
display: block;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document-hide {
display: none;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document-inline {
display: inline-block;
}
.sheet-option-can_handle_poison {
display: none;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison {
display: block;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison-hide {
display: none;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison-inline {
display: inline-block;
}
.sheet-option-can_read_languages {
display: none;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages {
display: block;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages-hide {
display: none;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages-inline {
display: inline-block;
}
.sheet-option-can_backstab {
display: none;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab {
display: block;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab-hide {
display: none;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab-inline {
display: inline-block;
}
.sheet-option-can_disguise_self {
display: none;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self {
display: block;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self-hide {
display: none;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self-inline {
display: inline-block;
}
.sheet-option-has_lucky_skill {
display: none;
}
input[name="attr_options_has_lucky_skill"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_skill {
display: block;
}
input[name="attr_options_has_lucky_skill"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_skill-hide {
display: none;
}
input[name="attr_options_has_lucky_skill"][type="hidden"][value="1"] ~ .sheet-option-has_lucky_skill-inline {
display: inline-block;
}
.sheet-option-has_heightened_senses {
display: none;
}
input[name="attr_options_has_heightened_senses"][type="hidden"][value="1"] ~ .sheet-option-has_heightened_senses {
display: block;
}
input[name="attr_options_has_heightened_senses"][type="hidden"][value="1"] ~ .sheet-option-has_heightened_senses-hide {
display: none;
}
input[name="attr_options_has_heightened_senses"][type="hidden"][value="1"] ~ .sheet-option-has_heightened_senses-inline {
display: inline-block;
}
.sheet-option-is_gnome {
display: none;
}
input[name="attr_options_is_gnome"][type="hidden"][value="1"] ~ .sheet-option-is_gnome {
display: block;
}
input[name="attr_options_is_gnome"][type="hidden"][value="1"] ~ .sheet-option-is_gnome-hide {
display: none;
}
input[name="attr_options_is_gnome"][type="hidden"][value="1"] ~ .sheet-option-is_gnome-inline {
display: inline-block;
}
.sheet-option-can_cast_gnome_spells {
display: none;
}
input[name="attr_options_can_cast_gnome_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_gnome_spells {
display: block;
}
input[name="attr_options_can_cast_gnome_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_gnome_spells-hide {
display: none;
}
input[name="attr_options_can_cast_gnome_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_gnome_spells-inline {
display: inline-block;
}
.sheet-option-can_use_trick_die {
display: none;
}
input[name="attr_options_can_use_trick_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_trick_die {
display: block;
}
input[name="attr_options_can_use_trick_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_trick_die-hide {
display: none;
}
input[name="attr_options_can_use_trick_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_trick_die-inline {
display: inline-block;
}
.sheet-option-has_magic_resistance {
display: none;
}
input[name="attr_options_has_magic_resistance"][type="hidden"][value="1"] ~ .sheet-option-has_magic_resistance {
display: block;
}
input[name="attr_options_has_magic_resistance"][type="hidden"][value="1"] ~ .sheet-option-has_magic_resistance-hide {
display: none;
}
input[name="attr_options_has_magic_resistance"][type="hidden"][value="1"] ~ .sheet-option-has_magic_resistance-inline {
display: inline-block;
}
.sheet-option-can_use_animal_trick {
display: none;
}
input[name="attr_options_can_use_animal_trick"][type="hidden"][value="1"] ~ .sheet-option-can_use_animal_trick {
display: block;
}
input[name="attr_options_can_use_animal_trick"][type="hidden"][value="1"] ~ .sheet-option-can_use_animal_trick-hide {
display: none;
}
input[name="attr_options_can_use_animal_trick"][type="hidden"][value="1"] ~ .sheet-option-can_use_animal_trick-inline {
display: inline-block;
}
.sheet-option-has_gem_affinity {
display: none;
}
input[name="attr_options_has_gem_affinity"][type="hidden"][value="1"] ~ .sheet-option-has_gem_affinity {
display: block;
}
input[name="attr_options_has_gem_affinity"][type="hidden"][value="1"] ~ .sheet-option-has_gem_affinity-hide {
display: none;
}
input[name="attr_options_has_gem_affinity"][type="hidden"][value="1"] ~ .sheet-option-has_gem_affinity-inline {
display: inline-block;
}
.sheet-option-is_halfling_burglar {
display: none;
}
input[name="attr_options_is_halfling_burglar"][type="hidden"][value="1"] ~ .sheet-option-is_halfling_burglar {
display: block;
}
input[name="attr_options_is_halfling_burglar"][type="hidden"][value="1"] ~ .sheet-option-is_halfling_burglar-hide {
display: none;
}
input[name="attr_options_is_halfling_burglar"][type="hidden"][value="1"] ~ .sheet-option-is_halfling_burglar-inline {
display: inline-block;
}
.sheet-option-can_halfling_stealth {
display: none;
}
input[name="attr_options_can_halfling_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_stealth {
display: block;
}
input[name="attr_options_can_halfling_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_stealth-hide {
display: none;
}
input[name="attr_options_can_halfling_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_stealth-inline {
display: inline-block;
}
.sheet-option-can_backstab {
display: none;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab {
display: block;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab-hide {
display: none;
}
input[name="attr_options_can_backstab"][type="hidden"][value="1"] ~ .sheet-option-can_backstab-inline {
display: inline-block;
}
.sheet-option-can_use_luck_die {
display: none;
}
input[name="attr_options_can_use_luck_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_luck_die {
display: block;
}
input[name="attr_options_can_use_luck_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_luck_die-hide {
display: none;
}
input[name="attr_options_can_use_luck_die"][type="hidden"][value="1"] ~ .sheet-option-can_use_luck_die-inline {
display: inline-block;
}
.sheet-option-can_cast_spell_from_scroll {
display: none;
}
input[name="attr_options_can_cast_spell_from_scroll"][type="hidden"][value="1"] ~ .sheet-option-can_cast_spell_from_scroll {
display: block;
}
input[name="attr_options_can_cast_spell_from_scroll"][type="hidden"][value="1"] ~ .sheet-option-can_cast_spell_from_scroll-hide {
display: none;
}
input[name="attr_options_can_cast_spell_from_scroll"][type="hidden"][value="1"] ~ .sheet-option-can_cast_spell_from_scroll-inline {
display: inline-block;
}
.sheet-option-can_sneak_silently {
display: none;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently {
display: block;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently-hide {
display: none;
}
input[name="attr_options_can_sneak_silently"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_silently-inline {
display: inline-block;
}
.sheet-option-can_hide_in_shadows {
display: none;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows {
display: block;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows-hide {
display: none;
}
input[name="attr_options_can_hide_in_shadows"][type="hidden"][value="1"] ~ .sheet-option-can_hide_in_shadows-inline {
display: inline-block;
}
.sheet-option-can_pick_pockets {
display: none;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets {
display: block;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets-hide {
display: none;
}
input[name="attr_options_can_pick_pockets"][type="hidden"][value="1"] ~ .sheet-option-can_pick_pockets-inline {
display: inline-block;
}
.sheet-option-can_climb {
display: none;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb {
display: block;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb-hide {
display: none;
}
input[name="attr_options_can_climb"][type="hidden"][value="1"] ~ .sheet-option-can_climb-inline {
display: inline-block;
}
.sheet-option-can_pick_lock {
display: none;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock {
display: block;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock-hide {
display: none;
}
input[name="attr_options_can_pick_lock"][type="hidden"][value="1"] ~ .sheet-option-can_pick_lock-inline {
display: inline-block;
}
.sheet-option-can_find_trap {
display: none;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap {
display: block;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap-hide {
display: none;
}
input[name="attr_options_can_find_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_trap-inline {
display: inline-block;
}
.sheet-option-can_disable_trap {
display: none;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap {
display: block;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap-hide {
display: none;
}
input[name="attr_options_can_disable_trap"][type="hidden"][value="1"] ~ .sheet-option-can_disable_trap-inline {
display: inline-block;
}
.sheet-option-can_forge_document {
display: none;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document {
display: block;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document-hide {
display: none;
}
input[name="attr_options_can_forge_document"][type="hidden"][value="1"] ~ .sheet-option-can_forge_document-inline {
display: inline-block;
}
.sheet-option-can_disguise_self {
display: none;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self {
display: block;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self-hide {
display: none;
}
input[name="attr_options_can_disguise_self"][type="hidden"][value="1"] ~ .sheet-option-can_disguise_self-inline {
display: inline-block;
}
.sheet-option-can_read_languages {
display: none;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages {
display: block;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages-hide {
display: none;
}
input[name="attr_options_can_read_languages"][type="hidden"][value="1"] ~ .sheet-option-can_read_languages-inline {
display: inline-block;
}
.sheet-option-can_handle_poison {
display: none;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison {
display: block;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison-hide {
display: none;
}
input[name="attr_options_can_handle_poison"][type="hidden"][value="1"] ~ .sheet-option-can_handle_poison-inline {
display: inline-block;
}
.sheet-option-is_halfling_champion {
display: none;
}
input[name="attr_options_is_halfling_champion"][type="hidden"][value="1"] ~ .sheet-option-is_halfling_champion {
display: block;
}
input[name="attr_options_is_halfling_champion"][type="hidden"][value="1"] ~ .sheet-option-is_halfling_champion-hide {
display: none;
}
input[name="attr_options_is_halfling_champion"][type="hidden"][value="1"] ~ .sheet-option-is_halfling_champion-inline {
display: inline-block;
}
.sheet-option-can_use_mighty_deeds {
display: none;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds {
display: block;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds-hide {
display: none;
}
input[name="attr_options_can_use_mighty_deeds"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds-inline {
display: inline-block;
}
.sheet-option-can_halfling_champion_stealth {
display: none;
}
input[name="attr_options_can_halfling_champion_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_champion_stealth {
display: block;
}
input[name="attr_options_can_halfling_champion_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_champion_stealth-hide {
display: none;
}
input[name="attr_options_can_halfling_champion_stealth"][type="hidden"][value="1"] ~ .sheet-option-can_halfling_champion_stealth-inline {
display: inline-block;
}
.sheet-option-is_paladin {
display: none;
}
input[name="attr_options_is_paladin"][type="hidden"][value="1"] ~ .sheet-option-is_paladin {
display: block;
}
input[name="attr_options_is_paladin"][type="hidden"][value="1"] ~ .sheet-option-is_paladin-hide {
display: none;
}
input[name="attr_options_is_paladin"][type="hidden"][value="1"] ~ .sheet-option-is_paladin-inline {
display: inline-block;
}
.sheet-option-can_cast_divine_spells {
display: none;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells {
display: block;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells-hide {
display: none;
}
input[name="attr_options_can_cast_divine_spells"][type="hidden"][value="1"] ~ .sheet-option-can_cast_divine_spells-inline {
display: inline-block;
}
.sheet-option-can_use_smite {
display: none;
}
input[name="attr_options_can_use_smite"][type="hidden"][value="1"] ~ .sheet-option-can_use_smite {
display: block;
}
input[name="attr_options_can_use_smite"][type="hidden"][value="1"] ~ .sheet-option-can_use_smite-hide {
display: none;
}
input[name="attr_options_can_use_smite"][type="hidden"][value="1"] ~ .sheet-option-can_use_smite-inline {
display: inline-block;
}
.sheet-option-can_cast_lay_on_hands_as_paladin {
display: none;
}
input[name="attr_options_can_cast_lay_on_hands_as_paladin"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands_as_paladin {
display: block;
}
input[name="attr_options_can_cast_lay_on_hands_as_paladin"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands_as_paladin-hide {
display: none;
}
input[name="attr_options_can_cast_lay_on_hands_as_paladin"][type="hidden"][value="1"] ~ .sheet-option-can_cast_lay_on_hands_as_paladin-inline {
display: inline-block;
}
.sheet-option-can_instill_bravery {
display: none;
}
input[name="attr_options_can_instill_bravery"][type="hidden"][value="1"] ~ .sheet-option-can_instill_bravery {
display: block;
}
input[name="attr_options_can_instill_bravery"][type="hidden"][value="1"] ~ .sheet-option-can_instill_bravery-hide {
display: none;
}
input[name="attr_options_can_instill_bravery"][type="hidden"][value="1"] ~ .sheet-option-can_instill_bravery-inline {
display: inline-block;
}
.sheet-option-can_cause_fear {
display: none;
}
input[name="attr_options_can_cause_fear"][type="hidden"][value="1"] ~ .sheet-option-can_cause_fear {
display: block;
}
input[name="attr_options_can_cause_fear"][type="hidden"][value="1"] ~ .sheet-option-can_cause_fear-hide {
display: none;
}
input[name="attr_options_can_cause_fear"][type="hidden"][value="1"] ~ .sheet-option-can_cause_fear-inline {
display: inline-block;
}
.sheet-option-can_have_fallen_points {
display: none;
}
input[name="attr_options_can_have_fallen_points"][type="hidden"][value="1"] ~ .sheet-option-can_have_fallen_points {
display: block;
}
input[name="attr_options_can_have_fallen_points"][type="hidden"][value="1"] ~ .sheet-option-can_have_fallen_points-hide {
display: none;
}
input[name="attr_options_can_have_fallen_points"][type="hidden"][value="1"] ~ .sheet-option-can_have_fallen_points-inline {
display: inline-block;
}
.sheet-option-is_ranger {
display: none;
}
input[name="attr_options_is_ranger"][type="hidden"][value="1"] ~ .sheet-option-is_ranger {
display: block;
}
input[name="attr_options_is_ranger"][type="hidden"][value="1"] ~ .sheet-option-is_ranger-hide {
display: none;
}
input[name="attr_options_is_ranger"][type="hidden"][value="1"] ~ .sheet-option-is_ranger-inline {
display: inline-block;
}
.sheet-option-can_use_mighty_deeds_as_ranger {
display: none;
}
input[name="attr_options_can_use_mighty_deeds_as_ranger"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds_as_ranger {
display: block;
}
input[name="attr_options_can_use_mighty_deeds_as_ranger"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds_as_ranger-hide {
display: none;
}
input[name="attr_options_can_use_mighty_deeds_as_ranger"][type="hidden"][value="1"] ~ .sheet-option-can_use_mighty_deeds_as_ranger-inline {
display: inline-block;
}
.sheet-option-can_climb_as_ranger {
display: none;
}
input[name="attr_options_can_climb_as_ranger"][type="hidden"][value="1"] ~ .sheet-option-can_climb_as_ranger {
display: block;
}
input[name="attr_options_can_climb_as_ranger"][type="hidden"][value="1"] ~ .sheet-option-can_climb_as_ranger-hide {
display: none;
}
input[name="attr_options_can_climb_as_ranger"][type="hidden"][value="1"] ~ .sheet-option-can_climb_as_ranger-inline {
display: inline-block;
}
.sheet-option-can_find_and_disable_natural_trap {
display: none;
}
input[name="attr_options_can_find_and_disable_natural_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_and_disable_natural_trap {
display: block;
}
input[name="attr_options_can_find_and_disable_natural_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_and_disable_natural_trap-hide {
display: none;
}
input[name="attr_options_can_find_and_disable_natural_trap"][type="hidden"][value="1"] ~ .sheet-option-can_find_and_disable_natural_trap-inline {
display: inline-block;
}
.sheet-option-can_sneak_and_hide {
display: none;
}
input[name="attr_options_can_sneak_and_hide"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_and_hide {
display: block;
}
input[name="attr_options_can_sneak_and_hide"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_and_hide-hide {
display: none;
}
input[name="attr_options_can_sneak_and_hide"][type="hidden"][value="1"] ~ .sheet-option-can_sneak_and_hide-inline {
display: inline-block;
}
.sheet-option-can_stride {
display: none;
}
input[name="attr_options_can_stride"][type="hidden"][value="1"] ~ .sheet-option-can_stride {
display: block;
}
input[name="attr_options_can_stride"][type="hidden"][value="1"] ~ .sheet-option-can_stride-hide {
display: none;
}
input[name="attr_options_can_stride"][type="hidden"][value="1"] ~ .sheet-option-can_stride-inline {
display: inline-block;
}
.sheet-option-knows_survival {
display: none;
}
input[name="attr_options_knows_survival"][type="hidden"][value="1"] ~ .sheet-option-knows_survival {
display: block;
}
input[name="attr_options_knows_survival"][type="hidden"][value="1"] ~ .sheet-option-knows_survival-hide {
display: none;
}
input[name="attr_options_knows_survival"][type="hidden"][value="1"] ~ .sheet-option-knows_survival-inline {
display: inline-block;
}
.sheet-option-has_favored_enemies {
display: none;
}
input[name="attr_options_has_favored_enemies"][type="hidden"][value="1"] ~ .sheet-option-has_favored_enemies {
display: block;
}
input[name="attr_options_has_favored_enemies"][type="hidden"][value="1"] ~ .sheet-option-has_favored_enemies-hide {
display: none;
}
input[name="attr_options_has_favored_enemies"][type="hidden"][value="1"] ~ .sheet-option-has_favored_enemies-inline {
display: inline-block;
}
.sheet-option-is_cyborg {
display: none;
}
input[name="attr_options_is_cyborg"][type="hidden"][value="1"] ~ .sheet-option-is_cyborg {
display: block;
}
input[name="attr_options_is_cyborg"][type="hidden"][value="1"] ~ .sheet-option-is_cyborg-hide {
display: none;
}
input[name="attr_options_is_cyborg"][type="hidden"][value="1"] ~ .sheet-option-is_cyborg-inline {
display: inline-block;
}
.sheet-option-has_artifical_body_parts {
display: none;
}
input[name="attr_options_has_artifical_body_parts"][type="hidden"][value="1"] ~ .sheet-option-has_artifical_body_parts {
display: block;
}
input[name="attr_options_has_artifical_body_parts"][type="hidden"][value="1"] ~ .sheet-option-has_artifical_body_parts-hide {
display: none;
}
input[name="attr_options_has_artifical_body_parts"][type="hidden"][value="1"] ~ .sheet-option-has_artifical_body_parts-inline {
display: inline-block;
}
.sheet-option-has_jury_rig_die {
display: none;
}
input[name="attr_options_has_jury_rig_die"][type="hidden"][value="1"] ~ .sheet-option-has_jury_rig_die {
display: block;
}
input[name="attr_options_has_jury_rig_die"][type="hidden"][value="1"] ~ .sheet-option-has_jury_rig_die-hide {
display: none;
}
input[name="attr_options_has_jury_rig_die"][type="hidden"][value="1"] ~ .sheet-option-has_jury_rig_die-inline {
display: inline-block;
}
.sheet-option-can_repair_tech {
display: none;
}
input[name="attr_options_can_repair_tech"][type="hidden"][value="1"] ~ .sheet-option-can_repair_tech {
display: block;
}
input[name="attr_options_can_repair_tech"][type="hidden"][value="1"] ~ .sheet-option-can_repair_tech-hide {
display: none;
}
input[name="attr_options_can_repair_tech"][type="hidden"][value="1"] ~ .sheet-option-can_repair_tech-inline {
display: inline-block;
}
.sheet-option-can_find_salvage {
display: none;
}
input[name="attr_options_can_find_salvage"][type="hidden"][value="1"] ~ .sheet-option-can_find_salvage {
display: block;
}
input[name="attr_options_can_find_salvage"][type="hidden"][value="1"] ~ .sheet-option-can_find_salvage-hide {
display: none;
}
input[name="attr_options_can_find_salvage"][type="hidden"][value="1"] ~ .sheet-option-can_find_salvage-inline {
display: inline-block;
}
.sheet-option-is_mutant {
display: none;
}
input[name="attr_options_is_mutant"][type="hidden"][value="1"] ~ .sheet-option-is_mutant {
display: block;
}
input[name="attr_options_is_mutant"][type="hidden"][value="1"] ~ .sheet-option-is_mutant-hide {
display: none;
}
input[name="attr_options_is_mutant"][type="hidden"][value="1"] ~ .sheet-option-is_mutant-inline {
display: inline-block;
}
.sheet-option-has_survival_die {
display: none;
}
input[name="attr_options_has_survival_die"][type="hidden"][value="1"] ~ .sheet-option-has_survival_die {
display: block;
}
input[name="attr_options_has_survival_die"][type="hidden"][value="1"] ~ .sheet-option-has_survival_die-hide {
display: none;
}
input[name="attr_options_has_survival_die"][type="hidden"][value="1"] ~ .sheet-option-has_survival_die-inline {
display: inline-block;
}
.sheet-option-has_mutations {
display: none;
}
input[name="attr_options_has_mutations"][type="hidden"][value="1"] ~ .sheet-option-has_mutations {
display: block;
}
input[name="attr_options_has_mutations"][type="hidden"][value="1"] ~ .sheet-option-has_mutations-hide {
display: none;
}
input[name="attr_options_has_mutations"][type="hidden"][value="1"] ~ .sheet-option-has_mutations-inline {
display: inline-block;
}
.sheet-option-is_petrolhead {
display: none;
}
input[name="attr_options_is_petrolhead"][type="hidden"][value="1"] ~ .sheet-option-is_petrolhead {
display: block;
}
input[name="attr_options_is_petrolhead"][type="hidden"][value="1"] ~ .sheet-option-is_petrolhead-hide {
display: none;
}
input[name="attr_options_is_petrolhead"][type="hidden"][value="1"] ~ .sheet-option-is_petrolhead-inline {
display: inline-block;
}
.sheet-option-has_ace_die {
display: none;
}
input[name="attr_options_has_ace_die"][type="hidden"][value="1"] ~ .sheet-option-has_ace_die {
display: block;
}
input[name="attr_options_has_ace_die"][type="hidden"][value="1"] ~ .sheet-option-has_ace_die-hide {
display: none;
}
input[name="attr_options_has_ace_die"][type="hidden"][value="1"] ~ .sheet-option-has_ace_die-inline {
display: inline-block;
}
.sheet-option-has_mojo_die {
display: none;
}
input[name="attr_options_has_mojo_die"][type="hidden"][value="1"] ~ .sheet-option-has_mojo_die {
display: block;
}
input[name="attr_options_has_mojo_die"][type="hidden"][value="1"] ~ .sheet-option-has_mojo_die-hide {
display: none;
}
input[name="attr_options_has_mojo_die"][type="hidden"][value="1"] ~ .sheet-option-has_mojo_die-inline {
display: inline-block;
}
.sheet-option-is_technologist {
display: none;
}
input[name="attr_options_is_technologist"][type="hidden"][value="1"] ~ .sheet-option-is_technologist {
display: block;
}
input[name="attr_options_is_technologist"][type="hidden"][value="1"] ~ .sheet-option-is_technologist-hide {
display: none;
}
input[name="attr_options_is_technologist"][type="hidden"][value="1"] ~ .sheet-option-is_technologist-inline {
display: inline-block;
}
.sheet-option-can_tinker_with_weapons {
display: none;
}
input[name="attr_options_can_tinker_with_weapons"][type="hidden"][value="1"] ~ .sheet-option-can_tinker_with_weapons {
display: block;
}
input[name="attr_options_can_tinker_with_weapons"][type="hidden"][value="1"] ~ .sheet-option-can_tinker_with_weapons-hide {
display: none;
}
input[name="attr_options_can_tinker_with_weapons"][type="hidden"][value="1"] ~ .sheet-option-can_tinker_with_weapons-inline {
display: inline-block;
}
.sheet-option-can_repair_bots {
display: none;
}
input[name="attr_options_can_repair_bots"][type="hidden"][value="1"] ~ .sheet-option-can_repair_bots {
display: block;
}
input[name="attr_options_can_repair_bots"][type="hidden"][value="1"] ~ .sheet-option-can_repair_bots-hide {
display: none;
}
input[name="attr_options_can_repair_bots"][type="hidden"][value="1"] ~ .sheet-option-can_repair_bots-inline {
display: inline-block;
}
.sheet-option-can_use_computers {
display: none;
}
input[name="attr_options_can_use_computers"][type="hidden"][value="1"] ~ .sheet-option-can_use_computers {
display: block;
}
input[name="attr_options_can_use_computers"][type="hidden"][value="1"] ~ .sheet-option-can_use_computers-hide {
display: none;
}
input[name="attr_options_can_use_computers"][type="hidden"][value="1"] ~ .sheet-option-can_use_computers-inline {
display: inline-block;
}
.sheet-option-can_repair_vehicles {
display: none;
}
input[name="attr_options_can_repair_vehicles"][type="hidden"][value="1"] ~ .sheet-option-can_repair_vehicles {
display: block;
}
input[name="attr_options_can_repair_vehicles"][type="hidden"][value="1"] ~ .sheet-option-can_repair_vehicles-hide {
display: none;
}
input[name="attr_options_can_repair_vehicles"][type="hidden"][value="1"] ~ .sheet-option-can_repair_vehicles-inline {
display: inline-block;
}
.sheet-option-can_use_general_tech {
display: none;
}
input[name="attr_options_can_use_general_tech"][type="hidden"][value="1"] ~ .sheet-option-can_use_general_tech {
display: block;
}
input[name="attr_options_can_use_general_tech"][type="hidden"][value="1"] ~ .sheet-option-can_use_general_tech-hide {
display: none;
}
input[name="attr_options_can_use_general_tech"][type="hidden"][value="1"] ~ .sheet-option-can_use_general_tech-inline {
display: inline-block;
}
.sheet-option-can_use_alien_tech {
display: none;
}
input[name="attr_options_can_use_alien_tech"][type="hidden"][value="1"] ~ .sheet-option-can_use_alien_tech {
display: block;
}
input[name="attr_options_can_use_alien_tech"][type="hidden"][value="1"] ~ .sheet-option-can_use_alien_tech-hide {
display: none;
}
input[name="attr_options_can_use_alien_tech"][type="hidden"][value="1"] ~ .sheet-option-can_use_alien_tech-inline {
display: inline-block;
}
.sheet-options-grid {
display: grid;
grid-template-columns: 1fr 2fr;
grid-template-rows: auto;
}
.sheet-options-grid > :is(h5, .sheet-sub-header) {
grid-column: 1 / -1;
}
.sheet-currency-grid {
display: grid;
grid-template-columns: 100%;
}
.sheet-currency-grid .sheet-small-label {
text-align: center;
}
.sheet-currency-normal-subgrid {
display: grid;
grid-template-columns: repeat(6, 1fr);
}
.sheet-currency-lankhmar-subgrid {
display: grid;
grid-template-columns: repeat(7, 1fr);
}
.sheet-ability-selection {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-flow: row dense;
grid-auto-rows: minmax(min-content, max-content);
row-gap: 3px;
}
.sheet-ability-selection-category-core {
grid-column: 1 / 2;
}
.sheet-ability-selection-category-supplemental {
grid-column: 2 / 3;
}
.sheet-ability-selection-category-crawl {
grid-column: 3 / 4;
}
.sheet-ability-selection-category-umerica {
grid-column: 4 / 5;
}
.sheet-ability-selection-class {
display: grid;
grid-template-columns: 10px max-content;
grid-template-rows: 20px auto;
}
.sheet-ability-selection-class .sheet-ability-subselection {
grid-column: 1 / -1;
}
.sheet-ability-subselection {
display: grid;
grid-template-columns: 20px auto;
grid-template-rows: repeat(auto-fit, 18px);
}
.sheet-ability-selection label {
width: fit-content;
margin-left: 3px;
margin-bottom: 0px; /* reset roll20 css */
}
.sheet-ability-selection label > input[type="checkbox"]{
margin-right: 3px;
}
.sheet-abilities-toggle > span:before {
cursor: pointer;
}
.sheet-abilities-toggle.sheet-abilities-toggle-open > span:before {
content: "⌄";
}
.sheet-abilities-toggle.sheet-abilities-toggle-closed > span:before {
content: ">";
}
.sheet-character-information-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: auto repeat(4, auto 20px);
row-gap: 1px;
grid-template-areas:
"header header header header header"
"class class occupation occupation occupation"
"cllabel cllabel occlabel occlabel occlabel"
"title title alignment level xp"
"tilabel tilabel allabel lvllabel xplabel"
"ac ac hp hp hpmax"
"aclabel aclabel hplabel hplabel hpmaxlabel"
"hitdie levelhp levelhp healhp healhp"
"hdlabel levelhp levelhp healhp healhp"
}
.sheet-character-information-grid > h4 {
grid-area: header;
}
.sheet-character-information-grid .sheet-small-label {
text-align: center;
}
.sheet-character-information-grid > .sheet-classname {
grid-area: class;
}
.sheet-character-information-grid > .sheet-classname-label {
grid-area: cllabel;
}
.sheet-character-information-grid > .sheet-class-occupation {
grid-area: occupation;
}
.sheet-character-information-grid > .sheet-class-occupation-label {
grid-area: occlabel;
}
.sheet-character-information-grid > .sheet-title {
grid-area: title;
}
.sheet-character-information-grid > .sheet-title-label {
grid-area: tilabel;
}
.sheet-character-information-grid > .sheet-alignment {
grid-area: alignment;
}
.sheet-character-information-grid > .sheet-alignment-label {
grid-area: allabel;
}
.sheet-character-information-grid > .sheet-level {
grid-area: level;
}
.sheet-character-information-grid > .sheet-level-label {
grid-area: lvllabel;
}
.sheet-character-information-grid > .sheet-xp {
grid-area: xp;
}
.sheet-character-information-grid > .sheet-xp-label {
grid-area: xplabel;
}
.sheet-character-information-grid > .sheet-ACBG {
grid-area: ac;
min-width: 80px;
min-height: 80px;
background: url('http://i.imgur.com/6lUoOzW.png') no-repeat 50% 50% / contain;
display: grid;
grid-template-columns: auto 40px auto;
}
.sheet-character-information-grid > .sheet-ACBG > input {
grid-column: 2 / 3;
}
.sheet-character-information-grid > .sheet-ac-label {
grid-area: aclabel;
}
.sheet-character-information-grid > .sheet-HPBG {
grid-area: hp;
min-width: 80px;
min-height: 80px;
background: url('http://i.imgur.com/37exssR.png') no-repeat 50% 50% / contain;
display: grid;
grid-template-columns: auto 40px auto;
}
.sheet-character-information-grid > .sheet-HPBG > input {
grid-column: 2 / 3;
}
.sheet-character-information-grid > .sheet-hp-label {
grid-area: hplabel;
}
.sheet-character-information-grid > .sheet-hp-max {
grid-area: hpmax;
align-self: end;
justify-self: center;
width: 3.5em !important;
}
.sheet-character-information-grid > .sheet-hp-max-label {
grid-area: hpmaxlabel;
}
.sheet-character-information-grid > .sheet-hitdie {
grid-area: hitdie;
}
.sheet-character-information-grid > .sheet-hitdie-label {
grid-area: hdlabel;
}
.sheet-character-information-grid > .sheet-level-hp {
grid-area: levelhp;
}
.sheet-character-information-grid > .sheet-heal-hp {
grid-area: healhp;
}
.sheet-cleric-grid {
display: grid;
column-gap: 10px;
row-gap: 1px;
grid-template-columns: 116px 58px 58px 116px auto;
grid-template-rows: 28px 45px 28px 45px 28px 45px;
grid-template-areas:
"tutitle tumisc tutotal turoll tunotes"
"... tumb tutb ... tunotes"
"datitle damisc datotal daroll danotes"
"... damb datb ... danotes"
"lhtitle lhmisc lhtotal lhroll lhnotes"
"... lhmb lhtb ... lhnotes"
}
.sheet-cleric-ability-grid {
display: grid;
column-gap: 10px;
row-gap: 1px;
grid-template-columns: 153px 58px 58px 116px auto;
grid-template-rows: 28px 45px;
}
.sheet-cleric-notes {
grid-column: 5;
grid-row: 1 / -1;
}
.sheet-cleric-misc-bonus-label {
grid-column: 2;
grid-row: 2;
}
.sheet-cleric-total-bonus-label {
grid-column: 3;
grid-row: 2;
}
.sheet-cleric-ability-grid textarea {
height: 100%;
padding: 0px;
margin: 0px;
margin-top: 3px;
box-sizing: border-box;
}
/* allow padding *around* textareas, rather than inside of them */
.sheet-textarea-wrapper {
padding-bottom: 5px;
}
.sheet-cleric-ability-name {
justify-self: end;
}
.sheet-spellbook-grid {
display: grid;
grid-template-columns: repeat(15, 1fr);
grid-template-rows: auto auto;
grid-template-areas:
"hl hl hl hl hl hc hc hc hc hc hr hr hr hr hr"
".. ct ct ct .. .. sd sc sc .. .. md mr mr mr";
}
.sheet-spellbook-caster-type-header {
grid-area: hl;
}
select.sheet-spellbook-caster-type {
grid-area: ct;
}
.sheet-spellbook-spell-check-header {
grid-area: hc;
}
.sheet-spellbook-spell-check-die {
grid-area: sd;
}
.sheet-spellbook-spell-check-roll {
grid-area: sc;
}
.sheet-spellbook-manifestation-header {
grid-area: hr;
}
select.sheet-spellbook-manifestation-die {
grid-area: md;
}
.sheet-spellbook-manifestation-roll {
grid-area: mr;
}
.sheet-lankhmar-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sheet-lankhmar-grid + div {
grid-column: auto
}
.sheet-lankhmarpatrons {
display: grid;
grid-template-columns: 1fr 80px 188px 1fr;
}
.charsheet .sheet-hidden {
display: none;
}
/* Custom Pure Grid CSS (24 cols) DO NOT EDIT BELOW THIS LINE OR RISK BREAKING FORMATTING */
.sheet-row,
.sheet-rolltemplate-DccTabbed .sheet-row {
letter-spacing: -0.31em;
*letter-spacing: normal;
*word-spacing: -0.43em;
text-rendering: optimizespeed;
}
.sheet-opera-only :-o-prefocus, .sheet-row,
.sheet-rolltemplate-DccTabbed .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-DccTabbed .sheet-row {
word-spacing: -0.43em;
}
.sheet-col,
.sheet-rolltemplate-DccTabbed .sheet-col {
display: inline-block;
zoom: 1; *display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.sheet-rolltemplate-DccTabbed .sheet-col-1,.sheet-rolltemplate-DccTabbed .sheet-col-1-2,.sheet-rolltemplate-DccTabbed .sheet-col-1-3,.sheet-rolltemplate-DccTabbed .sheet-col-2-3,.sheet-rolltemplate-DccTabbed .sheet-col-1-4,.sheet-rolltemplate-DccTabbed .sheet-col-3-4,.sheet-rolltemplate-DccTabbed .sheet-col-1-5,.sheet-rolltemplate-DccTabbed .sheet-col-2-5,.sheet-rolltemplate-DccTabbed .sheet-col-3-5,.sheet-rolltemplate-DccTabbed .sheet-col-4-5,.sheet-rolltemplate-DccTabbed .sheet-col-1-6,.sheet-rolltemplate-DccTabbed .sheet-col-5-6,.sheet-rolltemplate-DccTabbed .sheet-col-1-7,.sheet-rolltemplate-DccTabbed .sheet-col-2-7,.sheet-rolltemplate-DccTabbed .sheet-col-3-7,.sheet-rolltemplate-DccTabbed .sheet-col-4-7,.sheet-rolltemplate-DccTabbed .sheet-col-5-7,.sheet-rolltemplate-DccTabbed .sheet-col-6-7,.sheet-rolltemplate-DccTabbed .sheet-col-1-8,.sheet-rolltemplate-DccTabbed .sheet-col-3-8,.sheet-rolltemplate-DccTabbed .sheet-col-5-8,.sheet-rolltemplate-DccTabbed .sheet-col-7-8,.sheet-rolltemplate-DccTabbed .sheet-col-1-9,.sheet-rolltemplate-DccTabbed .sheet-col-2-9,.sheet-rolltemplate-DccTabbed .sheet-col-4-9,.sheet-rolltemplate-DccTabbed .sheet-col-5-9,.sheet-rolltemplate-DccTabbed .sheet-col-6-9,.sheet-rolltemplate-DccTabbed .sheet-col-7-9,.sheet-rolltemplate-DccTabbed .sheet-col-8-9,.sheet-rolltemplate-DccTabbed .sheet-col-1-10,.sheet-rolltemplate-DccTabbed .sheet-col-3-10,.sheet-rolltemplate-DccTabbed .sheet-col-7-10,.sheet-rolltemplate-DccTabbed .sheet-col-9-10,.sheet-rolltemplate-DccTabbed .sheet-col-1-11,.sheet-rolltemplate-DccTabbed .sheet-col-2-11,.sheet-rolltemplate-DccTabbed .sheet-col-3-11,.sheet-rolltemplate-DccTabbed .sheet-col-4-11,.sheet-rolltemplate-DccTabbed .sheet-col-5-11,.sheet-rolltemplate-DccTabbed .sheet-col-6-11,.sheet-rolltemplate-DccTabbed .sheet-col-7-11,.sheet-rolltemplate-DccTabbed .sheet-col-8-11,.sheet-rolltemplate-DccTabbed .sheet-col-9-11,.sheet-rolltemplate-DccTabbed .sheet-col-10-11,.sheet-rolltemplate-DccTabbed .sheet-col-1-12,.sheet-rolltemplate-DccTabbed .sheet-col-5-12,.sheet-rolltemplate-DccTabbed .sheet-col-7-12,.sheet-rolltemplate-DccTabbed .sheet-col-9-12,.sheet-rolltemplate-DccTabbed .sheet-col-11-12,.sheet-rolltemplate-DccTabbed .sheet-col-1-13,.sheet-rolltemplate-DccTabbed .sheet-col-2-13,.sheet-rolltemplate-DccTabbed .sheet-col-3-13,.sheet-rolltemplate-DccTabbed .sheet-col-4-13,.sheet-rolltemplate-DccTabbed .sheet-col-5-13,.sheet-rolltemplate-DccTabbed .sheet-col-6-13,.sheet-rolltemplate-DccTabbed .sheet-col-7-13,.sheet-rolltemplate-DccTabbed .sheet-col-8-13,.sheet-rolltemplate-DccTabbed .sheet-col-9-13,.sheet-rolltemplate-DccTabbed .sheet-col-10-13,.sheet-rolltemplate-DccTabbed .sheet-col-11-13,.sheet-rolltemplate-DccTabbed .sheet-col-12-13,.sheet-rolltemplate-DccTabbed .sheet-col-1-14,.sheet-rolltemplate-DccTabbed .sheet-col-3-14,.sheet-rolltemplate-DccTabbed .sheet-col-5-14,.sheet-rolltemplate-DccTabbed .sheet-col-9-14,.sheet-rolltemplate-DccTabbed .sheet-col-11-14,.sheet-rolltemplate-DccTabbed .sheet-col-13-14,.sheet-rolltemplate-DccTabbed .sheet-col-1-15,.sheet-rolltemplate-DccTabbed .sheet-col-2-15,.sheet-rolltemplate-DccTabbed .sheet-col-4-15,.sheet-rolltemplate-DccTabbed .sheet-col-6-15,.sheet-rolltemplate-DccTabbed .sheet-col-7-15,.sheet-rolltemplate-DccTabbed .sheet-col-8-15,.sheet-rolltemplate-DccTabbed .sheet-col-9-15,.sheet-rolltemplate-DccTabbed .sheet-col-10-15,.sheet-rolltemplate-DccTabbed .sheet-col-11-15,.sheet-rolltemplate-DccTabbed .sheet-col-12-15,.sheet-rolltemplate-DccTabbed .sheet-col-13-15,.sheet-rolltemplate-DccTabbed .sheet-col-14-15,.sheet-rolltemplate-DccTabbed .sheet-col-1-16,.sheet-rolltemplate-DccTabbed .sheet-col-3-16,.sheet-rolltemplate-DccTabbed .sheet-col-5-16,.sheet-rolltemplate-DccTabbed .sheet-col-7-16,.sheet-rolltemplate-DccTabbed .sheet-col-9-16,.sheet-rolltemplate-DccTabbed .sheet-col-11-16,.sheet-rolltemplate-DccTabbed .sheet-col-13-16,.sheet-rolltemplate-DccTabbed .sheet-col-15-16,.sheet-rolltemplate-DccTabbed .sheet-col-1-17,.sheet-rolltemplate-DccTabbed .sheet-col-2-17,.sheet-rolltemplate-DccTabbed .sheet-col-3-17,.sheet-rolltemplate-DccTabbed .sheet-col-4-17,.sheet-rolltemplate-DccTabbed .sheet-col-5-17,.sheet-rolltemplate-DccTabbed .sheet-col-6-17,.sheet-rolltemplate-DccTabbed .sheet-col-7-17,.sheet-rolltemplate-DccTabbed .sheet-col-8-17,.sheet-rolltemplate-DccTabbed .sheet-col-9-17,.sheet-rolltemplate-DccTabbed .sheet-col-10-17,.sheet-rolltemplate-DccTabbed .sheet-col-11-17,.sheet-rolltemplate-DccTabbed .sheet-col-12-17,.sheet-rolltemplate-DccTabbed .sheet-col-13-17,.sheet-rolltemplate-DccTabbed .sheet-col-14-17,.sheet-rolltemplate-DccTabbed .sheet-col-15-17,.sheet-rolltemplate-DccTabbed .sheet-col-16-17,.sheet-rolltemplate-DccTabbed .sheet-col-1-18,.sheet-rolltemplate-DccTabbed .sheet-col-5-18,.sheet-rolltemplate-DccTabbed .sheet-col-7-18,.sheet-rolltemplate-DccTabbed .sheet-col-11-18,.sheet-rolltemplate-DccTabbed .sheet-col-13-18,.sheet-rolltemplate-DccTabbed .sheet-col-15-18,.sheet-rolltemplate-DccTabbed .sheet-col-17-18,.sheet-rolltemplate-DccTabbed .sheet-col-1-19,.sheet-rolltemplate-DccTabbed .sheet-col-2-19,.sheet-rolltemplate-DccTabbed .sheet-col-3-19,.sheet-rolltemplate-DccTabbed .sheet-col-4-19,.sheet-rolltemplate-DccTabbed .sheet-col-5-19,.sheet-rolltemplate-DccTabbed .sheet-col-6-19,.sheet-rolltemplate-DccTabbed .sheet-col-7-19,.sheet-rolltemplate-DccTabbed .sheet-col-8-19,.sheet-rolltemplate-DccTabbed .sheet-col-9-19,.sheet-rolltemplate-DccTabbed .sheet-col-10-19,.sheet-rolltemplate-DccTabbed .sheet-col-11-19,.sheet-rolltemplate-DccTabbed .sheet-col-12-19,.sheet-rolltemplate-DccTabbed .sheet-col-13-19,.sheet-rolltemplate-DccTabbed .sheet-col-14-19,.sheet-rolltemplate-DccTabbed .sheet-col-15-19,.sheet-rolltemplate-DccTabbed .sheet-col-16-19,.sheet-rolltemplate-DccTabbed .sheet-col-17-19,.sheet-rolltemplate-DccTabbed .sheet-col-18-19,.sheet-rolltemplate-DccTabbed .sheet-col-1-20,.sheet-rolltemplate-DccTabbed .sheet-col-3-20,.sheet-rolltemplate-DccTabbed .sheet-col-7-20,.sheet-rolltemplate-DccTabbed .sheet-col-9-20,.sheet-rolltemplate-DccTabbed .sheet-col-11-20,.sheet-rolltemplate-DccTabbed .sheet-col-13-20,.sheet-rolltemplate-DccTabbed .sheet-col-15-20,.sheet-rolltemplate-DccTabbed .sheet-col-17-20,.sheet-rolltemplate-DccTabbed .sheet-col-19-20,.sheet-rolltemplate-DccTabbed .sheet-col-1-21,.sheet-rolltemplate-DccTabbed .sheet-col-2-21,.sheet-rolltemplate-DccTabbed .sheet-col-4-21,.sheet-rolltemplate-DccTabbed .sheet-col-5-21,.sheet-rolltemplate-DccTabbed .sheet-col-6-21,.sheet-rolltemplate-DccTabbed .sheet-col-8-21,.sheet-rolltemplate-DccTabbed .sheet-col-9-21,.sheet-rolltemplate-DccTabbed .sheet-col-10-21,.sheet-rolltemplate-DccTabbed .sheet-col-11-21,.sheet-rolltemplate-DccTabbed .sheet-col-12-21,.sheet-rolltemplate-DccTabbed .sheet-col-13-21,.sheet-rolltemplate-DccTabbed .sheet-col-14-21,.sheet-rolltemplate-DccTabbed .sheet-col-15-21,.sheet-rolltemplate-DccTabbed .sheet-col-16-21,.sheet-rolltemplate-DccTabbed .sheet-col-17-21,.sheet-rolltemplate-DccTabbed .sheet-col-18-21,.sheet-rolltemplate-DccTabbed .sheet-col-19-21,.sheet-rolltemplate-DccTabbed .sheet-col-20-21,.sheet-rolltemplate-DccTabbed .sheet-col-1-22,.sheet-rolltemplate-DccTabbed .sheet-col-3-22,.sheet-rolltemplate-DccTabbed .sheet-col-5-22,.sheet-rolltemplate-DccTabbed .sheet-col-7-22,.sheet-rolltemplate-DccTabbed .sheet-col-9-22,.sheet-rolltemplate-DccTabbed .sheet-col-13-22,.sheet-rolltemplate-DccTabbed .sheet-col-15-22,.sheet-rolltemplate-DccTabbed .sheet-col-17-22,.sheet-rolltemplate-DccTabbed .sheet-col-19-22,.sheet-rolltemplate-DccTabbed .sheet-col-21-22,.sheet-rolltemplate-DccTabbed .sheet-col-1-23,.sheet-rolltemplate-DccTabbed .sheet-col-2-23,.sheet-rolltemplate-DccTabbed .sheet-col-3-23,.sheet-rolltemplate-DccTabbed .sheet-col-4-23,.sheet-rolltemplate-DccTabbed .sheet-col-5-23,.sheet-rolltemplate-DccTabbed .sheet-col-6-23,.sheet-rolltemplate-DccTabbed .sheet-col-7-23,.sheet-rolltemplate-DccTabbed .sheet-col-8-23,.sheet-rolltemplate-DccTabbed .sheet-col-9-23,.sheet-rolltemplate-DccTabbed .sheet-col-10-23,.sheet-rolltemplate-DccTabbed .sheet-col-11-23,.sheet-rolltemplate-DccTabbed .sheet-col-12-23,.sheet-rolltemplate-DccTabbed .sheet-col-13-23,.sheet-rolltemplate-DccTabbed .sheet-col-14-23,.sheet-rolltemplate-DccTabbed .sheet-col-15-23,.sheet-rolltemplate-DccTabbed .sheet-col-16-23,.sheet-rolltemplate-DccTabbed .sheet-col-17-23,.sheet-rolltemplate-DccTabbed .sheet-col-18-23,.sheet-rolltemplate-DccTabbed .sheet-col-19-23,.sheet-rolltemplate-DccTabbed .sheet-col-20-23,.sheet-rolltemplate-DccTabbed .sheet-col-21-23,.sheet-rolltemplate-DccTabbed .sheet-col-22-23,.sheet-rolltemplate-DccTabbed .sheet-col-1-24,.sheet-rolltemplate-DccTabbed .sheet-col-5-24,.sheet-rolltemplate-DccTabbed .sheet-col-7-24,.sheet-rolltemplate-DccTabbed .sheet-col-9-24,.sheet-rolltemplate-DccTabbed .sheet-col-11-24,.sheet-rolltemplate-DccTabbed .sheet-col-13-24,.sheet-rolltemplate-DccTabbed .sheet-col-15-24,.sheet-rolltemplate-DccTabbed .sheet-col-17-24,.sheet-rolltemplate-DccTabbed .sheet-col-19-24,.sheet-rolltemplate-DccTabbed .sheet-col-21-24,.sheet-rolltemplate-DccTabbed .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, .sheet-width-10, .sheet-width-10_52632, .sheet-width-11_11111, .sheet-width-11_76471, .sheet-width-12_5, .sheet-width-13_04348, .sheet-width-13_33333, .sheet-width-13_63636, .sheet-width-14_28571, .sheet-width-15, .sheet-width-15_38462, .sheet-width-15_78947, .sheet-width-16_66667, .sheet-width-17_3913, .sheet-width-17_64706, .sheet-width-18_18182, .sheet-width-18_75, .sheet-width-19_04762, .sheet-width-20, .sheet-width-20_83333, .sheet-width-21_05263, .sheet-width-21_42857, .sheet-width-21_73913, .sheet-width-22_22222, .sheet-width-22_72727, .sheet-width-23_07692, .sheet-width-23_52941, .sheet-width-23_80952, .sheet-width-25, .sheet-width-26_08696, .sheet-width-26_31579, .sheet-width-26_66667, .sheet-width-27_27273, .sheet-width-27_77778, .sheet-width-28_57143, .sheet-width-29_16667, .sheet-width-29_41176, .sheet-width-30, .sheet-width-30_43478, .sheet-width-30_76923, .sheet-width-31_25, .sheet-width-31_57895, .sheet-width-31_81818, .sheet-width-33_33333, .sheet-width-34_78261, .sheet-width-35, .sheet-width-35_29412, .sheet-width-35_71429, .sheet-width-36_36364, .sheet-width-36_84211, .sheet-width-37_5, .sheet-width-38_09524, .sheet-width-38_46154, .sheet-width-38_88889, .sheet-width-39_13043, .sheet-width-40, .sheet-width-40_90909, .sheet-width-41_17647, .sheet-width-41_66667, .sheet-width-42_10526, .sheet-width-42_85714, .sheet-width-43_47826, .sheet-width-43_75, .sheet-width-44_44444, .sheet-width-45, .sheet-width-45_45455, .sheet-width-45_83333, .sheet-width-46_15385, .sheet-width-46_66667, .sheet-width-47_05882, .sheet-width-47_36842, .sheet-width-47_61905, .sheet-width-47_82609, .sheet-width-4_16667, .sheet-width-4_34783, .sheet-width-4_54545, .sheet-width-4_7619, .sheet-width-5, .sheet-width-50, .sheet-width-52_17391, .sheet-width-52_38095, .sheet-width-52_63158, .sheet-width-52_94118, .sheet-width-53_33333, .sheet-width-53_84615, .sheet-width-54_16667, .sheet-width-54_54545, .sheet-width-55, .sheet-width-55_55556, .sheet-width-56_25, .sheet-width-56_52174, .sheet-width-57_14286, .sheet-width-57_89474, .sheet-width-58_33333, .sheet-width-58_82353, .sheet-width-59_09091, .sheet-width-5_26316, .sheet-width-5_55556, .sheet-width-5_88235, .sheet-width-60, .sheet-width-60_86957, .sheet-width-61_11111, .sheet-width-61_53846, .sheet-width-61_90476, .sheet-width-62_5, .sheet-width-63_15789, .sheet-width-63_63636, .sheet-width-64_28571, .sheet-width-64_70588, .sheet-width-65, .sheet-width-65_21739, .sheet-width-66_66667, .sheet-width-68_18182, .sheet-width-68_42105, .sheet-width-68_75, .sheet-width-69_23077, .sheet-width-69_56522, .sheet-width-6_25, .sheet-width-6_66667, .sheet-width-70, .sheet-width-70_58824, .sheet-width-70_83333, .sheet-width-71_42857, .sheet-width-72_22222, .sheet-width-72_72727, .sheet-width-73_33333, .sheet-width-73_68421, .sheet-width-73_91304, .sheet-width-75, .sheet-width-76_19048, .sheet-width-76_47059, .sheet-width-76_92308, .sheet-width-77_27273, .sheet-width-77_77778, .sheet-width-78_26087, .sheet-width-78_57143, .sheet-width-78_94737, .sheet-width-79_16667, .sheet-width-7_14286, .sheet-width-7_69231, .sheet-width-80, .sheet-width-80_95238, .sheet-width-81_25, .sheet-width-81_81818, .sheet-width-82_35294, .sheet-width-82_6087, .sheet-width-83_33333, .sheet-width-84_21053, .sheet-width-84_61538, .sheet-width-85, .sheet-width-85_71429, .sheet-width-86_36364, .sheet-width-86_66667, .sheet-width-86_95652, .sheet-width-87_5, .sheet-width-88_23529, .sheet-width-88_88889, .sheet-width-89_47368, .sheet-width-8_33333, .sheet-width-8_69565, .sheet-width-90, .sheet-width-90_47619, .sheet-width-90_90909, .sheet-width-91_30435, .sheet-width-91_66667, .sheet-width-92_30769, .sheet-width-92_85714, .sheet-width-93_33333, .sheet-width-93_75, .sheet-width-94_11765, .sheet-width-94_44444, .sheet-width-94_73684, .sheet-width-95, .sheet-width-95_2381, .sheet-width-95_45455, .sheet-width-95_65217, .sheet-width-95_83333, .sheet-width-9_09091, .sheet-width-9_52381
{
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.sheet-col-1,
.sheet-rolltemplate-DccTabbed .sheet-col-1 {
display:block;
}
.sheet-col-1-2,
.sheet-width-50,
.sheet-rolltemplate-DccTabbed .sheet-col-1-2 {
width: 50%;
}
.sheet-offset-1-2,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-2 {
margin-left: 50%;
}
.sheet-col-1-3,
.sheet-width-33_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-1-3 {
width: 33.33333%;
}
.sheet-offset-1-3,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-3 {
margin-left: 33.33333%;
}
.sheet-col-2-3,
.sheet-width-66_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-2-3 {
width: 66.66667%;
}
.sheet-offset-2-3,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-3 {
margin-left: 66.66667%;
}
.sheet-col-1-4,
.sheet-width-25,
.sheet-rolltemplate-DccTabbed .sheet-col-1-4 {
width: 25%;
}
.sheet-offset-1-4,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-4 {
margin-left: 25%;
}
.sheet-col-3-4,
.sheet-width-75,
.sheet-rolltemplate-DccTabbed .sheet-col-3-4 {
width: 75%;
}
.sheet-offset-3-4,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-4 {
margin-left: 75%;
}
.sheet-col-1-5,
.sheet-width-20,
.sheet-rolltemplate-DccTabbed .sheet-col-1-5 {
width: 20%;
}
.sheet-offset-1-5,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-5 {
margin-left: 20%;
}
.sheet-col-2-5,
.sheet-width-40,
.sheet-rolltemplate-DccTabbed .sheet-col-2-5 {
width: 40%;
}
.sheet-offset-2-5,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-5 {
margin-left: 40%;
}
.sheet-col-3-5,
.sheet-width-60,
.sheet-rolltemplate-DccTabbed .sheet-col-3-5 {
width: 60%;
}
.sheet-offset-3-5,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-5 {
margin-left: 60%;
}
.sheet-col-4-5,
.sheet-width-80,
.sheet-rolltemplate-DccTabbed .sheet-col-4-5 {
width: 80%;
}
.sheet-offset-4-5,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-5 {
margin-left: 80%;
}
.sheet-col-1-6,
.sheet-width-16_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-1-6 {
width: 16.66667%;
}
.sheet-offset-1-6,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-6 {
margin-left: 16.66667%;
}
.sheet-col-5-6,
.sheet-width-83_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-5-6 {
width: 83.33333%;
}
.sheet-offset-5-6,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-6 {
margin-left: 83.33333%;
}
.sheet-col-1-7,
.sheet-width-14_28571,
.sheet-rolltemplate-DccTabbed .sheet-col-1-7 {
width: 14.28571%;
}
.sheet-offset-1-7,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-7 {
margin-left: 14.28571%;
}
.sheet-col-2-7,
.sheet-width-28_57143,
.sheet-rolltemplate-DccTabbed .sheet-col-2-7 {
width: 28.57143%;
}
.sheet-offset-2-7,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-7 {
margin-left: 28.57143%;
}
.sheet-col-3-7,
.sheet-width-42_85714,
.sheet-rolltemplate-DccTabbed .sheet-col-3-7 {
width: 42.85714%;
}
.sheet-offset-3-7,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-7 {
margin-left: 42.85714%;
}
.sheet-col-4-7,
.sheet-width-57_14286,
.sheet-rolltemplate-DccTabbed .sheet-col-4-7 {
width: 57.14286%;
}
.sheet-offset-4-7,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-7 {
margin-left: 57.14286%;
}
.sheet-col-5-7,
.sheet-width-71_42857,
.sheet-rolltemplate-DccTabbed .sheet-col-5-7 {
width: 71.42857%;
}
.sheet-offset-5-7,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-7 {
margin-left: 71.42857%;
}
.sheet-col-6-7,
.sheet-width-85_71429,
.sheet-rolltemplate-DccTabbed .sheet-col-6-7 {
width: 85.71429%;
}
.sheet-offset-6-7,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-7 {
margin-left: 85.71429%;
}
.sheet-col-1-8,
.sheet-width-12_5,
.sheet-rolltemplate-DccTabbed .sheet-col-1-8 {
width: 12.5%;
}
.sheet-offset-1-8,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-8 {
margin-left: 12.5%;
}
.sheet-col-3-8,
.sheet-width-37_5,
.sheet-rolltemplate-DccTabbed .sheet-col-3-8 {
width: 37.5%;
}
.sheet-offset-3-8,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-8 {
margin-left: 37.5%;
}
.sheet-col-5-8,
.sheet-width-62_5,
.sheet-rolltemplate-DccTabbed .sheet-col-5-8 {
width: 62.5%;
}
.sheet-offset-5-8,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-8 {
margin-left: 62.5%;
}
.sheet-col-7-8,
.sheet-width-87_5,
.sheet-rolltemplate-DccTabbed .sheet-col-7-8 {
width: 87.5%;
}
.sheet-offset-7-8,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-8 {
margin-left: 87.5%;
}
.sheet-col-1-9,
.sheet-width-11_11111,
.sheet-rolltemplate-DccTabbed .sheet-col-1-9 {
width: 11.11111%;
}
.sheet-offset-1-9,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-9 {
margin-left: 11.11111%;
}
.sheet-col-2-9,
.sheet-width-22_22222,
.sheet-rolltemplate-DccTabbed .sheet-col-2-9 {
width: 22.22222%;
}
.sheet-offset-2-9,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-9 {
margin-left: 22.22222%;
}
.sheet-col-4-9,
.sheet-width-44_44444,
.sheet-rolltemplate-DccTabbed .sheet-col-4-9 {
width: 44.44444%;
}
.sheet-offset-4-9,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-9 {
margin-left: 44.44444%;
}
.sheet-col-5-9,
.sheet-width-55_55556,
.sheet-rolltemplate-DccTabbed .sheet-col-5-9 {
width: 55.55556%;
}
.sheet-offset-5-9,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-9 {
margin-left: 55.55556%;
}
.sheet-col-6-9,
.sheet-rolltemplate-DccTabbed .sheet-col-6-9 {
width: 66.66667%;
}
.sheet-offset-6-9,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-9 {
margin-left: 66.66667%;
}
.sheet-col-7-9,
.sheet-width-77_77778,
.sheet-rolltemplate-DccTabbed .sheet-col-7-9 {
width: 77.77778%;
}
.sheet-offset-7-9,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-9 {
margin-left: 77.77778%;
}
.sheet-col-8-9,
.sheet-width-88_88889,
.sheet-rolltemplate-DccTabbed .sheet-col-8-9 {
width: 88.88889%;
}
.sheet-offset-8-9,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-9 {
margin-left: 88.88889%;
}
.sheet-col-1-10,
.sheet-width-10,
.sheet-rolltemplate-DccTabbed .sheet-col-1-10 {
width: 10%;
}
.sheet-offset-1-10,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-10 {
margin-left: 10%;
}
.sheet-col-3-10,
.sheet-width-30,
.sheet-rolltemplate-DccTabbed .sheet-col-3-10 {
width: 30%;
}
.sheet-offset-3-10,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-10 {
margin-left: 30%;
}
.sheet-col-7-10,
.sheet-width-70,
.sheet-rolltemplate-DccTabbed .sheet-col-7-10 {
width: 70%;
}
.sheet-offset-7-10,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-10 {
margin-left: 70%;
}
.sheet-col-9-10,
.sheet-width-90,
.sheet-rolltemplate-DccTabbed .sheet-col-9-10 {
width: 90%;
}
.sheet-offset-9-10,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-10 {
margin-left: 90%;
}
.sheet-col-1-11,
.sheet-width-9_09091,
.sheet-rolltemplate-DccTabbed .sheet-col-1-11 {
width: 9.09091%;
}
.sheet-offset-1-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-11 {
margin-left: 9.09091%;
}
.sheet-col-2-11,
.sheet-width-18_18182,
.sheet-rolltemplate-DccTabbed .sheet-col-2-11 {
width: 18.18182%;
}
.sheet-offset-2-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-11 {
margin-left: 18.18182%;
}
.sheet-col-3-11,
.sheet-width-27_27273,
.sheet-rolltemplate-DccTabbed .sheet-col-3-11 {
width: 27.27273%;
}
.sheet-offset-3-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-11 {
margin-left: 27.27273%;
}
.sheet-col-4-11,
.sheet-width-36_36364,
.sheet-rolltemplate-DccTabbed .sheet-col-4-11 {
width: 36.36364%;
}
.sheet-offset-4-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-11 {
margin-left: 36.36364%;
}
.sheet-col-5-11,
.sheet-width-45_45455,
.sheet-rolltemplate-DccTabbed .sheet-col-5-11 {
width: 45.45455%;
}
.sheet-offset-5-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-11 {
margin-left: 45.45455%;
}
.sheet-col-6-11,
.sheet-width-54_54545,
.sheet-rolltemplate-DccTabbed .sheet-col-6-11 {
width: 54.54545%;
}
.sheet-offset-6-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-11 {
margin-left: 54.54545%;
}
.sheet-col-7-11,
.sheet-width-63_63636,
.sheet-rolltemplate-DccTabbed .sheet-col-7-11 {
width: 63.63636%;
}
.sheet-offset-7-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-11 {
margin-left: 63.63636%;
}
.sheet-col-8-11,
.sheet-width-72_72727,
.sheet-rolltemplate-DccTabbed .sheet-col-8-11 {
width: 72.72727%;
}
.sheet-offset-8-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-11 {
margin-left: 72.72727%;
}
.sheet-col-9-11,
.sheet-width-81_81818,
.sheet-rolltemplate-DccTabbed .sheet-col-9-11 {
width: 81.81818%;
}
.sheet-offset-9-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-11 {
margin-left: 81.81818%;
}
.sheet-col-10-11,
.sheet-width-90_90909,
.sheet-rolltemplate-DccTabbed .sheet-col-10-11 {
width: 90.90909%;
}
.sheet-offset-10-11,
.sheet-rolltemplate-DccTabbed .sheet-offset-10-11 {
margin-left: 90.90909%;
}
.sheet-col-1-12,
.sheet-width-8_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-1-12 {
width: 8.33333%;
}
.sheet-offset-1-12,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-12 {
margin-left: 8.33333%;
}
.sheet-col-5-12,
.sheet-width-41_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-5-12 {
width: 41.66667%;
}
.sheet-offset-5-12,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-12 {
margin-left: 41.66667%;
}
.sheet-col-7-12,
.sheet-width-58_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-7-12 {
width: 58.33333%;
}
.sheet-offset-7-12,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-12 {
margin-left: 58.33333%;
}
.sheet-col-9-12,
.sheet-rolltemplate-DccTabbed .sheet-col-9-12 {
width: 75%;
}
.sheet-offset-9-12,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-12 {
margin-left: 75%;
}
.sheet-col-11-12,
.sheet-width-91_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-11-12 {
width: 91.66667%;
}
.sheet-offset-11-12,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-12 {
margin-left: 91.66667%;
}
.sheet-col-1-13,
.sheet-width-7_69231,
.sheet-rolltemplate-DccTabbed .sheet-col-1-13 {
width: 7.69231%;
}
.sheet-offset-1-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-13 {
margin-left: 7.69231%;
}
.sheet-col-2-13,
.sheet-width-15_38462,
.sheet-rolltemplate-DccTabbed .sheet-col-2-13 {
width: 15.38462%;
}
.sheet-offset-2-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-13 {
margin-left: 15.38462%;
}
.sheet-col-3-13,
.sheet-width-23_07692,
.sheet-rolltemplate-DccTabbed .sheet-col-3-13 {
width: 23.07692%;
}
.sheet-offset-3-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-13 {
margin-left: 23.07692%;
}
.sheet-col-4-13,
.sheet-width-30_76923,
.sheet-rolltemplate-DccTabbed .sheet-col-4-13 {
width: 30.76923%;
}
.sheet-offset-4-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-13 {
margin-left: 30.76923%;
}
.sheet-col-5-13,
.sheet-width-38_46154,
.sheet-rolltemplate-DccTabbed .sheet-col-5-13 {
width: 38.46154%;
}
.sheet-offset-5-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-13 {
margin-left: 38.46154%;
}
.sheet-col-6-13,
.sheet-width-46_15385,
.sheet-rolltemplate-DccTabbed .sheet-col-6-13 {
width: 46.15385%;
}
.sheet-offset-6-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-13 {
margin-left: 46.15385%;
}
.sheet-col-7-13,
.sheet-width-53_84615,
.sheet-rolltemplate-DccTabbed .sheet-col-7-13 {
width: 53.84615%;
}
.sheet-offset-7-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-13 {
margin-left: 53.84615%;
}
.sheet-col-8-13,
.sheet-width-61_53846,
.sheet-rolltemplate-DccTabbed .sheet-col-8-13 {
width: 61.53846%;
}
.sheet-offset-8-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-13 {
margin-left: 61.53846%;
}
.sheet-col-9-13,
.sheet-width-69_23077,
.sheet-rolltemplate-DccTabbed .sheet-col-9-13 {
width: 69.23077%;
}
.sheet-offset-9-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-13 {
margin-left: 69.23077%;
}
.sheet-col-10-13,
.sheet-width-76_92308,
.sheet-rolltemplate-DccTabbed .sheet-col-10-13 {
width: 76.92308%;
}
.sheet-offset-10-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-10-13 {
margin-left: 76.92308%;
}
.sheet-col-11-13,
.sheet-width-84_61538,
.sheet-rolltemplate-DccTabbed .sheet-col-11-13 {
width: 84.61538%;
}
.sheet-offset-11-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-13 {
margin-left: 84.61538%;
}
.sheet-col-12-13,
.sheet-width-92_30769,
.sheet-rolltemplate-DccTabbed .sheet-col-12-13 {
width: 92.30769%;
}
.sheet-offset-12-13,
.sheet-rolltemplate-DccTabbed .sheet-offset-12-13 {
margin-left: 92.30769%;
}
.sheet-col-1-14,
.sheet-width-7_14286,
.sheet-rolltemplate-DccTabbed .sheet-col-1-14 {
width: 7.14286%;
}
.sheet-offset-1-14,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-14 {
margin-left: 7.14286%;
}
.sheet-col-3-14,
.sheet-width-21_42857,
.sheet-rolltemplate-DccTabbed .sheet-col-3-14 {
width: 21.42857%;
}
.sheet-offset-3-14,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-14 {
margin-left: 21.42857%;
}
.sheet-col-5-14,
.sheet-width-35_71429,
.sheet-rolltemplate-DccTabbed .sheet-col-5-14 {
width: 35.71429%;
}
.sheet-offset-5-14,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-14 {
margin-left: 35.71429%;
}
.sheet-col-9-14,
.sheet-width-64_28571,
.sheet-rolltemplate-DccTabbed .sheet-col-9-14 {
width: 64.28571%;
}
.sheet-offset-9-14,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-14 {
margin-left: 64.28571%;
}
.sheet-col-11-14,
.sheet-width-78_57143,
.sheet-rolltemplate-DccTabbed .sheet-col-11-14 {
width: 78.57143%;
}
.sheet-offset-11-14,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-14 {
margin-left: 78.57143%;
}
.sheet-col-13-14,
.sheet-width-92_85714,
.sheet-rolltemplate-DccTabbed .sheet-col-13-14 {
width: 92.85714%;
}
.sheet-offset-13-14,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-14 {
margin-left: 92.85714%;
}
.sheet-col-1-15,
.sheet-width-6_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-1-15 {
width: 6.66667%;
}
.sheet-offset-1-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-15 {
margin-left: 6.66667%;
}
.sheet-col-2-15,
.sheet-width-13_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-2-15 {
width: 13.33333%;
}
.sheet-offset-2-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-15 {
margin-left: 13.33333%;
}
.sheet-col-4-15,
.sheet-width-26_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-4-15 {
width: 26.66667%;
}
.sheet-offset-4-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-15 {
margin-left: 26.66667%;
}
.sheet-col-6-15,
.sheet-rolltemplate-DccTabbed .sheet-col-6-15 {
width: 40%;
}
.sheet-offset-6-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-15 {
margin-left: 40%;
}
.sheet-col-7-15,
.sheet-width-46_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-7-15 {
width: 46.66667%;
}
.sheet-offset-7-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-15 {
margin-left: 46.66667%;
}
.sheet-col-8-15,
.sheet-width-53_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-8-15 {
width: 53.33333%;
}
.sheet-offset-8-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-15 {
margin-left: 53.33333%;
}
.sheet-col-9-15,
.sheet-rolltemplate-DccTabbed .sheet-col-9-15 {
width: 60%;
}
.sheet-offset-9-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-15 {
margin-left: 60%;
}
.sheet-col-10-15,
.sheet-rolltemplate-DccTabbed .sheet-col-10-15 {
width: 66.66667%;
}
.sheet-offset-10-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-10-15 {
margin-left: 66.66667%;
}
.sheet-col-11-15,
.sheet-width-73_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-11-15 {
width: 73.33333%;
}
.sheet-offset-11-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-15 {
margin-left: 73.33333%;
}
.sheet-col-12-15,
.sheet-rolltemplate-DccTabbed .sheet-col-12-15 {
width: 80%;
}
.sheet-offset-12-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-12-15 {
margin-left: 80%;
}
.sheet-col-13-15,
.sheet-width-86_66667,
.sheet-rolltemplate-DccTabbed .sheet-col-13-15 {
width: 86.66667%;
}
.sheet-offset-13-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-15 {
margin-left: 86.66667%;
}
.sheet-col-14-15,
.sheet-width-93_33333,
.sheet-rolltemplate-DccTabbed .sheet-col-14-15 {
width: 93.33333%;
}
.sheet-offset-14-15,
.sheet-rolltemplate-DccTabbed .sheet-offset-14-15 {
margin-left: 93.33333%;
}
.sheet-col-1-16,
.sheet-width-6_25,
.sheet-rolltemplate-DccTabbed .sheet-col-1-16 {
width: 6.25%;
}
.sheet-offset-1-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-16 {
margin-left: 6.25%;
}
.sheet-col-3-16,
.sheet-width-18_75,
.sheet-rolltemplate-DccTabbed .sheet-col-3-16 {
width: 18.75%;
}
.sheet-offset-3-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-16 {
margin-left: 18.75%;
}
.sheet-col-5-16,
.sheet-width-31_25,
.sheet-rolltemplate-DccTabbed .sheet-col-5-16 {
width: 31.25%;
}
.sheet-offset-5-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-16 {
margin-left: 31.25%;
}
.sheet-col-7-16,
.sheet-width-43_75,
.sheet-rolltemplate-DccTabbed .sheet-col-7-16 {
width: 43.75%;
}
.sheet-offset-7-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-16 {
margin-left: 43.75%;
}
.sheet-col-9-16,
.sheet-width-56_25,
.sheet-rolltemplate-DccTabbed .sheet-col-9-16 {
width: 56.25%;
}
.sheet-offset-9-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-16 {
margin-left: 56.25%;
}
.sheet-col-11-16,
.sheet-width-68_75,
.sheet-rolltemplate-DccTabbed .sheet-col-11-16 {
width: 68.75%;
}
.sheet-offset-11-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-16 {
margin-left: 68.75%;
}
.sheet-col-13-16,
.sheet-width-81_25,
.sheet-rolltemplate-DccTabbed .sheet-col-13-16 {
width: 81.25%;
}
.sheet-offset-13-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-16 {
margin-left: 81.25%;
}
.sheet-col-15-16,
.sheet-width-93_75,
.sheet-rolltemplate-DccTabbed .sheet-col-15-16 {
width: 93.75%;
}
.sheet-offset-15-16,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-16 {
margin-left: 93.75%;
}
.sheet-col-1-17,
.sheet-width-5_88235,
.sheet-rolltemplate-DccTabbed .sheet-col-1-17 {
width: 5.88235%;
}
.sheet-offset-1-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-17 {
margin-left: 5.88235%;
}
.sheet-col-2-17,
.sheet-width-11_76471,
.sheet-rolltemplate-DccTabbed .sheet-col-2-17 {
width: 11.76471%;
}
.sheet-offset-2-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-17 {
margin-left: 11.76471%;
}
.sheet-col-3-17,
.sheet-width-17_64706,
.sheet-rolltemplate-DccTabbed .sheet-col-3-17 {
width: 17.64706%;
}
.sheet-offset-3-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-17 {
margin-left: 17.64706%;
}
.sheet-col-4-17,
.sheet-width-23_52941,
.sheet-rolltemplate-DccTabbed .sheet-col-4-17 {
width: 23.52941%;
}
.sheet-offset-4-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-17 {
margin-left: 23.52941%;
}
.sheet-col-5-17,
.sheet-width-29_41176,
.sheet-rolltemplate-DccTabbed .sheet-col-5-17 {
width: 29.41176%;
}
.sheet-offset-5-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-17 {
margin-left: 29.41176%;
}
.sheet-col-6-17,
.sheet-width-35_29412,
.sheet-rolltemplate-DccTabbed .sheet-col-6-17 {
width: 35.29412%;
}
.sheet-offset-6-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-17 {
margin-left: 35.29412%;
}
.sheet-col-7-17,
.sheet-width-41_17647,
.sheet-rolltemplate-DccTabbed .sheet-col-7-17 {
width: 41.17647%;
}
.sheet-offset-7-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-17 {
margin-left: 41.17647%;
}
.sheet-col-8-17,
.sheet-width-47_05882,
.sheet-rolltemplate-DccTabbed .sheet-col-8-17 {
width: 47.05882%;
}
.sheet-offset-8-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-17 {
margin-left: 47.05882%;
}
.sheet-col-9-17,
.sheet-width-52_94118,
.sheet-rolltemplate-DccTabbed .sheet-col-9-17 {
width: 52.94118%;
}
.sheet-offset-9-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-17 {
margin-left: 52.94118%;
}
.sheet-col-10-17,
.sheet-width-58_82353,
.sheet-rolltemplate-DccTabbed .sheet-col-10-17 {
width: 58.82353%;
}
.sheet-offset-10-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-10-17 {
margin-left: 58.82353%;
}
.sheet-col-11-17,
.sheet-width-64_70588,
.sheet-rolltemplate-DccTabbed .sheet-col-11-17 {
width: 64.70588%;
}
.sheet-offset-11-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-17 {
margin-left: 64.70588%;
}
.sheet-col-12-17,
.sheet-width-70_58824,
.sheet-rolltemplate-DccTabbed .sheet-col-12-17 {
width: 70.58824%;
}
.sheet-offset-12-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-12-17 {
margin-left: 70.58824%;
}
.sheet-col-13-17,
.sheet-width-76_47059,
.sheet-rolltemplate-DccTabbed .sheet-col-13-17 {
width: 76.47059%;
}
.sheet-offset-13-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-17 {
margin-left: 76.47059%;
}
.sheet-col-14-17,
.sheet-width-82_35294,
.sheet-rolltemplate-DccTabbed .sheet-col-14-17 {
width: 82.35294%;
}
.sheet-offset-14-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-14-17 {
margin-left: 82.35294%;
}
.sheet-col-15-17,
.sheet-width-88_23529,
.sheet-rolltemplate-DccTabbed .sheet-col-15-17 {
width: 88.23529%;
}
.sheet-offset-15-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-17 {
margin-left: 88.23529%;
}
.sheet-col-16-17,
.sheet-width-94_11765,
.sheet-rolltemplate-DccTabbed .sheet-col-16-17 {
width: 94.11765%;
}
.sheet-offset-16-17,
.sheet-rolltemplate-DccTabbed .sheet-offset-16-17 {
margin-left: 94.11765%;
}
.sheet-col-1-18,
.sheet-width-5_55556,
.sheet-rolltemplate-DccTabbed .sheet-col-1-18 {
width: 5.55556%;
}
.sheet-offset-1-18,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-18 {
margin-left: 5.55556%;
}
.sheet-col-5-18,
.sheet-width-27_77778,
.sheet-rolltemplate-DccTabbed .sheet-col-5-18 {
width: 27.77778%;
}
.sheet-offset-5-18,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-18 {
margin-left: 27.77778%;
}
.sheet-col-7-18,
.sheet-width-38_88889,
.sheet-rolltemplate-DccTabbed .sheet-col-7-18 {
width: 38.88889%;
}
.sheet-offset-7-18,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-18 {
margin-left: 38.88889%;
}
.sheet-col-11-18,
.sheet-width-61_11111,
.sheet-rolltemplate-DccTabbed .sheet-col-11-18 {
width: 61.11111%;
}
.sheet-offset-11-18,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-18 {
margin-left: 61.11111%;
}
.sheet-col-13-18,
.sheet-width-72_22222,
.sheet-rolltemplate-DccTabbed .sheet-col-13-18 {
width: 72.22222%;
}
.sheet-offset-13-18,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-18 {
margin-left: 72.22222%;
}
.sheet-col-15-18,
.sheet-rolltemplate-DccTabbed .sheet-col-15-18 {
width: 83.33333%;
}
.sheet-offset-15-18,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-18 {
margin-left: 83.33333%;
}
.sheet-col-17-18,
.sheet-width-94_44444,
.sheet-rolltemplate-DccTabbed .sheet-col-17-18 {
width: 94.44444%;
}
.sheet-offset-17-18,
.sheet-rolltemplate-DccTabbed .sheet-offset-17-18 {
margin-left: 94.44444%;
}
.sheet-col-1-19,
.sheet-width-5_26316,
.sheet-rolltemplate-DccTabbed .sheet-col-1-19 {
width: 5.26316%;
}
.sheet-offset-1-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-19 {
margin-left: 5.26316%;
}
.sheet-col-2-19,
.sheet-width-10_52632,
.sheet-rolltemplate-DccTabbed .sheet-col-2-19 {
width: 10.52632%;
}
.sheet-offset-2-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-19 {
margin-left: 10.52632%;
}
.sheet-col-3-19,
.sheet-width-15_78947,
.sheet-rolltemplate-DccTabbed .sheet-col-3-19 {
width: 15.78947%;
}
.sheet-offset-3-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-19 {
margin-left: 15.78947%;
}
.sheet-col-4-19,
.sheet-width-21_05263,
.sheet-rolltemplate-DccTabbed .sheet-col-4-19 {
width: 21.05263%;
}
.sheet-offset-4-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-19 {
margin-left: 21.05263%;
}
.sheet-col-5-19,
.sheet-width-26_31579,
.sheet-rolltemplate-DccTabbed .sheet-col-5-19 {
width: 26.31579%;
}
.sheet-offset-5-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-19 {
margin-left: 26.31579%;
}
.sheet-col-6-19,
.sheet-width-31_57895,
.sheet-rolltemplate-DccTabbed .sheet-col-6-19 {
width: 31.57895%;
}
.sheet-offset-6-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-19 {
margin-left: 31.57895%;
}
.sheet-col-7-19,
.sheet-width-36_84211,
.sheet-rolltemplate-DccTabbed .sheet-col-7-19 {
width: 36.84211%;
}
.sheet-offset-7-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-19 {
margin-left: 36.84211%;
}
.sheet-col-8-19,
.sheet-width-42_10526,
.sheet-rolltemplate-DccTabbed .sheet-col-8-19 {
width: 42.10526%;
}
.sheet-offset-8-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-19 {
margin-left: 42.10526%;
}
.sheet-col-9-19,
.sheet-width-47_36842,
.sheet-rolltemplate-DccTabbed .sheet-col-9-19 {
width: 47.36842%;
}
.sheet-offset-9-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-19 {
margin-left: 47.36842%;
}
.sheet-col-10-19,
.sheet-width-52_63158,
.sheet-rolltemplate-DccTabbed .sheet-col-10-19 {
width: 52.63158%;
}
.sheet-offset-10-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-10-19 {
margin-left: 52.63158%;
}
.sheet-col-11-19,
.sheet-width-57_89474,
.sheet-rolltemplate-DccTabbed .sheet-col-11-19 {
width: 57.89474%;
}
.sheet-offset-11-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-19 {
margin-left: 57.89474%;
}
.sheet-col-12-19,
.sheet-width-63_15789,
.sheet-rolltemplate-DccTabbed .sheet-col-12-19 {
width: 63.15789%;
}
.sheet-offset-12-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-12-19 {
margin-left: 63.15789%;
}
.sheet-col-13-19,
.sheet-width-68_42105,
.sheet-rolltemplate-DccTabbed .sheet-col-13-19 {
width: 68.42105%;
}
.sheet-offset-13-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-19 {
margin-left: 68.42105%;
}
.sheet-col-14-19,
.sheet-width-73_68421,
.sheet-rolltemplate-DccTabbed .sheet-col-14-19 {
width: 73.68421%;
}
.sheet-offset-14-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-14-19 {
margin-left: 73.68421%;
}
.sheet-col-15-19,
.sheet-width-78_94737,
.sheet-rolltemplate-DccTabbed .sheet-col-15-19 {
width: 78.94737%;
}
.sheet-offset-15-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-19 {
margin-left: 78.94737%;
}
.sheet-col-16-19,
.sheet-width-84_21053,
.sheet-rolltemplate-DccTabbed .sheet-col-16-19 {
width: 84.21053%;
}
.sheet-offset-16-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-16-19 {
margin-left: 84.21053%;
}
.sheet-col-17-19,
.sheet-width-89_47368,
.sheet-rolltemplate-DccTabbed .sheet-col-17-19 {
width: 89.47368%;
}
.sheet-offset-17-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-17-19 {
margin-left: 89.47368%;
}
.sheet-col-18-19,
.sheet-width-94_73684,
.sheet-rolltemplate-DccTabbed .sheet-col-18-19 {
width: 94.73684%;
}
.sheet-offset-18-19,
.sheet-rolltemplate-DccTabbed .sheet-offset-18-19 {
margin-left: 94.73684%;
}
.sheet-col-1-20,
.sheet-width-5,
.sheet-rolltemplate-DccTabbed .sheet-col-1-20 {
width: 5%;
}
.sheet-offset-1-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-20 {
margin-left: 5%;
}
.sheet-col-3-20,
.sheet-width-15,
.sheet-rolltemplate-DccTabbed .sheet-col-3-20 {
width: 15%;
}
.sheet-offset-3-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-20 {
margin-left: 15%;
}
.sheet-col-7-20,
.sheet-width-35,
.sheet-rolltemplate-DccTabbed .sheet-col-7-20 {
width: 35%;
}
.sheet-offset-7-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-20 {
margin-left: 35%;
}
.sheet-col-9-20,
.sheet-width-45,
.sheet-rolltemplate-DccTabbed .sheet-col-9-20 {
width: 45%;
}
.sheet-offset-9-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-20 {
margin-left: 45%;
}
.sheet-col-11-20,
.sheet-width-55,
.sheet-rolltemplate-DccTabbed .sheet-col-11-20 {
width: 55%;
}
.sheet-offset-11-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-20 {
margin-left: 55%;
}
.sheet-col-13-20,
.sheet-width-65,
.sheet-rolltemplate-DccTabbed .sheet-col-13-20 {
width: 65%;
}
.sheet-offset-13-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-20 {
margin-left: 65%;
}
.sheet-col-15-20,
.sheet-rolltemplate-DccTabbed .sheet-col-15-20 {
width: 75%;
}
.sheet-offset-15-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-20 {
margin-left: 75%;
}
.sheet-col-17-20,
.sheet-width-85,
.sheet-rolltemplate-DccTabbed .sheet-col-17-20 {
width: 85%;
}
.sheet-offset-17-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-17-20 {
margin-left: 85%;
}
.sheet-col-19-20,
.sheet-width-95,
.sheet-rolltemplate-DccTabbed .sheet-col-19-20 {
width: 95%;
}
.sheet-offset-19-20,
.sheet-rolltemplate-DccTabbed .sheet-offset-19-20 {
margin-left: 95%;
}
.sheet-col-1-21,
.sheet-width-4_7619,
.sheet-rolltemplate-DccTabbed .sheet-col-1-21 {
width: 4.7619%;
}
.sheet-offset-1-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-21 {
margin-left: 4.7619%;
}
.sheet-col-2-21,
.sheet-width-9_52381,
.sheet-rolltemplate-DccTabbed .sheet-col-2-21 {
width: 9.52381%;
}
.sheet-offset-2-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-21 {
margin-left: 9.52381%;
}
.sheet-col-4-21,
.sheet-width-19_04762,
.sheet-rolltemplate-DccTabbed .sheet-col-4-21 {
width: 19.04762%;
}
.sheet-offset-4-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-21 {
margin-left: 19.04762%;
}
.sheet-col-5-21,
.sheet-width-23_80952,
.sheet-rolltemplate-DccTabbed .sheet-col-5-21 {
width: 23.80952%;
}
.sheet-offset-5-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-21 {
margin-left: 23.80952%;
}
.sheet-col-6-21,
.sheet-rolltemplate-DccTabbed .sheet-col-6-21 {
width: 28.57143%;
}
.sheet-offset-6-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-21 {
margin-left: 28.57143%;
}
.sheet-col-8-21,
.sheet-width-38_09524,
.sheet-rolltemplate-DccTabbed .sheet-col-8-21 {
width: 38.09524%;
}
.sheet-offset-8-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-21 {
margin-left: 38.09524%;
}
.sheet-col-9-21,
.sheet-rolltemplate-DccTabbed .sheet-col-9-21 {
width: 42.85714%;
}
.sheet-offset-9-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-21 {
margin-left: 42.85714%;
}
.sheet-col-10-21,
.sheet-width-47_61905,
.sheet-rolltemplate-DccTabbed .sheet-col-10-21 {
width: 47.61905%;
}
.sheet-offset-10-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-10-21 {
margin-left: 47.61905%;
}
.sheet-col-11-21,
.sheet-width-52_38095,
.sheet-rolltemplate-DccTabbed .sheet-col-11-21 {
width: 52.38095%;
}
.sheet-offset-11-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-21 {
margin-left: 52.38095%;
}
.sheet-col-12-21,
.sheet-rolltemplate-DccTabbed .sheet-col-12-21 {
width: 57.14286%;
}
.sheet-offset-12-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-12-21 {
margin-left: 57.14286%;
}
.sheet-col-13-21,
.sheet-width-61_90476,
.sheet-rolltemplate-DccTabbed .sheet-col-13-21 {
width: 61.90476%;
}
.sheet-offset-13-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-21 {
margin-left: 61.90476%;
}
.sheet-col-14-21,
.sheet-rolltemplate-DccTabbed .sheet-col-14-21 {
width: 66.66667%;
}
.sheet-offset-14-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-14-21 {
margin-left: 66.66667%;
}
.sheet-col-15-21,
.sheet-rolltemplate-DccTabbed .sheet-col-15-21 {
width: 71.42857%;
}
.sheet-offset-15-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-21 {
margin-left: 71.42857%;
}
.sheet-col-16-21,
.sheet-width-76_19048,
.sheet-rolltemplate-DccTabbed .sheet-col-16-21 {
width: 76.19048%;
}
.sheet-offset-16-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-16-21 {
margin-left: 76.19048%;
}
.sheet-col-17-21,
.sheet-width-80_95238,
.sheet-rolltemplate-DccTabbed .sheet-col-17-21 {
width: 80.95238%;
}
.sheet-offset-17-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-17-21 {
margin-left: 80.95238%;
}
.sheet-col-18-21,
.sheet-rolltemplate-DccTabbed .sheet-col-18-21 {
width: 85.71429%;
}
.sheet-offset-18-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-18-21 {
margin-left: 85.71429%;
}
.sheet-col-19-21,
.sheet-width-90_47619,
.sheet-rolltemplate-DccTabbed .sheet-col-19-21 {
width: 90.47619%;
}
.sheet-offset-19-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-19-21 {
margin-left: 90.47619%;
}
.sheet-col-20-21,
.sheet-width-95_2381,
.sheet-rolltemplate-DccTabbed .sheet-col-20-21 {
width: 95.2381%;
}
.sheet-offset-20-21,
.sheet-rolltemplate-DccTabbed .sheet-offset-20-21 {
margin-left: 95.2381%;
}
.sheet-col-1-22,
.sheet-width-4_54545,
.sheet-rolltemplate-DccTabbed .sheet-col-1-22 {
width: 4.54545%;
}
.sheet-offset-1-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-22 {
margin-left: 4.54545%;
}
.sheet-col-3-22,
.sheet-width-13_63636,
.sheet-rolltemplate-DccTabbed .sheet-col-3-22 {
width: 13.63636%;
}
.sheet-offset-3-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-22 {
margin-left: 13.63636%;
}
.sheet-col-5-22,
.sheet-width-22_72727,
.sheet-rolltemplate-DccTabbed .sheet-col-5-22 {
width: 22.72727%;
}
.sheet-offset-5-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-22 {
margin-left: 22.72727%;
}
.sheet-col-7-22,
.sheet-width-31_81818,
.sheet-rolltemplate-DccTabbed .sheet-col-7-22 {
width: 31.81818%;
}
.sheet-offset-7-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-22 {
margin-left: 31.81818%;
}
.sheet-col-9-22,
.sheet-width-40_90909,
.sheet-rolltemplate-DccTabbed .sheet-col-9-22 {
width: 40.90909%;
}
.sheet-offset-9-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-22 {
margin-left: 40.90909%;
}
.sheet-col-13-22,
.sheet-width-59_09091,
.sheet-rolltemplate-DccTabbed .sheet-col-13-22 {
width: 59.09091%;
}
.sheet-offset-13-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-22 {
margin-left: 59.09091%;
}
.sheet-col-15-22,
.sheet-width-68_18182,
.sheet-rolltemplate-DccTabbed .sheet-col-15-22 {
width: 68.18182%;
}
.sheet-offset-15-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-22 {
margin-left: 68.18182%;
}
.sheet-col-17-22,
.sheet-width-77_27273,
.sheet-rolltemplate-DccTabbed .sheet-col-17-22 {
width: 77.27273%;
}
.sheet-offset-17-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-17-22 {
margin-left: 77.27273%;
}
.sheet-col-19-22,
.sheet-width-86_36364,
.sheet-rolltemplate-DccTabbed .sheet-col-19-22 {
width: 86.36364%;
}
.sheet-offset-19-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-19-22 {
margin-left: 86.36364%;
}
.sheet-col-21-22,
.sheet-width-95_45455,
.sheet-rolltemplate-DccTabbed .sheet-col-21-22 {
width: 95.45455%;
}
.sheet-offset-21-22,
.sheet-rolltemplate-DccTabbed .sheet-offset-21-22 {
margin-left: 95.45455%;
}
.sheet-col-1-23,
.sheet-width-4_34783,
.sheet-rolltemplate-DccTabbed .sheet-col-1-23 {
width: 4.34783%;
}
.sheet-offset-1-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-23 {
margin-left: 4.34783%;
}
.sheet-col-2-23,
.sheet-width-8_69565,
.sheet-rolltemplate-DccTabbed .sheet-col-2-23 {
width: 8.69565%;
}
.sheet-offset-2-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-2-23 {
margin-left: 8.69565%;
}
.sheet-col-3-23,
.sheet-width-13_04348,
.sheet-rolltemplate-DccTabbed .sheet-col-3-23 {
width: 13.04348%;
}
.sheet-offset-3-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-3-23 {
margin-left: 13.04348%;
}
.sheet-col-4-23,
.sheet-width-17_3913,
.sheet-rolltemplate-DccTabbed .sheet-col-4-23 {
width: 17.3913%;
}
.sheet-offset-4-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-4-23 {
margin-left: 17.3913%;
}
.sheet-col-5-23,
.sheet-width-21_73913,
.sheet-rolltemplate-DccTabbed .sheet-col-5-23 {
width: 21.73913%;
}
.sheet-offset-5-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-23 {
margin-left: 21.73913%;
}
.sheet-col-6-23,
.sheet-width-26_08696,
.sheet-rolltemplate-DccTabbed .sheet-col-6-23 {
width: 26.08696%;
}
.sheet-offset-6-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-6-23 {
margin-left: 26.08696%;
}
.sheet-col-7-23,
.sheet-width-30_43478,
.sheet-rolltemplate-DccTabbed .sheet-col-7-23 {
width: 30.43478%;
}
.sheet-offset-7-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-23 {
margin-left: 30.43478%;
}
.sheet-col-8-23,
.sheet-width-34_78261,
.sheet-rolltemplate-DccTabbed .sheet-col-8-23 {
width: 34.78261%;
}
.sheet-offset-8-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-8-23 {
margin-left: 34.78261%;
}
.sheet-col-9-23,
.sheet-width-39_13043,
.sheet-rolltemplate-DccTabbed .sheet-col-9-23 {
width: 39.13043%;
}
.sheet-offset-9-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-23 {
margin-left: 39.13043%;
}
.sheet-col-10-23,
.sheet-width-43_47826,
.sheet-rolltemplate-DccTabbed .sheet-col-10-23 {
width: 43.47826%;
}
.sheet-offset-10-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-10-23 {
margin-left: 43.47826%;
}
.sheet-col-11-23,
.sheet-width-47_82609,
.sheet-rolltemplate-DccTabbed .sheet-col-11-23 {
width: 47.82609%;
}
.sheet-offset-11-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-23 {
margin-left: 47.82609%;
}
.sheet-col-12-23,
.sheet-width-52_17391,
.sheet-rolltemplate-DccTabbed .sheet-col-12-23 {
width: 52.17391%;
}
.sheet-offset-12-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-12-23 {
margin-left: 52.17391%;
}
.sheet-col-13-23,
.sheet-width-56_52174,
.sheet-rolltemplate-DccTabbed .sheet-col-13-23 {
width: 56.52174%;
}
.sheet-offset-13-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-23 {
margin-left: 56.52174%;
}
.sheet-col-14-23,
.sheet-width-60_86957,
.sheet-rolltemplate-DccTabbed .sheet-col-14-23 {
width: 60.86957%;
}
.sheet-offset-14-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-14-23 {
margin-left: 60.86957%;
}
.sheet-col-15-23,
.sheet-width-65_21739,
.sheet-rolltemplate-DccTabbed .sheet-col-15-23 {
width: 65.21739%;
}
.sheet-offset-15-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-23 {
margin-left: 65.21739%;
}
.sheet-col-16-23,
.sheet-width-69_56522,
.sheet-rolltemplate-DccTabbed .sheet-col-16-23 {
width: 69.56522%;
}
.sheet-offset-16-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-16-23 {
margin-left: 69.56522%;
}
.sheet-col-17-23,
.sheet-width-73_91304,
.sheet-rolltemplate-DccTabbed .sheet-col-17-23 {
width: 73.91304%;
}
.sheet-offset-17-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-17-23 {
margin-left: 73.91304%;
}
.sheet-col-18-23,
.sheet-width-78_26087,
.sheet-rolltemplate-DccTabbed .sheet-col-18-23 {
width: 78.26087%;
}
.sheet-offset-18-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-18-23 {
margin-left: 78.26087%;
}
.sheet-col-19-23,
.sheet-width-82_6087,
.sheet-rolltemplate-DccTabbed .sheet-col-19-23 {
width: 82.6087%;
}
.sheet-offset-19-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-19-23 {
margin-left: 82.6087%;
}
.sheet-col-20-23,
.sheet-width-86_95652,
.sheet-rolltemplate-DccTabbed .sheet-col-20-23 {
width: 86.95652%;
}
.sheet-offset-20-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-20-23 {
margin-left: 86.95652%;
}
.sheet-col-21-23,
.sheet-width-91_30435,
.sheet-rolltemplate-DccTabbed .sheet-col-21-23 {
width: 91.30435%;
}
.sheet-offset-21-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-21-23 {
margin-left: 91.30435%;
}
.sheet-col-22-23,
.sheet-width-95_65217,
.sheet-rolltemplate-DccTabbed .sheet-col-22-23 {
width: 95.65217%;
}
.sheet-offset-22-23,
.sheet-rolltemplate-DccTabbed .sheet-offset-22-23 {
margin-left: 95.65217%;
}
.sheet-col-1-24,
.sheet-width-4_16667,
.sheet-rolltemplate-DccTabbed .sheet-col-1-24 {
width: 4.16667%;
}
.sheet-offset-1-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-1-24 {
margin-left: 4.16667%;
}
.sheet-col-5-24,
.sheet-width-20_83333,
.sheet-rolltemplate-DccTabbed .sheet-col-5-24 {
width: 20.83333%;
}
.sheet-offset-5-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-5-24 {
margin-left: 20.83333%;
}
.sheet-col-7-24,
.sheet-width-29_16667,
.sheet-rolltemplate-DccTabbed .sheet-col-7-24 {
width: 29.16667%;
}
.sheet-offset-7-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-7-24 {
margin-left: 29.16667%;
}
.sheet-col-9-24,
.sheet-rolltemplate-DccTabbed .sheet-col-9-24 {
width: 37.5%;
}
.sheet-offset-9-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-9-24 {
margin-left: 37.5%;
}
.sheet-col-11-24,
.sheet-width-45_83333,
.sheet-rolltemplate-DccTabbed .sheet-col-11-24 {
width: 45.83333%;
}
.sheet-offset-11-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-11-24 {
margin-left: 45.83333%;
}
.sheet-col-13-24,
.sheet-width-54_16667,
.sheet-rolltemplate-DccTabbed .sheet-col-13-24 {
width: 54.16667%;
}
.sheet-offset-13-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-13-24 {
margin-left: 54.16667%;
}
.sheet-col-15-24,
.sheet-rolltemplate-DccTabbed .sheet-col-15-24 {
width: 62.5%;
}
.sheet-offset-15-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-15-24 {
margin-left: 62.5%;
}
.sheet-col-17-24,
.sheet-width-70_83333,
.sheet-rolltemplate-DccTabbed .sheet-col-17-24 {
width: 70.83333%;
}
.sheet-offset-17-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-17-24 {
margin-left: 70.83333%;
}
.sheet-col-19-24,
.sheet-width-79_16667,
.sheet-rolltemplate-DccTabbed .sheet-col-19-24 {
width: 79.16667%;
}
.sheet-offset-19-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-19-24 {
margin-left: 79.16667%;
}
.sheet-col-21-24,
.sheet-rolltemplate-DccTabbed .sheet-col-21-24 {
width: 87.5%;
}
.sheet-offset-21-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-21-24 {
margin-left: 87.5%;
}
.sheet-col-23-24,
.sheet-width-95_83333,
.sheet-rolltemplate-DccTabbed .sheet-col-23-24 {
width: 95.83333%;
}
.sheet-offset-23-24,
.sheet-rolltemplate-DccTabbed .sheet-offset-23-24 {
margin-left: 95.83333%;
}
.sheet-row-r,
.sheet-rolltemplate-DccTabbed .sheet-row-r {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
.sheet-opera-only :-o-prefocus, .sheet-row-r,
.sheet-rolltemplate-DccTabbed .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-DccTabbed .sheet-row-r {
word-spacing: -0.43em;
}
.sheet-row-r img,
.sheet-rolltemplate-DccTabbed .sheet-row-r img {
max-width: 100%;
}
/* Handle Dark Mode */
.sheet-rolltemplate-darkmode .sheet-RollTemp-wrapper {
background-color: white;
color: #404040;
}
.sheet-rolltemplate-darkmode .inlinerollresult {
background-color: #fef68e !important;
border: 2px solid #fef68e !important;
}
.sheet-rolltemplate-darkmode .inlinerollresult.fullcrit {
border: 2px solid #3fb315 !important;
}
.sheet-rolltemplate-darkmode .inlinerollresult.fullfail {
border: 2px solid #b31515 !important;
}
.sheet-rolltemplate-darkmode .inlinerollresult.importantroll {
border: 2px solid #4a57ed !important;
}
/* End custom Pure grid css (24 cols) */