diff --git a/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.CSS b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.CSS
index d83deaac9a..4588e7e6b5 100644
--- a/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.CSS
+++ b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.CSS
@@ -65,6 +65,7 @@
color: #5c5c5c;
margin: 0 -10px 10px -10px;
padding: 5px 0;
+ font-family: courier;
}
/* Combat header*/
@@ -95,6 +96,7 @@
.sheet-rolltemplate-MA1e .sheet-RollTemp-rollname {
font-weight: bold;
font-size: 1.4em;
+ font-family: courier;
-moz-text-decoration-color: #D64541;
text-decoration-color: #D64541;
@@ -111,6 +113,7 @@
.sheet-rolltemplate-MA1e .sheet-RollTemp-rollname-wide {
font-weight: bold;
font-size: 1.4em;
+ font-family: courier;
-moz-text-decoration-color: #D64541;
text-decoration-color: #D64541;
@@ -132,6 +135,7 @@
margin-top: 2px;
font-size: 1.2em;
font-weight: bold;
+ font-family: courier;
}
@@ -139,6 +143,7 @@
color: blue;
font-weight: bold;
font-size: 1.2em;
+ font-family: courier;
}
@@ -165,6 +170,7 @@
font-weight: bold;
font-size: 1.2em;
text-align: center;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-fail {
@@ -176,6 +182,7 @@
font-weight: bold;
font-size: 1.2em;
text-align: center;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-critsuccess {
@@ -186,6 +193,7 @@
color: blue;
font-weight: bold;
font-size: 1.2em;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-critfail {
@@ -196,6 +204,7 @@
color: mediumvioletred;
font-weight: bold;
font-size: 1.2em;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-title {
@@ -204,6 +213,7 @@
text-align: center;
margin-left: 15px;
margin-right: 15px;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-name {
@@ -213,6 +223,7 @@
font-weight: bold;
margin-left: 15px;
margin-right: 15px;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-info {
@@ -220,17 +231,20 @@
text-align: center;
font-style: italic;
font-weight: bold;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-infoNB {
font-size: 1.1em;
text-align: center;
font-style: italic;
+ font-family: courier;
}
.sheet-rolltemplate-MA1e .sheet-RollTemp-textSM {
font-size: 1.1em;
text-align: center;
+ font-family: courier;
/*font-weight: bold;*/
}
@@ -238,6 +252,7 @@
color: #2C5D28;
font-size: 1.2em;
text-align: center;
+ font-family: courier;
/*font-style: italic;*/
font-weight: bold;
}
@@ -246,6 +261,7 @@
color: #540B7F;
font-size: 1.2em;
text-align: center;
+ font-family: courier;
/*font-style: italic;*/
font-weight: bold;
}
@@ -262,7 +278,8 @@
.sheet-rolltemplate-MA1e .sheet-RollTemp-key {
font-weight: bold;
- font-family: Arial, Helvetica, sans-serif;
+ /*font-family: Arial, Helvetica, sans-serif;*/
+ font-family: courier;
font-size: 1.1em;
-moz-text-decoration-color: #D64541;
@@ -279,7 +296,8 @@
.sheet-rolltemplate-MA1e .sheet-RollTemp-key-wide {
font-weight: bold;
- font-family: Arial, Helvetica, sans-serif;
+ /*font-family: Arial, Helvetica, sans-serif;*/
+ font-family: courier;
font-size: 1.1em;
-moz-text-decoration-color: #D64541;
@@ -307,7 +325,8 @@
font-style: italic;
font-weight: bold;
font-size: 11px;
- font-family: Arial;
+ /*font-family: Arial;*/
+ font-family: courier;
text-align: center;
border: green 1px dashed;
@@ -320,7 +339,8 @@
.sheet-rolltemplate-MA1e .sheet-RollTemp-textbox {
font-size: 11px;
- font-family: Arial;
+ /*font-family: Arial;*/
+ font-family: courier;
text-align: center;
border: black 1px solid;
@@ -333,7 +353,8 @@
.sheet-rolltemplate-MA1e .sheet-RollTemp-textboxblue {
font-size: 11px;
- font-family: Arial;
+ /*font-family: Arial;*/
+ font-family: courier;
text-align: center;
color: blue;
font-weight: bold;
diff --git a/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.CSS-bak b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.CSS-bak
new file mode 100644
index 0000000000..aa015d845e
--- /dev/null
+++ b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.CSS-bak
@@ -0,0 +1,3848 @@
+/* Metamorphosis Alpha: 1e CSS */
+/* Version 1.0 */
+
+/* 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-MA1e .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 Circuit */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-BgCircuit {
+ background:url(http://i.imgur.com/mSNRAqW.png) top center repeat;
+}
+
+/*Background Axes */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-BgAxe {
+ background:url(http://i.imgur.com/mniHifK.png) top center repeat;
+}
+
+/*Background RadSym */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-BgRadSym {
+ background:url(http://i.imgur.com/hwcJJJL.png) top center repeat;
+}
+
+/*Background Caducous */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-BgCaducous {
+ background:url(http://i.imgur.com/hj7a8IG.png) top center repeat;
+}
+
+/*Background Tools */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-BgTools {
+ background:url(http://i.imgur.com/MTJpydw.png) top center repeat;
+}
+
+.sheet-rolltemplate-MA1e .sheet-RollTemp-header {
+ text-align: center;
+ position: relative;
+ color: #5c5c5c;
+ margin: 0 -10px 10px -10px;
+ padding: 5px 0;
+}
+
+/* Combat header*/
+.sheet-rolltemplate-MA1e .sheet-RollTemp-header.sheet-combat {
+ color: #2C5D28;
+}
+
+/* Ability check header */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-header.sheet-stat{
+ color: #113982;
+}
+
+/* Saving throw header */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-header.sheet-save{
+ color: #5D2828;
+}
+
+/* Class Ability header */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-header.sheet-class{
+ color: #5C5C5C;
+}
+
+/* Spell header */
+.sheet-rolltemplate-MA1e .sheet-RollTemp-header.sheet-spell{
+ color: #540B7F;
+}
+
+.sheet-rolltemplate-MA1e .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-MA1e .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-MA1e .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-MA1e .sheet-RollTemp-textresult {
+ color: blue;
+ font-weight: bold;
+ font-size: 1.2em;
+
+}
+
+.sheet-rolltemplate-MA1e .sheet-main-content {
+
+}
+
+.sheet-rolltemplate-MA1e .sheet-main-content hr.sheet-roll {
+ width: 80%;
+ margin-left: auto;
+ margin-right: auto;
+
+ color: #D64541;
+ background-color: #D64541;
+ height: 1px;
+}
+
+.sheet-rolltemplate-MA1e .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-MA1e .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-MA1e .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-MA1e .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-MA1e .sheet-RollTemp-title {
+ font-size: 1.6em;
+ font-weight: bold;
+ text-align: center;
+ margin-left: 15px;
+ margin-right: 15px;
+}
+
+.sheet-rolltemplate-MA1e .sheet-RollTemp-name {
+ font-size: 1.2em;
+ text-align: center;
+ font-style: italic;
+ font-weight: bold;
+ margin-left: 15px;
+ margin-right: 15px;
+}
+
+.sheet-rolltemplate-MA1e .sheet-RollTemp-info {
+ font-size: 1.1em;
+ text-align: center;
+ font-style: italic;
+ font-weight: bold;
+}
+
+.sheet-rolltemplate-MA1e .sheet-RollTemp-infoNB {
+ font-size: 1.1em;
+ text-align: center;
+ font-style: italic;
+}
+
+.sheet-rolltemplate-MA1e .sheet-RollTemp-textSM {
+ font-size: 1.1em;
+ text-align: center;
+ /*font-weight: bold;*/
+}
+
+.sheet-rolltemplate-MA1e .sheet-RollTemp-flarecombat {
+ color: #2C5D28;
+ font-size: 1.2em;
+ text-align: center;
+ /*font-style: italic;*/
+ font-weight: bold;
+}
+
+.sheet-rolltemplate-MA1e .sheet-RollTemp-flareclass {
+ color: #540B7F;
+ font-size: 1.2em;
+ text-align: center;
+ /*font-style: italic;*/
+ font-weight: bold;
+}
+.sheet-rolltemplate-MA1e .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-MA1e .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-MA1e .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-MA1e .sheet-RollTemp-value {
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+
+ margin-top: 2px ;
+
+}
+
+.sheet-rolltemplate-MA1e .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-MA1e .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-MA1e .sheet-RollTemp-textboxblue {
+ font-size: 11px;
+ font-family: Arial;
+ text-align: center;
+ color: blue;
+ font-weight: bold;
+
+ border: black 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-human:checked ~ div.sheet-human,
+input.sheet-mutant:checked ~ div.sheet-mutant,
+input.sheet-monster:checked ~ div.sheet-monster
+{
+ 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: 20%;
+ 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-mutant,
+.charsheet input.sheet-maintab:checked + span.sheet-human,
+.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.sheet-tab1:checked ~ div.sheet-section-core,
+.charsheet input.sheet-tab2:checked ~ div.sheet-section-background,
+.charsheet input.sheet-tab3:checked ~ div.sheet-section-class,
+.charsheet input.sheet-tab4:checked ~ div.sheet-section-weapons,
+.charsheet input.sheet-tab5:checked ~ div.sheet-section-spellbook,
+.charsheet input.sheet-tab6:checked ~ div.sheet-section-armor,
+.charsheet input.sheet-tab7:checked ~ div.sheet-section-inventory {
+ max-height: 999999px;
+ visibility: visible;
+ opacity: 1;
+ transition: opacity 0.5s linear 0s;
+ overflow: auto;
+}
+
+.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] {
+ max-height: 999999px;
+ visibility: visible;
+ opacity: 1;
+ transition: opacity 0.5s linear 0s;
+}
+
+.charsheet input.sheet-tab {
+ width: 87px;
+ height: 20px;
+ cursor: pointer;
+ position: relative;
+ opacity: 0;
+ z-index: 9999;
+}
+
+.charsheet span.sheet-tab {
+ 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-tab1:checked + span.sheet-tab1,
+.charsheet input.sheet-tab2:checked + span.sheet-tab2,
+.charsheet input.sheet-tab3:checked + span.sheet-tab3,
+.charsheet input.sheet-tab4:checked + span.sheet-tab4,
+.charsheet input.sheet-tab5:checked + span.sheet-tab5,
+.charsheet input.sheet-tab6:checked + span.sheet-tab6,
+.charsheet input.sheet-tab7:checked + span.sheet-tab7,
+.charsheet input.sheet-tab99:checked + span.sheet-tab99 {
+ 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: 50%;
+ 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;
+}
+
+.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,
+div[data-groupname^="repeating_manimalmutations"] .repitem,
+div[data-groupname^="repeating_plantientmutations"] .repitem,
+.sheet-zero-row {
+ border: 1px solid #000000;
+ border-radius: 12px;
+ margin-left: 1px;
+ margin-bottom: 5px;
+ background: #eee;
+}
+
+
+/* spell type tab Settings */
+
+.charsheet div[class^="sheet-spell-type"] {
+ visibility: hidden;
+ opacity: 0;
+ max-height:0;
+ overflow: hidden;
+}
+
+.charsheet input.sheet-spelltypeGeneralWiz:checked ~ div.sheet-spell-type-GeneralWiz,
+.charsheet input.sheet-spelltypeMercurialMagic:checked ~ div.sheet-spell-type-MercurialMagic,
+.charsheet input.sheet-spelltypeCorruption:checked ~ div.sheet-spell-type-Corruption,
+.charsheet input.sheet-spelltypeMisfire:checked ~ div.sheet-spell-type-Misfire {
+ max-height: 999999px;
+ visibility: visible;
+ opacity: 1;
+ transition: opacity 0.5s linear 0s;
+}
+
+.charsheet input.sheet-spelltypeGeneralWiz:checked ~ span.sheet-spelltypeGeneralWiz,
+.charsheet input.sheet-spelltypeMercurialMagic:checked ~ span.sheet-spelltypeMercurialMagic,
+.charsheet input.sheet-spelltypeCorruption:checked ~ span.sheet-spelltypeCorruption,
+.charsheet input.sheet-spelltypeMisfire:checked ~ span.sheet-spelltypeMisfire {
+ 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-MutationManifest:checked ~ div.sheet-spell-type-MutationManifest,
+.charsheet input.sheet-MutationInfo:checked ~ div.sheet-spell-type-MutationInfo,
+.charsheet input.sheet-MutationAttack:checked ~ div.sheet-spell-type-MutationAttack {
+ max-height: 999999px;
+ visibility: visible;
+ opacity: 1;
+ transition: opacity 0.5s linear 0s;
+}
+
+.charsheet input.sheet-MutationManifest:checked ~ span.sheet-MutationManifest,
+.charsheet input.sheet-MutationInfo:checked ~ span.sheet-MutationInfo,
+.charsheet input.sheet-MutationAttack:checked ~ span.sheet-MutationAttack {
+ 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-small-label {
+ font-size: 75%!important;
+ font-style: italic;
+ font-weight: bold;
+ font-family: courier;
+}
+
+.charsheet .sheet-large-label {
+ font-size: 90%!important;
+ font-style: italic;
+ font-weight: bold;
+ font-family: courier;
+}
+
+.charsheet .sheet-last-updated {
+ font-size: 85%!important;
+ font-style: italic;
+ font-weight: bold;
+ margin: 0;
+ font-family: courier;
+}
+
+.charsheet .sheet-checkbox-row {
+ line-height: 28px;
+ text-align: center;
+}
+
+.charsheet .sheet-hd-row {
+ margin-top: 5px;
+ font-size: 14px!important;
+ font-family: courier;
+}
+
+.charsheet .sheet-hd-rowLRG {
+ margin-top: 5px;
+ font-size: 1.5em;
+ font-weight: bold;
+}
+
+.charsheet .sheet-padl,
+.sheet-rolltemplate-MA1e .sheet-padl {
+ padding-left:10px;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+.charsheet .sheet-padr,
+.sheet-rolltemplate-MA1e .sheet-padr {
+ padding-right:10px;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+.charsheet .sheet-padt,
+.sheet-rolltemplate-MA1e .sheet-padt{
+ padding-top:12px;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
+.charsheet .sheet-padb,
+.sheet-rolltemplate-MA1e .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-MA1e .sheet-border-right-dotted {
+ border-right: 1px dotted #000;
+}
+
+ .sheet-border-left-dotted,
+ .sheet-rolltemplate-MA1e .sheet-border-left-dotted {
+ border-left: 1px dotted #000;
+}
+
+ .sheet-border-top-dotted,
+ .sheet-rolltemplate-MA1e .sheet-border-top-dotted {
+ border-top: 1px dotted #000;
+}
+
+ .sheet-border-bottom-dotted,
+ .sheet-rolltemplate-MA1e .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], .charsheet input[readonly] {
+ text-align: center;
+}
+
+.charsheet input[type=text].sheet-underlined {
+ text-align: center;
+ border-width: 0px 0px 3px 4px;
+ border-color: black;
+ border-top-style: none;
+ border-right-style: none;
+ border-left-style: none;
+ border-bottom-style: solid;
+ background-color: transparent;
+ /*color: #454343;*/
+ height: 35px;
+}
+
+.charsheet input[type=number].sheet-underlined {
+ text-align: center;
+ border-width: 0px 0px 3px 4px;
+ border-color: black;
+ border-top-style: none;
+ border-right-style: none;
+ border-left-style: none;
+ border-bottom-style: solid;
+ background-color: transparent;
+ /*color: #454343;*/
+ height: 35px;
+}
+
+.charsheet button.sheet-core-save, .charsheet button.sheet-core-check, .charsheet button.sheet-initiative, .charsheet button.sheet-roll {
+ font-size: 12px!important;
+ font-family: courier;
+}
+
+.charsheet button.sheet-initiative {
+ height: 3em;
+}
+
+.charsheet hr {
+ border: 0;
+ height: 1px;
+ border-bottom: 1px solid #000;
+ /*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 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-MA1e .sheet-center {
+ text-align: center;
+}
+
+.charsheet .sheet-left,
+.sheet-rolltemplate-MA1e .sheet-left {
+ text-align: left;
+}
+
+.charsheet .sheet-right,
+.sheet-rolltemplate-MA1e .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 .sheet-fluid-textarea {
+ height: 100%;
+}
+
+.charsheet .sheet-small-textarea {
+ height: 50px;
+}
+
+.charsheet .sheet-medium-textarea {
+ height: 100px;
+}
+
+.charsheet .sheet-large-textarea {
+ height: 300px;
+}*/
+
+.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-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-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: #000000;
+ font-size: 14px!important;
+ font-weight: bold;
+ text-transform: uppercase;
+ vertical-align: middle;
+ line-height: 28px;
+ text-align: center;
+ font-family: courier;
+}
+
+.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;
+}
+
+/* Class Tabs */
+
+/*.charsheet input.sheet-isBard,
+.charsheet input.sheet-isCyborg,
+.charsheet input.sheet-isDwarf,
+.charsheet input.sheet-isDwarfPriest,
+.charsheet input.sheet-isElf,
+.charsheet input.sheet-isElfRogue,
+.charsheet input.sheet-isGnome,
+.charsheet input.sheet-isHalfling,
+.charsheet input.sheet-isHalflingChamp,
+.charsheet input.sheet-isPaladin,
+.charsheet input.sheet-isPetrolHead,
+.charsheet input.sheet-isRanger,
+.charsheet input.sheet-isTechnologist,
+.charsheet input.sheet-isThief,*/
+.charsheet input.sheet-isManimal,
+.charsheet input.sheet-isMutant,
+.charsheet input.sheet-isPlantient,
+.charsheet input.sheet-isShaman {
+ display: inline;
+ width:14px; /*original value 24px*/
+ height: 12px; /*original value 22px*/
+ vertical-align: middle;
+}
+
+.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;
+}
+
+/*.charsheet .sheet-isBard:checked~ div.sheet-cleric,
+.charsheet .sheet-isBard:checked~ div.sheet-cyborg,
+.charsheet .sheet-isBard:checked~ div.sheet-manimal,
+.charsheet .sheet-isBard:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isBard:checked~ div.sheet-plantient,
+.charsheet .sheet-isBard:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isBard:checked~ div.sheet-gnome,
+.charsheet .sheet-isBard:checked~ div.sheet-halfling,
+.charsheet .sheet-isBard:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isBard:checked~ div.sheet-mutant,
+.charsheet .sheet-isBard:checked~ div.sheet-paladin,
+.charsheet .sheet-isBard:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isBard:checked~ div.sheet-ranger,
+.charsheet .sheet-isBard:checked~ div.sheet-technologist,
+.charsheet .sheet-isBard:checked~ div.sheet-thief,
+.charsheet .sheet-isBard:checked~ div.sheet-warrior,
+.charsheet .sheet-isBard:checked~ div.sheet-shaman,*/
+
+.charsheet .sheet-isManimal:checked~ div.sheet-plantient,
+.charsheet .sheet-isManimal:checked~ div.sheet-mutant,
+.charsheet .sheet-isManimal:checked~ div.sheet-shaman,
+
+/*.charsheet .sheet-isCyborg:checked~ div.sheet-bard,
+.charsheet .sheet-isCyborg:checked~ div.sheet-cleric,
+.charsheet .sheet-isCyborg:checked~ div.sheet-manimal,
+.charsheet .sheet-isCyborg:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isCyborg:checked~ div.sheet-plantient,
+.charsheet .sheet-isCyborg:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isCyborg:checked~ div.sheet-gnome,
+.charsheet .sheet-isCyborg:checked~ div.sheet-halfling,
+.charsheet .sheet-isCyborg:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isCyborg:checked~ div.sheet-mutant,
+.charsheet .sheet-isCyborg:checked~ div.sheet-paladin,
+.charsheet .sheet-isCyborg:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isCyborg:checked~ div.sheet-ranger,
+.charsheet .sheet-isCyborg:checked~ div.sheet-technologist,
+.charsheet .sheet-isCyborg:checked~ div.sheet-thief,
+.charsheet .sheet-isCyborg:checked~ div.sheet-warrior,
+.charsheet .sheet-isCyborg:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isDwarf:checked~ div.sheet-bard,
+.charsheet .sheet-isDwarf:checked~ div.sheet-cleric,
+.charsheet .sheet-isDwarf:checked~ div.sheet-cyborg,
+.charsheet .sheet-isDwarf:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isDwarf:checked~ div.sheet-plantient,
+.charsheet .sheet-isDwarf:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isDwarf:checked~ div.sheet-gnome,
+.charsheet .sheet-isDwarf:checked~ div.sheet-halfling,
+.charsheet .sheet-isDwarf:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isDwarf:checked~ div.sheet-mutant,
+.charsheet .sheet-isDwarf:checked~ div.sheet-paladin,
+.charsheet .sheet-isDwarf:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isDwarf:checked~ div.sheet-ranger,
+.charsheet .sheet-isDwarf:checked~ div.sheet-technologist,
+.charsheet .sheet-isDwarf:checked~ div.sheet-thief,
+.charsheet .sheet-isDwarf:checked~ div.sheet-warrior,
+.charsheet .sheet-isDwarf:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-bard,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-cleric,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-cyborg,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-manimal,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-plantient,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-gnome,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-halfling,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-mutant,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-paladin,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-ranger,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-technologist,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-thief,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-warrior,
+.charsheet .sheet-isDwarfPriest:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isElf:checked~ div.sheet-bard,
+.charsheet .sheet-isElf:checked~ div.sheet-cleric,
+.charsheet .sheet-isElf:checked~ div.sheet-cyborg,
+.charsheet .sheet-isElf:checked~ div.sheet-manimal,
+.charsheet .sheet-isElf:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isElf:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isElf:checked~ div.sheet-gnome,
+.charsheet .sheet-isElf:checked~ div.sheet-halfling,
+.charsheet .sheet-isElf:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isElf:checked~ div.sheet-mutant,
+.charsheet .sheet-isElf:checked~ div.sheet-paladin,
+.charsheet .sheet-isElf:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isElf:checked~ div.sheet-ranger,
+.charsheet .sheet-isElf:checked~ div.sheet-technologist,
+.charsheet .sheet-isElf:checked~ div.sheet-thief,
+.charsheet .sheet-isElf:checked~ div.sheet-warrior,
+.charsheet .sheet-isElf:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isElfRogue:checked~ div.sheet-bard,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-cleric,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-cyborg,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-manimal,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-plantient,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-gnome,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-halfling,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-mutant,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-paladin,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-ranger,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-technologist,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-thief,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-warrior,
+.charsheet .sheet-isElfRogue:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isGnome:checked~ div.sheet-bard,
+.charsheet .sheet-isGnome:checked~ div.sheet-cleric,
+.charsheet .sheet-isGnome:checked~ div.sheet-cyborg,
+.charsheet .sheet-isGnome:checked~ div.sheet-manimal,
+.charsheet .sheet-isGnome:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isGnome:checked~ div.sheet-plantient,
+.charsheet .sheet-isGnome:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isGnome:checked~ div.sheet-halfling,
+.charsheet .sheet-isGnome:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isGnome:checked~ div.sheet-mutant,
+.charsheet .sheet-isGnome:checked~ div.sheet-paladin,
+.charsheet .sheet-isGnome:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isGnome:checked~ div.sheet-ranger,
+.charsheet .sheet-isGnome:checked~ div.sheet-technologist,
+.charsheet .sheet-isGnome:checked~ div.sheet-thief,
+.charsheet .sheet-isGnome:checked~ div.sheet-warrior,
+.charsheet .sheet-isGnome:checked~ div.sheet-shaman,
+
+
+.charsheet .sheet-isHalfling:checked~ div.sheet-bard,
+.charsheet .sheet-isHalfling:checked~ div.sheet-cleric,
+.charsheet .sheet-isHalfling:checked~ div.sheet-cyborg,
+.charsheet .sheet-isHalfling:checked~ div.sheet-manimal,
+.charsheet .sheet-isHalfling:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isHalfling:checked~ div.sheet-plantient,
+.charsheet .sheet-isHalfling:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isHalfling:checked~ div.sheet-gnome,
+.charsheet .sheet-isHalfling:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isHalfling:checked~ div.sheet-mutant,
+.charsheet .sheet-isHalfling:checked~ div.sheet-paladin,
+.charsheet .sheet-isHalfling:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isHalfling:checked~ div.sheet-ranger,
+.charsheet .sheet-isHalfling:checked~ div.sheet-technologist,
+.charsheet .sheet-isHalfling:checked~ div.sheet-thief,
+.charsheet .sheet-isHalfling:checked~ div.sheet-warrior,
+.charsheet .sheet-isHalfling:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-bard,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-cleric,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-cyborg,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-manimal,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-plantient,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-gnome,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-halfling,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-mutant,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-paladin,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-ranger,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-technologist,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-thief,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-warrior,
+.charsheet .sheet-isHalflingChamp:checked~ div.sheet-shaman,*/
+
+.charsheet .sheet-isMutant:checked~ div.sheet-manimal,
+.charsheet .sheet-isMutant:checked~ div.sheet-plantient,
+.charsheet .sheet-isMutant:checked~ div.sheet-shaman,
+
+/*.charsheet .sheet-isPaladin:checked~ div.sheet-bard,
+.charsheet .sheet-isPaladin:checked~ div.sheet-cleric,
+.charsheet .sheet-isPaladin:checked~ div.sheet-cyborg,
+.charsheet .sheet-isPaladin:checked~ div.sheet-manimal,
+.charsheet .sheet-isPaladin:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isPaladin:checked~ div.sheet-plantient,
+.charsheet .sheet-isPaladin:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isPaladin:checked~ div.sheet-gnome,
+.charsheet .sheet-isPaladin:checked~ div.sheet-halfling,
+.charsheet .sheet-isPaladin:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isPaladin:checked~ div.sheet-mutant,
+.charsheet .sheet-isPaladin:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isPaladin:checked~ div.sheet-ranger,
+.charsheet .sheet-isPaladin:checked~ div.sheet-technologist,
+.charsheet .sheet-isPaladin:checked~ div.sheet-thief,
+.charsheet .sheet-isPaladin:checked~ div.sheet-warrior,
+.charsheet .sheet-isPaladin:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-bard,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-cleric,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-cyborg,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-manimal,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-plantient,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-gnome,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-halfling,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-mutant,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-paladin,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-ranger,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-technologist,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-thief,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-warrior,
+.charsheet .sheet-isPetrolHead:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isRanger:checked~ div.sheet-bard,
+.charsheet .sheet-isRanger:checked~ div.sheet-cleric,
+.charsheet .sheet-isRanger:checked~ div.sheet-cyborg,
+.charsheet .sheet-isRanger:checked~ div.sheet-manimal,
+.charsheet .sheet-isRanger:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isRanger:checked~ div.sheet-plantient,
+.charsheet .sheet-isRanger:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isRanger:checked~ div.sheet-gnome,
+.charsheet .sheet-isRanger:checked~ div.sheet-halfling,
+.charsheet .sheet-isRanger:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isRanger:checked~ div.sheet-mutant,
+.charsheet .sheet-isRanger:checked~ div.sheet-paladin,
+.charsheet .sheet-isRanger:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isRanger:checked~ div.sheet-technologist,
+.charsheet .sheet-isRanger:checked~ div.sheet-thief,
+.charsheet .sheet-isRanger:checked~ div.sheet-warrior,
+.charsheet .sheet-isRanger:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isTechnologist:checked~ div.sheet-bard,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-cleric,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-cyborg,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-manimal,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-plantient,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-gnome,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-halfling,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-mutant,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-paladin,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-ranger,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-thief,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-warrior,
+.charsheet .sheet-isTechnologist:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isThief:checked~ div.sheet-bard,
+.charsheet .sheet-isThief:checked~ div.sheet-cleric,
+.charsheet .sheet-isThief:checked~ div.sheet-cyborg,
+.charsheet .sheet-isThief:checked~ div.sheet-manimal,
+.charsheet .sheet-isThief:checked~ div.sheet-manimalpriest,
+.charsheet .sheet-isThief:checked~ div.sheet-plantient,
+.charsheet .sheet-isThief:checked~ div.sheet-plantientrogue,
+.charsheet .sheet-isThief:checked~ div.sheet-gnome,
+.charsheet .sheet-isThief:checked~ div.sheet-halfling,
+.charsheet .sheet-isThief:checked~ div.sheet-halflingchamp,
+.charsheet .sheet-isThief:checked~ div.sheet-mutant,
+.charsheet .sheet-isThief:checked~ div.sheet-paladin,
+.charsheet .sheet-isThief:checked~ div.sheet-petrolhead,
+.charsheet .sheet-isThief:checked~ div.sheet-ranger,
+.charsheet .sheet-isThief:checked~ div.sheet-technologist,
+.charsheet .sheet-isThief:checked~ div.sheet-warrior,
+.charsheet .sheet-isThief:checked~ div.sheet-shaman,*/
+
+.charsheet .sheet-isPlantient:checked~ div.sheet-manimal,
+.charsheet .sheet-isPlantient:checked~ div.sheet-mutant,
+.charsheet .sheet-isPlantient:checked~ div.sheet-shaman,
+
+.charsheet .sheet-isShaman:checked~ div.sheet-manimal,
+.charsheet .sheet-isShaman:checked~ div.sheet-plantient,
+.charsheet .sheet-isShaman:checked~ div.sheet-mutant {
+ display: none;
+}
+
+/* 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 .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 .sheet-hidden {
+ 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;
+}
+
+/* Custom Pure Grid CSS (24 cols) DO NOT EDIT BELOW THIS LINE OR RISK BREAKING FORMATTING */
+.sheet-row,
+.sheet-rolltemplate-MA1e .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-MA1e .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-MA1e .sheet-row {
+ word-spacing: -0.43em;
+}
+
+ .sheet-col,
+ .sheet-rolltemplate-MA1e .sheet-col {
+ display: inline-block;
+ zoom: 1; *display: inline;
+ letter-spacing: normal;
+ word-spacing: normal;
+ vertical-align: top;
+ text-rendering: auto;
+}
+
+.sheet-rolltemplate-MA1e .sheet-col-1,.sheet-rolltemplate-MA1e .sheet-col-1-2,.sheet-rolltemplate-MA1e .sheet-col-1-3,.sheet-rolltemplate-MA1e .sheet-col-2-3,.sheet-rolltemplate-MA1e .sheet-col-1-4,.sheet-rolltemplate-MA1e .sheet-col-3-4,.sheet-rolltemplate-MA1e .sheet-col-1-5,.sheet-rolltemplate-MA1e .sheet-col-2-5,.sheet-rolltemplate-MA1e .sheet-col-3-5,.sheet-rolltemplate-MA1e .sheet-col-4-5,.sheet-rolltemplate-MA1e .sheet-col-1-6,.sheet-rolltemplate-MA1e .sheet-col-5-6,.sheet-rolltemplate-MA1e .sheet-col-1-7,.sheet-rolltemplate-MA1e .sheet-col-2-7,.sheet-rolltemplate-MA1e .sheet-col-3-7,.sheet-rolltemplate-MA1e .sheet-col-4-7,.sheet-rolltemplate-MA1e .sheet-col-5-7,.sheet-rolltemplate-MA1e .sheet-col-6-7,.sheet-rolltemplate-MA1e .sheet-col-1-8,.sheet-rolltemplate-MA1e .sheet-col-3-8,.sheet-rolltemplate-MA1e .sheet-col-5-8,.sheet-rolltemplate-MA1e .sheet-col-7-8,.sheet-rolltemplate-MA1e .sheet-col-1-9,.sheet-rolltemplate-MA1e .sheet-col-2-9,.sheet-rolltemplate-MA1e .sheet-col-4-9,.sheet-rolltemplate-MA1e .sheet-col-5-9,.sheet-rolltemplate-MA1e .sheet-col-6-9,.sheet-rolltemplate-MA1e .sheet-col-7-9,.sheet-rolltemplate-MA1e .sheet-col-8-9,.sheet-rolltemplate-MA1e .sheet-col-1-10,.sheet-rolltemplate-MA1e .sheet-col-3-10,.sheet-rolltemplate-MA1e .sheet-col-7-10,.sheet-rolltemplate-MA1e .sheet-col-9-10,.sheet-rolltemplate-MA1e .sheet-col-1-11,.sheet-rolltemplate-MA1e .sheet-col-2-11,.sheet-rolltemplate-MA1e .sheet-col-3-11,.sheet-rolltemplate-MA1e .sheet-col-4-11,.sheet-rolltemplate-MA1e .sheet-col-5-11,.sheet-rolltemplate-MA1e .sheet-col-6-11,.sheet-rolltemplate-MA1e .sheet-col-7-11,.sheet-rolltemplate-MA1e .sheet-col-8-11,.sheet-rolltemplate-MA1e .sheet-col-9-11,.sheet-rolltemplate-MA1e .sheet-col-10-11,.sheet-rolltemplate-MA1e .sheet-col-1-12,.sheet-rolltemplate-MA1e .sheet-col-5-12,.sheet-rolltemplate-MA1e .sheet-col-7-12,.sheet-rolltemplate-MA1e .sheet-col-9-12,.sheet-rolltemplate-MA1e .sheet-col-11-12,.sheet-rolltemplate-MA1e .sheet-col-1-13,.sheet-rolltemplate-MA1e .sheet-col-2-13,.sheet-rolltemplate-MA1e .sheet-col-3-13,.sheet-rolltemplate-MA1e .sheet-col-4-13,.sheet-rolltemplate-MA1e .sheet-col-5-13,.sheet-rolltemplate-MA1e .sheet-col-6-13,.sheet-rolltemplate-MA1e .sheet-col-7-13,.sheet-rolltemplate-MA1e .sheet-col-8-13,.sheet-rolltemplate-MA1e .sheet-col-9-13,.sheet-rolltemplate-MA1e .sheet-col-10-13,.sheet-rolltemplate-MA1e .sheet-col-11-13,.sheet-rolltemplate-MA1e .sheet-col-12-13,.sheet-rolltemplate-MA1e .sheet-col-1-14,.sheet-rolltemplate-MA1e .sheet-col-3-14,.sheet-rolltemplate-MA1e .sheet-col-5-14,.sheet-rolltemplate-MA1e .sheet-col-9-14,.sheet-rolltemplate-MA1e .sheet-col-11-14,.sheet-rolltemplate-MA1e .sheet-col-13-14,.sheet-rolltemplate-MA1e .sheet-col-1-15,.sheet-rolltemplate-MA1e .sheet-col-2-15,.sheet-rolltemplate-MA1e .sheet-col-4-15,.sheet-rolltemplate-MA1e .sheet-col-6-15,.sheet-rolltemplate-MA1e .sheet-col-7-15,.sheet-rolltemplate-MA1e .sheet-col-8-15,.sheet-rolltemplate-MA1e .sheet-col-9-15,.sheet-rolltemplate-MA1e .sheet-col-10-15,.sheet-rolltemplate-MA1e .sheet-col-11-15,.sheet-rolltemplate-MA1e .sheet-col-12-15,.sheet-rolltemplate-MA1e .sheet-col-13-15,.sheet-rolltemplate-MA1e .sheet-col-14-15,.sheet-rolltemplate-MA1e .sheet-col-1-16,.sheet-rolltemplate-MA1e .sheet-col-3-16,.sheet-rolltemplate-MA1e .sheet-col-5-16,.sheet-rolltemplate-MA1e .sheet-col-7-16,.sheet-rolltemplate-MA1e .sheet-col-9-16,.sheet-rolltemplate-MA1e .sheet-col-11-16,.sheet-rolltemplate-MA1e .sheet-col-13-16,.sheet-rolltemplate-MA1e .sheet-col-15-16,.sheet-rolltemplate-MA1e .sheet-col-1-17,.sheet-rolltemplate-MA1e .sheet-col-2-17,.sheet-rolltemplate-MA1e .sheet-col-3-17,.sheet-rolltemplate-MA1e .sheet-col-4-17,.sheet-rolltemplate-MA1e .sheet-col-5-17,.sheet-rolltemplate-MA1e .sheet-col-6-17,.sheet-rolltemplate-MA1e .sheet-col-7-17,.sheet-rolltemplate-MA1e .sheet-col-8-17,.sheet-rolltemplate-MA1e .sheet-col-9-17,.sheet-rolltemplate-MA1e .sheet-col-10-17,.sheet-rolltemplate-MA1e .sheet-col-11-17,.sheet-rolltemplate-MA1e .sheet-col-12-17,.sheet-rolltemplate-MA1e .sheet-col-13-17,.sheet-rolltemplate-MA1e .sheet-col-14-17,.sheet-rolltemplate-MA1e .sheet-col-15-17,.sheet-rolltemplate-MA1e .sheet-col-16-17,.sheet-rolltemplate-MA1e .sheet-col-1-18,.sheet-rolltemplate-MA1e .sheet-col-5-18,.sheet-rolltemplate-MA1e .sheet-col-7-18,.sheet-rolltemplate-MA1e .sheet-col-11-18,.sheet-rolltemplate-MA1e .sheet-col-13-18,.sheet-rolltemplate-MA1e .sheet-col-15-18,.sheet-rolltemplate-MA1e .sheet-col-17-18,.sheet-rolltemplate-MA1e .sheet-col-1-19,.sheet-rolltemplate-MA1e .sheet-col-2-19,.sheet-rolltemplate-MA1e .sheet-col-3-19,.sheet-rolltemplate-MA1e .sheet-col-4-19,.sheet-rolltemplate-MA1e .sheet-col-5-19,.sheet-rolltemplate-MA1e .sheet-col-6-19,.sheet-rolltemplate-MA1e .sheet-col-7-19,.sheet-rolltemplate-MA1e .sheet-col-8-19,.sheet-rolltemplate-MA1e .sheet-col-9-19,.sheet-rolltemplate-MA1e .sheet-col-10-19,.sheet-rolltemplate-MA1e .sheet-col-11-19,.sheet-rolltemplate-MA1e .sheet-col-12-19,.sheet-rolltemplate-MA1e .sheet-col-13-19,.sheet-rolltemplate-MA1e .sheet-col-14-19,.sheet-rolltemplate-MA1e .sheet-col-15-19,.sheet-rolltemplate-MA1e .sheet-col-16-19,.sheet-rolltemplate-MA1e .sheet-col-17-19,.sheet-rolltemplate-MA1e .sheet-col-18-19,.sheet-rolltemplate-MA1e .sheet-col-1-20,.sheet-rolltemplate-MA1e .sheet-col-3-20,.sheet-rolltemplate-MA1e .sheet-col-7-20,.sheet-rolltemplate-MA1e .sheet-col-9-20,.sheet-rolltemplate-MA1e .sheet-col-11-20,.sheet-rolltemplate-MA1e .sheet-col-13-20,.sheet-rolltemplate-MA1e .sheet-col-15-20,.sheet-rolltemplate-MA1e .sheet-col-17-20,.sheet-rolltemplate-MA1e .sheet-col-19-20,.sheet-rolltemplate-MA1e .sheet-col-1-21,.sheet-rolltemplate-MA1e .sheet-col-2-21,.sheet-rolltemplate-MA1e .sheet-col-4-21,.sheet-rolltemplate-MA1e .sheet-col-5-21,.sheet-rolltemplate-MA1e .sheet-col-6-21,.sheet-rolltemplate-MA1e .sheet-col-8-21,.sheet-rolltemplate-MA1e .sheet-col-9-21,.sheet-rolltemplate-MA1e .sheet-col-10-21,.sheet-rolltemplate-MA1e .sheet-col-11-21,.sheet-rolltemplate-MA1e .sheet-col-12-21,.sheet-rolltemplate-MA1e .sheet-col-13-21,.sheet-rolltemplate-MA1e .sheet-col-14-21,.sheet-rolltemplate-MA1e .sheet-col-15-21,.sheet-rolltemplate-MA1e .sheet-col-16-21,.sheet-rolltemplate-MA1e .sheet-col-17-21,.sheet-rolltemplate-MA1e .sheet-col-18-21,.sheet-rolltemplate-MA1e .sheet-col-19-21,.sheet-rolltemplate-MA1e .sheet-col-20-21,.sheet-rolltemplate-MA1e .sheet-col-1-22,.sheet-rolltemplate-MA1e .sheet-col-3-22,.sheet-rolltemplate-MA1e .sheet-col-5-22,.sheet-rolltemplate-MA1e .sheet-col-7-22,.sheet-rolltemplate-MA1e .sheet-col-9-22,.sheet-rolltemplate-MA1e .sheet-col-13-22,.sheet-rolltemplate-MA1e .sheet-col-15-22,.sheet-rolltemplate-MA1e .sheet-col-17-22,.sheet-rolltemplate-MA1e .sheet-col-19-22,.sheet-rolltemplate-MA1e .sheet-col-21-22,.sheet-rolltemplate-MA1e .sheet-col-1-23,.sheet-rolltemplate-MA1e .sheet-col-2-23,.sheet-rolltemplate-MA1e .sheet-col-3-23,.sheet-rolltemplate-MA1e .sheet-col-4-23,.sheet-rolltemplate-MA1e .sheet-col-5-23,.sheet-rolltemplate-MA1e .sheet-col-6-23,.sheet-rolltemplate-MA1e .sheet-col-7-23,.sheet-rolltemplate-MA1e .sheet-col-8-23,.sheet-rolltemplate-MA1e .sheet-col-9-23,.sheet-rolltemplate-MA1e .sheet-col-10-23,.sheet-rolltemplate-MA1e .sheet-col-11-23,.sheet-rolltemplate-MA1e .sheet-col-12-23,.sheet-rolltemplate-MA1e .sheet-col-13-23,.sheet-rolltemplate-MA1e .sheet-col-14-23,.sheet-rolltemplate-MA1e .sheet-col-15-23,.sheet-rolltemplate-MA1e .sheet-col-16-23,.sheet-rolltemplate-MA1e .sheet-col-17-23,.sheet-rolltemplate-MA1e .sheet-col-18-23,.sheet-rolltemplate-MA1e .sheet-col-19-23,.sheet-rolltemplate-MA1e .sheet-col-20-23,.sheet-rolltemplate-MA1e .sheet-col-21-23,.sheet-rolltemplate-MA1e .sheet-col-22-23,.sheet-rolltemplate-MA1e .sheet-col-1-24,.sheet-rolltemplate-MA1e .sheet-col-5-24,.sheet-rolltemplate-MA1e .sheet-col-7-24,.sheet-rolltemplate-MA1e .sheet-col-9-24,.sheet-rolltemplate-MA1e .sheet-col-11-24,.sheet-rolltemplate-MA1e .sheet-col-13-24,.sheet-rolltemplate-MA1e .sheet-col-15-24,.sheet-rolltemplate-MA1e .sheet-col-17-24,.sheet-rolltemplate-MA1e .sheet-col-19-24,.sheet-rolltemplate-MA1e .sheet-col-21-24,.sheet-rolltemplate-MA1e .sheet-col-23-24, .sheet-col-1, .sheet-col-1-2, .sheet-col-1-3, .sheet-col-2-3, .sheet-col-1-4, .sheet-col-3-4, .sheet-col-1-5, .sheet-col-2-5, .sheet-col-3-5, .sheet-col-4-5, .sheet-col-1-6, .sheet-col-5-6, .sheet-col-1-7, .sheet-col-2-7, .sheet-col-3-7, .sheet-col-4-7, .sheet-col-5-7, .sheet-col-6-7, .sheet-col-1-8, .sheet-col-3-8, .sheet-col-5-8, .sheet-col-7-8, .sheet-col-1-9, .sheet-col-2-9, .sheet-col-4-9, .sheet-col-5-9, .sheet-col-6-9, .sheet-col-7-9, .sheet-col-8-9, .sheet-col-1-10, .sheet-col-3-10, .sheet-col-7-10, .sheet-col-9-10, .sheet-col-1-11, .sheet-col-2-11, .sheet-col-3-11, .sheet-col-4-11, .sheet-col-5-11, .sheet-col-6-11, .sheet-col-7-11, .sheet-col-8-11, .sheet-col-9-11, .sheet-col-10-11, .sheet-col-1-12, .sheet-col-5-12, .sheet-col-7-12, .sheet-col-9-12, .sheet-col-11-12, .sheet-col-1-13, .sheet-col-2-13, .sheet-col-3-13, .sheet-col-4-13, .sheet-col-5-13, .sheet-col-6-13, .sheet-col-7-13, .sheet-col-8-13, .sheet-col-9-13, .sheet-col-10-13, .sheet-col-11-13, .sheet-col-12-13, .sheet-col-1-14, .sheet-col-3-14, .sheet-col-5-14, .sheet-col-9-14, .sheet-col-11-14, .sheet-col-13-14, .sheet-col-1-15, .sheet-col-2-15, .sheet-col-4-15, .sheet-col-6-15, .sheet-col-7-15, .sheet-col-8-15, .sheet-col-9-15, .sheet-col-10-15, .sheet-col-11-15, .sheet-col-12-15, .sheet-col-13-15, .sheet-col-14-15, .sheet-col-1-16, .sheet-col-3-16, .sheet-col-5-16, .sheet-col-7-16, .sheet-col-9-16, .sheet-col-11-16, .sheet-col-13-16, .sheet-col-15-16, .sheet-col-1-17, .sheet-col-2-17, .sheet-col-3-17, .sheet-col-4-17, .sheet-col-5-17, .sheet-col-6-17, .sheet-col-7-17, .sheet-col-8-17, .sheet-col-9-17, .sheet-col-10-17, .sheet-col-11-17, .sheet-col-12-17, .sheet-col-13-17, .sheet-col-14-17, .sheet-col-15-17, .sheet-col-16-17, .sheet-col-1-18, .sheet-col-5-18, .sheet-col-7-18, .sheet-col-11-18, .sheet-col-13-18, .sheet-col-15-18, .sheet-col-17-18, .sheet-col-1-19, .sheet-col-2-19, .sheet-col-3-19, .sheet-col-4-19, .sheet-col-5-19, .sheet-col-6-19, .sheet-col-7-19, .sheet-col-8-19, .sheet-col-9-19, .sheet-col-10-19, .sheet-col-11-19, .sheet-col-12-19, .sheet-col-13-19, .sheet-col-14-19, .sheet-col-15-19, .sheet-col-16-19, .sheet-col-17-19, .sheet-col-18-19, .sheet-col-1-20, .sheet-col-3-20, .sheet-col-7-20, .sheet-col-9-20, .sheet-col-11-20, .sheet-col-13-20, .sheet-col-15-20, .sheet-col-17-20, .sheet-col-19-20, .sheet-col-1-21, .sheet-col-2-21, .sheet-col-4-21, .sheet-col-5-21, .sheet-col-6-21, .sheet-col-8-21, .sheet-col-9-21, .sheet-col-10-21, .sheet-col-11-21, .sheet-col-12-21, .sheet-col-13-21, .sheet-col-14-21, .sheet-col-15-21, .sheet-col-16-21, .sheet-col-17-21, .sheet-col-18-21, .sheet-col-19-21, .sheet-col-20-21, .sheet-col-1-22, .sheet-col-3-22, .sheet-col-5-22, .sheet-col-7-22, .sheet-col-9-22, .sheet-col-13-22, .sheet-col-15-22, .sheet-col-17-22, .sheet-col-19-22, .sheet-col-21-22, .sheet-col-1-23, .sheet-col-2-23, .sheet-col-3-23, .sheet-col-4-23, .sheet-col-5-23, .sheet-col-6-23, .sheet-col-7-23, .sheet-col-8-23, .sheet-col-9-23, .sheet-col-10-23, .sheet-col-11-23, .sheet-col-12-23, .sheet-col-13-23, .sheet-col-14-23, .sheet-col-15-23, .sheet-col-16-23, .sheet-col-17-23, .sheet-col-18-23, .sheet-col-19-23, .sheet-col-20-23, .sheet-col-21-23, .sheet-col-22-23, .sheet-col-1-24, .sheet-col-5-24, .sheet-col-7-24, .sheet-col-9-24, .sheet-col-11-24, .sheet-col-13-24, .sheet-col-15-24, .sheet-col-17-24, .sheet-col-19-24, .sheet-col-21-24, .sheet-col-23-24 {
+ display: inline-block;
+ zoom: 1;
+ *display: inline;
+ letter-spacing: normal;
+ word-spacing: normal;
+ vertical-align: top;
+ text-rendering: auto;
+}
+
+
+
+ .sheet-col-1,
+ .sheet-rolltemplate-MA1e .sheet-col-1 {
+ display:block;
+}
+
+
+ .sheet-col-1-2,
+ .sheet-rolltemplate-MA1e .sheet-col-1-2 {
+ width: 50%;
+}
+
+ .sheet-offset-1-2,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-2 {
+ margin-left: 50%;
+}
+
+ .sheet-col-1-3,
+ .sheet-rolltemplate-MA1e .sheet-col-1-3 {
+ width: 33.33333%;
+}
+
+ .sheet-offset-1-3,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-3 {
+ margin-left: 33.33333%;
+}
+
+ .sheet-col-2-3,
+ .sheet-rolltemplate-MA1e .sheet-col-2-3 {
+ width: 66.66667%;
+}
+
+ .sheet-offset-2-3,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-3 {
+ margin-left: 66.66667%;
+}
+
+ .sheet-col-1-4,
+ .sheet-rolltemplate-MA1e .sheet-col-1-4 {
+ width: 25%;
+}
+
+ .sheet-offset-1-4,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-4 {
+ margin-left: 25%;
+}
+
+ .sheet-col-3-4,
+ .sheet-rolltemplate-MA1e .sheet-col-3-4 {
+ width: 75%;
+}
+
+ .sheet-offset-3-4,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-4 {
+ margin-left: 75%;
+}
+
+ .sheet-col-1-5,
+ .sheet-rolltemplate-MA1e .sheet-col-1-5 {
+ width: 20%;
+}
+
+ .sheet-offset-1-5,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-5 {
+ margin-left: 20%;
+}
+
+ .sheet-col-2-5,
+ .sheet-rolltemplate-MA1e .sheet-col-2-5 {
+ width: 40%;
+}
+
+ .sheet-offset-2-5,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-5 {
+ margin-left: 40%;
+}
+
+ .sheet-col-3-5,
+ .sheet-rolltemplate-MA1e .sheet-col-3-5 {
+ width: 60%;
+}
+
+ .sheet-offset-3-5,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-5 {
+ margin-left: 60%;
+}
+
+ .sheet-col-4-5,
+ .sheet-rolltemplate-MA1e .sheet-col-4-5 {
+ width: 80%;
+}
+
+ .sheet-offset-4-5,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-5 {
+ margin-left: 80%;
+}
+
+ .sheet-col-1-6,
+ .sheet-rolltemplate-MA1e .sheet-col-1-6 {
+ width: 16.66667%;
+}
+
+ .sheet-offset-1-6,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-6 {
+ margin-left: 16.66667%;
+}
+
+ .sheet-col-5-6,
+ .sheet-rolltemplate-MA1e .sheet-col-5-6 {
+ width: 83.33333%;
+}
+
+ .sheet-offset-5-6,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-6 {
+ margin-left: 83.33333%;
+}
+
+ .sheet-col-1-7,
+ .sheet-rolltemplate-MA1e .sheet-col-1-7 {
+ width: 14.28571%;
+}
+
+ .sheet-offset-1-7,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-7 {
+ margin-left: 14.28571%;
+}
+
+ .sheet-col-2-7,
+ .sheet-rolltemplate-MA1e .sheet-col-2-7 {
+ width: 28.57143%;
+}
+
+ .sheet-offset-2-7,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-7 {
+ margin-left: 28.57143%;
+}
+
+ .sheet-col-3-7,
+ .sheet-rolltemplate-MA1e .sheet-col-3-7 {
+ width: 42.85714%;
+}
+
+ .sheet-offset-3-7,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-7 {
+ margin-left: 42.85714%;
+}
+
+ .sheet-col-4-7,
+ .sheet-rolltemplate-MA1e .sheet-col-4-7 {
+ width: 57.14286%;
+}
+
+ .sheet-offset-4-7,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-7 {
+ margin-left: 57.14286%;
+}
+
+ .sheet-col-5-7,
+ .sheet-rolltemplate-MA1e .sheet-col-5-7 {
+ width: 71.42857%;
+}
+
+ .sheet-offset-5-7,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-7 {
+ margin-left: 71.42857%;
+}
+
+ .sheet-col-6-7,
+ .sheet-rolltemplate-MA1e .sheet-col-6-7 {
+ width: 85.71429%;
+}
+
+ .sheet-offset-6-7,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-7 {
+ margin-left: 85.71429%;
+}
+
+ .sheet-col-1-8,
+ .sheet-rolltemplate-MA1e .sheet-col-1-8 {
+ width: 12.5%;
+}
+
+ .sheet-offset-1-8,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-8 {
+ margin-left: 12.5%;
+}
+
+ .sheet-col-3-8,
+ .sheet-rolltemplate-MA1e .sheet-col-3-8 {
+ width: 37.5%;
+}
+
+ .sheet-offset-3-8,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-8 {
+ margin-left: 37.5%;
+}
+
+ .sheet-col-5-8,
+ .sheet-rolltemplate-MA1e .sheet-col-5-8 {
+ width: 62.5%;
+}
+
+ .sheet-offset-5-8,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-8 {
+ margin-left: 62.5%;
+}
+
+ .sheet-col-7-8,
+ .sheet-rolltemplate-MA1e .sheet-col-7-8 {
+ width: 87.5%;
+}
+
+ .sheet-offset-7-8,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-8 {
+ margin-left: 87.5%;
+}
+
+ .sheet-col-1-9,
+ .sheet-rolltemplate-MA1e .sheet-col-1-9 {
+ width: 11.11111%;
+}
+
+ .sheet-offset-1-9,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-9 {
+ margin-left: 11.11111%;
+}
+
+ .sheet-col-2-9,
+ .sheet-rolltemplate-MA1e .sheet-col-2-9 {
+ width: 22.22222%;
+}
+
+ .sheet-offset-2-9,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-9 {
+ margin-left: 22.22222%;
+}
+
+ .sheet-col-4-9,
+ .sheet-rolltemplate-MA1e .sheet-col-4-9 {
+ width: 44.44444%;
+}
+
+ .sheet-offset-4-9,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-9 {
+ margin-left: 44.44444%;
+}
+
+ .sheet-col-5-9,
+ .sheet-rolltemplate-MA1e .sheet-col-5-9 {
+ width: 55.55556%;
+}
+
+ .sheet-offset-5-9,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-9 {
+ margin-left: 55.55556%;
+}
+
+ .sheet-col-6-9,
+ .sheet-rolltemplate-MA1e .sheet-col-6-9 {
+ width: 66.66667%;
+}
+
+ .sheet-offset-6-9,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-9 {
+ margin-left: 66.66667%;
+}
+
+ .sheet-col-7-9,
+ .sheet-rolltemplate-MA1e .sheet-col-7-9 {
+ width: 77.77778%;
+}
+
+ .sheet-offset-7-9,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-9 {
+ margin-left: 77.77778%;
+}
+
+ .sheet-col-8-9,
+ .sheet-rolltemplate-MA1e .sheet-col-8-9 {
+ width: 88.88889%;
+}
+
+ .sheet-offset-8-9,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-9 {
+ margin-left: 88.88889%;
+}
+
+ .sheet-col-1-10,
+ .sheet-rolltemplate-MA1e .sheet-col-1-10 {
+ width: 10%;
+}
+
+ .sheet-offset-1-10,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-10 {
+ margin-left: 10%;
+}
+
+ .sheet-col-3-10,
+ .sheet-rolltemplate-MA1e .sheet-col-3-10 {
+ width: 30%;
+}
+
+ .sheet-offset-3-10,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-10 {
+ margin-left: 30%;
+}
+
+ .sheet-col-7-10,
+ .sheet-rolltemplate-MA1e .sheet-col-7-10 {
+ width: 70%;
+}
+
+ .sheet-offset-7-10,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-10 {
+ margin-left: 70%;
+}
+
+ .sheet-col-9-10,
+ .sheet-rolltemplate-MA1e .sheet-col-9-10 {
+ width: 90%;
+}
+
+ .sheet-offset-9-10,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-10 {
+ margin-left: 90%;
+}
+
+ .sheet-col-1-11,
+ .sheet-rolltemplate-MA1e .sheet-col-1-11 {
+ width: 9.09091%;
+}
+
+ .sheet-offset-1-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-11 {
+ margin-left: 9.09091%;
+}
+
+ .sheet-col-2-11,
+ .sheet-rolltemplate-MA1e .sheet-col-2-11 {
+ width: 18.18182%;
+}
+
+ .sheet-offset-2-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-11 {
+ margin-left: 18.18182%;
+}
+
+ .sheet-col-3-11,
+ .sheet-rolltemplate-MA1e .sheet-col-3-11 {
+ width: 27.27273%;
+}
+
+ .sheet-offset-3-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-11 {
+ margin-left: 27.27273%;
+}
+
+ .sheet-col-4-11,
+ .sheet-rolltemplate-MA1e .sheet-col-4-11 {
+ width: 36.36364%;
+}
+
+ .sheet-offset-4-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-11 {
+ margin-left: 36.36364%;
+}
+
+ .sheet-col-5-11,
+ .sheet-rolltemplate-MA1e .sheet-col-5-11 {
+ width: 45.45455%;
+}
+
+ .sheet-offset-5-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-11 {
+ margin-left: 45.45455%;
+}
+
+ .sheet-col-6-11,
+ .sheet-rolltemplate-MA1e .sheet-col-6-11 {
+ width: 54.54545%;
+}
+
+ .sheet-offset-6-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-11 {
+ margin-left: 54.54545%;
+}
+
+ .sheet-col-7-11,
+ .sheet-rolltemplate-MA1e .sheet-col-7-11 {
+ width: 63.63636%;
+}
+
+ .sheet-offset-7-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-11 {
+ margin-left: 63.63636%;
+}
+
+ .sheet-col-8-11,
+ .sheet-rolltemplate-MA1e .sheet-col-8-11 {
+ width: 72.72727%;
+}
+
+ .sheet-offset-8-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-11 {
+ margin-left: 72.72727%;
+}
+
+ .sheet-col-9-11,
+ .sheet-rolltemplate-MA1e .sheet-col-9-11 {
+ width: 81.81818%;
+}
+
+ .sheet-offset-9-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-11 {
+ margin-left: 81.81818%;
+}
+
+ .sheet-col-10-11,
+ .sheet-rolltemplate-MA1e .sheet-col-10-11 {
+ width: 90.90909%;
+}
+
+ .sheet-offset-10-11,
+ .sheet-rolltemplate-MA1e .sheet-offset-10-11 {
+ margin-left: 90.90909%;
+}
+
+ .sheet-col-1-12,
+ .sheet-rolltemplate-MA1e .sheet-col-1-12 {
+ width: 8.33333%;
+}
+
+ .sheet-offset-1-12,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-12 {
+ margin-left: 8.33333%;
+}
+
+ .sheet-col-5-12,
+ .sheet-rolltemplate-MA1e .sheet-col-5-12 {
+ width: 41.66667%;
+}
+
+ .sheet-offset-5-12,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-12 {
+ margin-left: 41.66667%;
+}
+
+ .sheet-col-7-12,
+ .sheet-rolltemplate-MA1e .sheet-col-7-12 {
+ width: 58.33333%;
+}
+
+ .sheet-offset-7-12,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-12 {
+ margin-left: 58.33333%;
+}
+
+ .sheet-col-9-12,
+ .sheet-rolltemplate-MA1e .sheet-col-9-12 {
+ width: 75%;
+}
+
+ .sheet-offset-9-12,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-12 {
+ margin-left: 75%;
+}
+
+ .sheet-col-11-12,
+ .sheet-rolltemplate-MA1e .sheet-col-11-12 {
+ width: 91.66667%;
+}
+
+ .sheet-offset-11-12,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-12 {
+ margin-left: 91.66667%;
+}
+
+ .sheet-col-1-13,
+ .sheet-rolltemplate-MA1e .sheet-col-1-13 {
+ width: 7.69231%;
+}
+
+ .sheet-offset-1-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-13 {
+ margin-left: 7.69231%;
+}
+
+ .sheet-col-2-13,
+ .sheet-rolltemplate-MA1e .sheet-col-2-13 {
+ width: 15.38462%;
+}
+
+ .sheet-offset-2-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-13 {
+ margin-left: 15.38462%;
+}
+
+ .sheet-col-3-13,
+ .sheet-rolltemplate-MA1e .sheet-col-3-13 {
+ width: 23.07692%;
+}
+
+ .sheet-offset-3-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-13 {
+ margin-left: 23.07692%;
+}
+
+ .sheet-col-4-13,
+ .sheet-rolltemplate-MA1e .sheet-col-4-13 {
+ width: 30.76923%;
+}
+
+ .sheet-offset-4-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-13 {
+ margin-left: 30.76923%;
+}
+
+ .sheet-col-5-13,
+ .sheet-rolltemplate-MA1e .sheet-col-5-13 {
+ width: 38.46154%;
+}
+
+ .sheet-offset-5-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-13 {
+ margin-left: 38.46154%;
+}
+
+ .sheet-col-6-13,
+ .sheet-rolltemplate-MA1e .sheet-col-6-13 {
+ width: 46.15385%;
+}
+
+ .sheet-offset-6-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-13 {
+ margin-left: 46.15385%;
+}
+
+ .sheet-col-7-13,
+ .sheet-rolltemplate-MA1e .sheet-col-7-13 {
+ width: 53.84615%;
+}
+
+ .sheet-offset-7-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-13 {
+ margin-left: 53.84615%;
+}
+
+ .sheet-col-8-13,
+ .sheet-rolltemplate-MA1e .sheet-col-8-13 {
+ width: 61.53846%;
+}
+
+ .sheet-offset-8-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-13 {
+ margin-left: 61.53846%;
+}
+
+ .sheet-col-9-13,
+ .sheet-rolltemplate-MA1e .sheet-col-9-13 {
+ width: 69.23077%;
+}
+
+ .sheet-offset-9-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-13 {
+ margin-left: 69.23077%;
+}
+
+ .sheet-col-10-13,
+ .sheet-rolltemplate-MA1e .sheet-col-10-13 {
+ width: 76.92308%;
+}
+
+ .sheet-offset-10-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-10-13 {
+ margin-left: 76.92308%;
+}
+
+ .sheet-col-11-13,
+ .sheet-rolltemplate-MA1e .sheet-col-11-13 {
+ width: 84.61538%;
+}
+
+ .sheet-offset-11-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-13 {
+ margin-left: 84.61538%;
+}
+
+ .sheet-col-12-13,
+ .sheet-rolltemplate-MA1e .sheet-col-12-13 {
+ width: 92.30769%;
+}
+
+ .sheet-offset-12-13,
+ .sheet-rolltemplate-MA1e .sheet-offset-12-13 {
+ margin-left: 92.30769%;
+}
+
+ .sheet-col-1-14,
+ .sheet-rolltemplate-MA1e .sheet-col-1-14 {
+ width: 7.14286%;
+}
+
+ .sheet-offset-1-14,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-14 {
+ margin-left: 7.14286%;
+}
+
+ .sheet-col-3-14,
+ .sheet-rolltemplate-MA1e .sheet-col-3-14 {
+ width: 21.42857%;
+}
+
+ .sheet-offset-3-14,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-14 {
+ margin-left: 21.42857%;
+}
+
+ .sheet-col-5-14,
+ .sheet-rolltemplate-MA1e .sheet-col-5-14 {
+ width: 35.71429%;
+}
+
+ .sheet-offset-5-14,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-14 {
+ margin-left: 35.71429%;
+}
+
+ .sheet-col-9-14,
+ .sheet-rolltemplate-MA1e .sheet-col-9-14 {
+ width: 64.28571%;
+}
+
+ .sheet-offset-9-14,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-14 {
+ margin-left: 64.28571%;
+}
+
+ .sheet-col-11-14,
+ .sheet-rolltemplate-MA1e .sheet-col-11-14 {
+ width: 78.57143%;
+}
+
+ .sheet-offset-11-14,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-14 {
+ margin-left: 78.57143%;
+}
+
+ .sheet-col-13-14,
+ .sheet-rolltemplate-MA1e .sheet-col-13-14 {
+ width: 92.85714%;
+}
+
+ .sheet-offset-13-14,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-14 {
+ margin-left: 92.85714%;
+}
+
+ .sheet-col-1-15,
+ .sheet-rolltemplate-MA1e .sheet-col-1-15 {
+ width: 6.66667%;
+}
+
+ .sheet-offset-1-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-15 {
+ margin-left: 6.66667%;
+}
+
+ .sheet-col-2-15,
+ .sheet-rolltemplate-MA1e .sheet-col-2-15 {
+ width: 13.33333%;
+}
+
+ .sheet-offset-2-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-15 {
+ margin-left: 13.33333%;
+}
+
+ .sheet-col-4-15,
+ .sheet-rolltemplate-MA1e .sheet-col-4-15 {
+ width: 26.66667%;
+}
+
+ .sheet-offset-4-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-15 {
+ margin-left: 26.66667%;
+}
+
+ .sheet-col-6-15,
+ .sheet-rolltemplate-MA1e .sheet-col-6-15 {
+ width: 40%;
+}
+
+ .sheet-offset-6-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-15 {
+ margin-left: 40%;
+}
+
+ .sheet-col-7-15,
+ .sheet-rolltemplate-MA1e .sheet-col-7-15 {
+ width: 46.66667%;
+}
+
+ .sheet-offset-7-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-15 {
+ margin-left: 46.66667%;
+}
+
+ .sheet-col-8-15,
+ .sheet-rolltemplate-MA1e .sheet-col-8-15 {
+ width: 53.33333%;
+}
+
+ .sheet-offset-8-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-15 {
+ margin-left: 53.33333%;
+}
+
+ .sheet-col-9-15,
+ .sheet-rolltemplate-MA1e .sheet-col-9-15 {
+ width: 60%;
+}
+
+ .sheet-offset-9-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-15 {
+ margin-left: 60%;
+}
+
+ .sheet-col-10-15,
+ .sheet-rolltemplate-MA1e .sheet-col-10-15 {
+ width: 66.66667%;
+}
+
+ .sheet-offset-10-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-10-15 {
+ margin-left: 66.66667%;
+}
+
+ .sheet-col-11-15,
+ .sheet-rolltemplate-MA1e .sheet-col-11-15 {
+ width: 73.33333%;
+}
+
+ .sheet-offset-11-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-15 {
+ margin-left: 73.33333%;
+}
+
+ .sheet-col-12-15,
+ .sheet-rolltemplate-MA1e .sheet-col-12-15 {
+ width: 80%;
+}
+
+ .sheet-offset-12-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-12-15 {
+ margin-left: 80%;
+}
+
+ .sheet-col-13-15,
+ .sheet-rolltemplate-MA1e .sheet-col-13-15 {
+ width: 86.66667%;
+}
+
+ .sheet-offset-13-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-15 {
+ margin-left: 86.66667%;
+}
+
+ .sheet-col-14-15,
+ .sheet-rolltemplate-MA1e .sheet-col-14-15 {
+ width: 93.33333%;
+}
+
+ .sheet-offset-14-15,
+ .sheet-rolltemplate-MA1e .sheet-offset-14-15 {
+ margin-left: 93.33333%;
+}
+
+ .sheet-col-1-16,
+ .sheet-rolltemplate-MA1e .sheet-col-1-16 {
+ width: 6.25%;
+}
+
+ .sheet-offset-1-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-16 {
+ margin-left: 6.25%;
+}
+
+ .sheet-col-3-16,
+ .sheet-rolltemplate-MA1e .sheet-col-3-16 {
+ width: 18.75%;
+}
+
+ .sheet-offset-3-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-16 {
+ margin-left: 18.75%;
+}
+
+ .sheet-col-5-16,
+ .sheet-rolltemplate-MA1e .sheet-col-5-16 {
+ width: 31.25%;
+}
+
+ .sheet-offset-5-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-16 {
+ margin-left: 31.25%;
+}
+
+ .sheet-col-7-16,
+ .sheet-rolltemplate-MA1e .sheet-col-7-16 {
+ width: 43.75%;
+}
+
+ .sheet-offset-7-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-16 {
+ margin-left: 43.75%;
+}
+
+ .sheet-col-9-16,
+ .sheet-rolltemplate-MA1e .sheet-col-9-16 {
+ width: 56.25%;
+}
+
+ .sheet-offset-9-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-16 {
+ margin-left: 56.25%;
+}
+
+ .sheet-col-11-16,
+ .sheet-rolltemplate-MA1e .sheet-col-11-16 {
+ width: 68.75%;
+}
+
+ .sheet-offset-11-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-16 {
+ margin-left: 68.75%;
+}
+
+ .sheet-col-13-16,
+ .sheet-rolltemplate-MA1e .sheet-col-13-16 {
+ width: 81.25%;
+}
+
+ .sheet-offset-13-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-16 {
+ margin-left: 81.25%;
+}
+
+ .sheet-col-15-16,
+ .sheet-rolltemplate-MA1e .sheet-col-15-16 {
+ width: 93.75%;
+}
+
+ .sheet-offset-15-16,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-16 {
+ margin-left: 93.75%;
+}
+
+ .sheet-col-1-17,
+ .sheet-rolltemplate-MA1e .sheet-col-1-17 {
+ width: 5.88235%;
+}
+
+ .sheet-offset-1-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-17 {
+ margin-left: 5.88235%;
+}
+
+ .sheet-col-2-17,
+ .sheet-rolltemplate-MA1e .sheet-col-2-17 {
+ width: 11.76471%;
+}
+
+ .sheet-offset-2-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-17 {
+ margin-left: 11.76471%;
+}
+
+ .sheet-col-3-17,
+ .sheet-rolltemplate-MA1e .sheet-col-3-17 {
+ width: 17.64706%;
+}
+
+ .sheet-offset-3-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-17 {
+ margin-left: 17.64706%;
+}
+
+ .sheet-col-4-17,
+ .sheet-rolltemplate-MA1e .sheet-col-4-17 {
+ width: 23.52941%;
+}
+
+ .sheet-offset-4-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-17 {
+ margin-left: 23.52941%;
+}
+
+ .sheet-col-5-17,
+ .sheet-rolltemplate-MA1e .sheet-col-5-17 {
+ width: 29.41176%;
+}
+
+ .sheet-offset-5-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-17 {
+ margin-left: 29.41176%;
+}
+
+ .sheet-col-6-17,
+ .sheet-rolltemplate-MA1e .sheet-col-6-17 {
+ width: 35.29412%;
+}
+
+ .sheet-offset-6-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-17 {
+ margin-left: 35.29412%;
+}
+
+ .sheet-col-7-17,
+ .sheet-rolltemplate-MA1e .sheet-col-7-17 {
+ width: 41.17647%;
+}
+
+ .sheet-offset-7-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-17 {
+ margin-left: 41.17647%;
+}
+
+ .sheet-col-8-17,
+ .sheet-rolltemplate-MA1e .sheet-col-8-17 {
+ width: 47.05882%;
+}
+
+ .sheet-offset-8-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-17 {
+ margin-left: 47.05882%;
+}
+
+ .sheet-col-9-17,
+ .sheet-rolltemplate-MA1e .sheet-col-9-17 {
+ width: 52.94118%;
+}
+
+ .sheet-offset-9-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-17 {
+ margin-left: 52.94118%;
+}
+
+ .sheet-col-10-17,
+ .sheet-rolltemplate-MA1e .sheet-col-10-17 {
+ width: 58.82353%;
+}
+
+ .sheet-offset-10-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-10-17 {
+ margin-left: 58.82353%;
+}
+
+ .sheet-col-11-17,
+ .sheet-rolltemplate-MA1e .sheet-col-11-17 {
+ width: 64.70588%;
+}
+
+ .sheet-offset-11-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-17 {
+ margin-left: 64.70588%;
+}
+
+ .sheet-col-12-17,
+ .sheet-rolltemplate-MA1e .sheet-col-12-17 {
+ width: 70.58824%;
+}
+
+ .sheet-offset-12-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-12-17 {
+ margin-left: 70.58824%;
+}
+
+ .sheet-col-13-17,
+ .sheet-rolltemplate-MA1e .sheet-col-13-17 {
+ width: 76.47059%;
+}
+
+ .sheet-offset-13-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-17 {
+ margin-left: 76.47059%;
+}
+
+ .sheet-col-14-17,
+ .sheet-rolltemplate-MA1e .sheet-col-14-17 {
+ width: 82.35294%;
+}
+
+ .sheet-offset-14-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-14-17 {
+ margin-left: 82.35294%;
+}
+
+ .sheet-col-15-17,
+ .sheet-rolltemplate-MA1e .sheet-col-15-17 {
+ width: 88.23529%;
+}
+
+ .sheet-offset-15-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-17 {
+ margin-left: 88.23529%;
+}
+
+ .sheet-col-16-17,
+ .sheet-rolltemplate-MA1e .sheet-col-16-17 {
+ width: 94.11765%;
+}
+
+ .sheet-offset-16-17,
+ .sheet-rolltemplate-MA1e .sheet-offset-16-17 {
+ margin-left: 94.11765%;
+}
+
+ .sheet-col-1-18,
+ .sheet-rolltemplate-MA1e .sheet-col-1-18 {
+ width: 5.55556%;
+}
+
+ .sheet-offset-1-18,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-18 {
+ margin-left: 5.55556%;
+}
+
+ .sheet-col-5-18,
+ .sheet-rolltemplate-MA1e .sheet-col-5-18 {
+ width: 27.77778%;
+}
+
+ .sheet-offset-5-18,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-18 {
+ margin-left: 27.77778%;
+}
+
+ .sheet-col-7-18,
+ .sheet-rolltemplate-MA1e .sheet-col-7-18 {
+ width: 38.88889%;
+}
+
+ .sheet-offset-7-18,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-18 {
+ margin-left: 38.88889%;
+}
+
+ .sheet-col-11-18,
+ .sheet-rolltemplate-MA1e .sheet-col-11-18 {
+ width: 61.11111%;
+}
+
+ .sheet-offset-11-18,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-18 {
+ margin-left: 61.11111%;
+}
+
+ .sheet-col-13-18,
+ .sheet-rolltemplate-MA1e .sheet-col-13-18 {
+ width: 72.22222%;
+}
+
+ .sheet-offset-13-18,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-18 {
+ margin-left: 72.22222%;
+}
+
+ .sheet-col-15-18,
+ .sheet-rolltemplate-MA1e .sheet-col-15-18 {
+ width: 83.33333%;
+}
+
+ .sheet-offset-15-18,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-18 {
+ margin-left: 83.33333%;
+}
+
+ .sheet-col-17-18,
+ .sheet-rolltemplate-MA1e .sheet-col-17-18 {
+ width: 94.44444%;
+}
+
+ .sheet-offset-17-18,
+ .sheet-rolltemplate-MA1e .sheet-offset-17-18 {
+ margin-left: 94.44444%;
+}
+
+ .sheet-col-1-19,
+ .sheet-rolltemplate-MA1e .sheet-col-1-19 {
+ width: 5.26316%;
+}
+
+ .sheet-offset-1-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-19 {
+ margin-left: 5.26316%;
+}
+
+ .sheet-col-2-19,
+ .sheet-rolltemplate-MA1e .sheet-col-2-19 {
+ width: 10.52632%;
+}
+
+ .sheet-offset-2-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-19 {
+ margin-left: 10.52632%;
+}
+
+ .sheet-col-3-19,
+ .sheet-rolltemplate-MA1e .sheet-col-3-19 {
+ width: 15.78947%;
+}
+
+ .sheet-offset-3-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-19 {
+ margin-left: 15.78947%;
+}
+
+ .sheet-col-4-19,
+ .sheet-rolltemplate-MA1e .sheet-col-4-19 {
+ width: 21.05263%;
+}
+
+ .sheet-offset-4-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-19 {
+ margin-left: 21.05263%;
+}
+
+ .sheet-col-5-19,
+ .sheet-rolltemplate-MA1e .sheet-col-5-19 {
+ width: 26.31579%;
+}
+
+ .sheet-offset-5-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-19 {
+ margin-left: 26.31579%;
+}
+
+ .sheet-col-6-19,
+ .sheet-rolltemplate-MA1e .sheet-col-6-19 {
+ width: 31.57895%;
+}
+
+ .sheet-offset-6-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-19 {
+ margin-left: 31.57895%;
+}
+
+ .sheet-col-7-19,
+ .sheet-rolltemplate-MA1e .sheet-col-7-19 {
+ width: 36.84211%;
+}
+
+ .sheet-offset-7-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-19 {
+ margin-left: 36.84211%;
+}
+
+ .sheet-col-8-19,
+ .sheet-rolltemplate-MA1e .sheet-col-8-19 {
+ width: 42.10526%;
+}
+
+ .sheet-offset-8-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-19 {
+ margin-left: 42.10526%;
+}
+
+ .sheet-col-9-19,
+ .sheet-rolltemplate-MA1e .sheet-col-9-19 {
+ width: 47.36842%;
+}
+
+ .sheet-offset-9-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-19 {
+ margin-left: 47.36842%;
+}
+
+ .sheet-col-10-19,
+ .sheet-rolltemplate-MA1e .sheet-col-10-19 {
+ width: 52.63158%;
+}
+
+ .sheet-offset-10-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-10-19 {
+ margin-left: 52.63158%;
+}
+
+ .sheet-col-11-19,
+ .sheet-rolltemplate-MA1e .sheet-col-11-19 {
+ width: 57.89474%;
+}
+
+ .sheet-offset-11-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-19 {
+ margin-left: 57.89474%;
+}
+
+ .sheet-col-12-19,
+ .sheet-rolltemplate-MA1e .sheet-col-12-19 {
+ width: 63.15789%;
+}
+
+ .sheet-offset-12-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-12-19 {
+ margin-left: 63.15789%;
+}
+
+ .sheet-col-13-19,
+ .sheet-rolltemplate-MA1e .sheet-col-13-19 {
+ width: 68.42105%;
+}
+
+ .sheet-offset-13-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-19 {
+ margin-left: 68.42105%;
+}
+
+ .sheet-col-14-19,
+ .sheet-rolltemplate-MA1e .sheet-col-14-19 {
+ width: 73.68421%;
+}
+
+ .sheet-offset-14-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-14-19 {
+ margin-left: 73.68421%;
+}
+
+ .sheet-col-15-19,
+ .sheet-rolltemplate-MA1e .sheet-col-15-19 {
+ width: 78.94737%;
+}
+
+ .sheet-offset-15-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-19 {
+ margin-left: 78.94737%;
+}
+
+ .sheet-col-16-19,
+ .sheet-rolltemplate-MA1e .sheet-col-16-19 {
+ width: 84.21053%;
+}
+
+ .sheet-offset-16-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-16-19 {
+ margin-left: 84.21053%;
+}
+
+ .sheet-col-17-19,
+ .sheet-rolltemplate-MA1e .sheet-col-17-19 {
+ width: 89.47368%;
+}
+
+ .sheet-offset-17-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-17-19 {
+ margin-left: 89.47368%;
+}
+
+ .sheet-col-18-19,
+ .sheet-rolltemplate-MA1e .sheet-col-18-19 {
+ width: 94.73684%;
+}
+
+ .sheet-offset-18-19,
+ .sheet-rolltemplate-MA1e .sheet-offset-18-19 {
+ margin-left: 94.73684%;
+}
+
+ .sheet-col-1-20,
+ .sheet-rolltemplate-MA1e .sheet-col-1-20 {
+ width: 5%;
+}
+
+ .sheet-offset-1-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-20 {
+ margin-left: 5%;
+}
+
+ .sheet-col-3-20,
+ .sheet-rolltemplate-MA1e .sheet-col-3-20 {
+ width: 15%;
+}
+
+ .sheet-offset-3-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-20 {
+ margin-left: 15%;
+}
+
+ .sheet-col-7-20,
+ .sheet-rolltemplate-MA1e .sheet-col-7-20 {
+ width: 35%;
+}
+
+ .sheet-offset-7-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-20 {
+ margin-left: 35%;
+}
+
+ .sheet-col-9-20,
+ .sheet-rolltemplate-MA1e .sheet-col-9-20 {
+ width: 45%;
+}
+
+ .sheet-offset-9-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-20 {
+ margin-left: 45%;
+}
+
+ .sheet-col-11-20,
+ .sheet-rolltemplate-MA1e .sheet-col-11-20 {
+ width: 55%;
+}
+
+ .sheet-offset-11-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-20 {
+ margin-left: 55%;
+}
+
+ .sheet-col-13-20,
+ .sheet-rolltemplate-MA1e .sheet-col-13-20 {
+ width: 65%;
+}
+
+ .sheet-offset-13-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-20 {
+ margin-left: 65%;
+}
+
+ .sheet-col-15-20,
+ .sheet-rolltemplate-MA1e .sheet-col-15-20 {
+ width: 75%;
+}
+
+ .sheet-offset-15-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-20 {
+ margin-left: 75%;
+}
+
+ .sheet-col-17-20,
+ .sheet-rolltemplate-MA1e .sheet-col-17-20 {
+ width: 85%;
+}
+
+ .sheet-offset-17-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-17-20 {
+ margin-left: 85%;
+}
+
+ .sheet-col-19-20,
+ .sheet-rolltemplate-MA1e .sheet-col-19-20 {
+ width: 95%;
+}
+
+ .sheet-offset-19-20,
+ .sheet-rolltemplate-MA1e .sheet-offset-19-20 {
+ margin-left: 95%;
+}
+
+ .sheet-col-1-21,
+ .sheet-rolltemplate-MA1e .sheet-col-1-21 {
+ width: 4.7619%;
+}
+
+ .sheet-offset-1-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-21 {
+ margin-left: 4.7619%;
+}
+
+ .sheet-col-2-21,
+ .sheet-rolltemplate-MA1e .sheet-col-2-21 {
+ width: 9.52381%;
+}
+
+ .sheet-offset-2-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-21 {
+ margin-left: 9.52381%;
+}
+
+ .sheet-col-4-21,
+ .sheet-rolltemplate-MA1e .sheet-col-4-21 {
+ width: 19.04762%;
+}
+
+ .sheet-offset-4-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-21 {
+ margin-left: 19.04762%;
+}
+
+ .sheet-col-5-21,
+ .sheet-rolltemplate-MA1e .sheet-col-5-21 {
+ width: 23.80952%;
+}
+
+ .sheet-offset-5-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-21 {
+ margin-left: 23.80952%;
+}
+
+ .sheet-col-6-21,
+ .sheet-rolltemplate-MA1e .sheet-col-6-21 {
+ width: 28.57143%;
+}
+
+ .sheet-offset-6-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-21 {
+ margin-left: 28.57143%;
+}
+
+ .sheet-col-8-21,
+ .sheet-rolltemplate-MA1e .sheet-col-8-21 {
+ width: 38.09524%;
+}
+
+ .sheet-offset-8-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-21 {
+ margin-left: 38.09524%;
+}
+
+ .sheet-col-9-21,
+ .sheet-rolltemplate-MA1e .sheet-col-9-21 {
+ width: 42.85714%;
+}
+
+ .sheet-offset-9-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-21 {
+ margin-left: 42.85714%;
+}
+
+ .sheet-col-10-21,
+ .sheet-rolltemplate-MA1e .sheet-col-10-21 {
+ width: 47.61905%;
+}
+
+ .sheet-offset-10-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-10-21 {
+ margin-left: 47.61905%;
+}
+
+ .sheet-col-11-21,
+ .sheet-rolltemplate-MA1e .sheet-col-11-21 {
+ width: 52.38095%;
+}
+
+ .sheet-offset-11-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-21 {
+ margin-left: 52.38095%;
+}
+
+ .sheet-col-12-21,
+ .sheet-rolltemplate-MA1e .sheet-col-12-21 {
+ width: 57.14286%;
+}
+
+ .sheet-offset-12-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-12-21 {
+ margin-left: 57.14286%;
+}
+
+ .sheet-col-13-21,
+ .sheet-rolltemplate-MA1e .sheet-col-13-21 {
+ width: 61.90476%;
+}
+
+ .sheet-offset-13-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-21 {
+ margin-left: 61.90476%;
+}
+
+ .sheet-col-14-21,
+ .sheet-rolltemplate-MA1e .sheet-col-14-21 {
+ width: 66.66667%;
+}
+
+ .sheet-offset-14-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-14-21 {
+ margin-left: 66.66667%;
+}
+
+ .sheet-col-15-21,
+ .sheet-rolltemplate-MA1e .sheet-col-15-21 {
+ width: 71.42857%;
+}
+
+ .sheet-offset-15-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-21 {
+ margin-left: 71.42857%;
+}
+
+ .sheet-col-16-21,
+ .sheet-rolltemplate-MA1e .sheet-col-16-21 {
+ width: 76.19048%;
+}
+
+ .sheet-offset-16-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-16-21 {
+ margin-left: 76.19048%;
+}
+
+ .sheet-col-17-21,
+ .sheet-rolltemplate-MA1e .sheet-col-17-21 {
+ width: 80.95238%;
+}
+
+ .sheet-offset-17-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-17-21 {
+ margin-left: 80.95238%;
+}
+
+ .sheet-col-18-21,
+ .sheet-rolltemplate-MA1e .sheet-col-18-21 {
+ width: 85.71429%;
+}
+
+ .sheet-offset-18-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-18-21 {
+ margin-left: 85.71429%;
+}
+
+ .sheet-col-19-21,
+ .sheet-rolltemplate-MA1e .sheet-col-19-21 {
+ width: 90.47619%;
+}
+
+ .sheet-offset-19-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-19-21 {
+ margin-left: 90.47619%;
+}
+
+ .sheet-col-20-21,
+ .sheet-rolltemplate-MA1e .sheet-col-20-21 {
+ width: 95.2381%;
+}
+
+ .sheet-offset-20-21,
+ .sheet-rolltemplate-MA1e .sheet-offset-20-21 {
+ margin-left: 95.2381%;
+}
+
+ .sheet-col-1-22,
+ .sheet-rolltemplate-MA1e .sheet-col-1-22 {
+ width: 4.54545%;
+}
+
+ .sheet-offset-1-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-22 {
+ margin-left: 4.54545%;
+}
+
+ .sheet-col-3-22,
+ .sheet-rolltemplate-MA1e .sheet-col-3-22 {
+ width: 13.63636%;
+}
+
+ .sheet-offset-3-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-22 {
+ margin-left: 13.63636%;
+}
+
+ .sheet-col-5-22,
+ .sheet-rolltemplate-MA1e .sheet-col-5-22 {
+ width: 22.72727%;
+}
+
+ .sheet-offset-5-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-22 {
+ margin-left: 22.72727%;
+}
+
+ .sheet-col-7-22,
+ .sheet-rolltemplate-MA1e .sheet-col-7-22 {
+ width: 31.81818%;
+}
+
+ .sheet-offset-7-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-22 {
+ margin-left: 31.81818%;
+}
+
+ .sheet-col-9-22,
+ .sheet-rolltemplate-MA1e .sheet-col-9-22 {
+ width: 40.90909%;
+}
+
+ .sheet-offset-9-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-22 {
+ margin-left: 40.90909%;
+}
+
+ .sheet-col-13-22,
+ .sheet-rolltemplate-MA1e .sheet-col-13-22 {
+ width: 59.09091%;
+}
+
+ .sheet-offset-13-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-22 {
+ margin-left: 59.09091%;
+}
+
+ .sheet-col-15-22,
+ .sheet-rolltemplate-MA1e .sheet-col-15-22 {
+ width: 68.18182%;
+}
+
+ .sheet-offset-15-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-22 {
+ margin-left: 68.18182%;
+}
+
+ .sheet-col-17-22,
+ .sheet-rolltemplate-MA1e .sheet-col-17-22 {
+ width: 77.27273%;
+}
+
+ .sheet-offset-17-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-17-22 {
+ margin-left: 77.27273%;
+}
+
+ .sheet-col-19-22,
+ .sheet-rolltemplate-MA1e .sheet-col-19-22 {
+ width: 86.36364%;
+}
+
+ .sheet-offset-19-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-19-22 {
+ margin-left: 86.36364%;
+}
+
+ .sheet-col-21-22,
+ .sheet-rolltemplate-MA1e .sheet-col-21-22 {
+ width: 95.45455%;
+}
+
+ .sheet-offset-21-22,
+ .sheet-rolltemplate-MA1e .sheet-offset-21-22 {
+ margin-left: 95.45455%;
+}
+
+ .sheet-col-1-23,
+ .sheet-rolltemplate-MA1e .sheet-col-1-23 {
+ width: 4.34783%;
+}
+
+ .sheet-offset-1-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-23 {
+ margin-left: 4.34783%;
+}
+
+ .sheet-col-2-23,
+ .sheet-rolltemplate-MA1e .sheet-col-2-23 {
+ width: 8.69565%;
+}
+
+ .sheet-offset-2-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-2-23 {
+ margin-left: 8.69565%;
+}
+
+ .sheet-col-3-23,
+ .sheet-rolltemplate-MA1e .sheet-col-3-23 {
+ width: 13.04348%;
+}
+
+ .sheet-offset-3-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-3-23 {
+ margin-left: 13.04348%;
+}
+
+ .sheet-col-4-23,
+ .sheet-rolltemplate-MA1e .sheet-col-4-23 {
+ width: 17.3913%;
+}
+
+ .sheet-offset-4-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-4-23 {
+ margin-left: 17.3913%;
+}
+
+ .sheet-col-5-23,
+ .sheet-rolltemplate-MA1e .sheet-col-5-23 {
+ width: 21.73913%;
+}
+
+ .sheet-offset-5-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-23 {
+ margin-left: 21.73913%;
+}
+
+ .sheet-col-6-23,
+ .sheet-rolltemplate-MA1e .sheet-col-6-23 {
+ width: 26.08696%;
+}
+
+ .sheet-offset-6-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-6-23 {
+ margin-left: 26.08696%;
+}
+
+ .sheet-col-7-23,
+ .sheet-rolltemplate-MA1e .sheet-col-7-23 {
+ width: 30.43478%;
+}
+
+ .sheet-offset-7-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-23 {
+ margin-left: 30.43478%;
+}
+
+ .sheet-col-8-23,
+ .sheet-rolltemplate-MA1e .sheet-col-8-23 {
+ width: 34.78261%;
+}
+
+ .sheet-offset-8-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-8-23 {
+ margin-left: 34.78261%;
+}
+
+ .sheet-col-9-23,
+ .sheet-rolltemplate-MA1e .sheet-col-9-23 {
+ width: 39.13043%;
+}
+
+ .sheet-offset-9-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-23 {
+ margin-left: 39.13043%;
+}
+
+ .sheet-col-10-23,
+ .sheet-rolltemplate-MA1e .sheet-col-10-23 {
+ width: 43.47826%;
+}
+
+ .sheet-offset-10-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-10-23 {
+ margin-left: 43.47826%;
+}
+
+ .sheet-col-11-23,
+ .sheet-rolltemplate-MA1e .sheet-col-11-23 {
+ width: 47.82609%;
+}
+
+ .sheet-offset-11-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-23 {
+ margin-left: 47.82609%;
+}
+
+ .sheet-col-12-23,
+ .sheet-rolltemplate-MA1e .sheet-col-12-23 {
+ width: 52.17391%;
+}
+
+ .sheet-offset-12-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-12-23 {
+ margin-left: 52.17391%;
+}
+
+ .sheet-col-13-23,
+ .sheet-rolltemplate-MA1e .sheet-col-13-23 {
+ width: 56.52174%;
+}
+
+ .sheet-offset-13-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-23 {
+ margin-left: 56.52174%;
+}
+
+ .sheet-col-14-23,
+ .sheet-rolltemplate-MA1e .sheet-col-14-23 {
+ width: 60.86957%;
+}
+
+ .sheet-offset-14-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-14-23 {
+ margin-left: 60.86957%;
+}
+
+ .sheet-col-15-23,
+ .sheet-rolltemplate-MA1e .sheet-col-15-23 {
+ width: 65.21739%;
+}
+
+ .sheet-offset-15-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-23 {
+ margin-left: 65.21739%;
+}
+
+ .sheet-col-16-23,
+ .sheet-rolltemplate-MA1e .sheet-col-16-23 {
+ width: 69.56522%;
+}
+
+ .sheet-offset-16-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-16-23 {
+ margin-left: 69.56522%;
+}
+
+ .sheet-col-17-23,
+ .sheet-rolltemplate-MA1e .sheet-col-17-23 {
+ width: 73.91304%;
+}
+
+ .sheet-offset-17-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-17-23 {
+ margin-left: 73.91304%;
+}
+
+ .sheet-col-18-23,
+ .sheet-rolltemplate-MA1e .sheet-col-18-23 {
+ width: 78.26087%;
+}
+
+ .sheet-offset-18-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-18-23 {
+ margin-left: 78.26087%;
+}
+
+ .sheet-col-19-23,
+ .sheet-rolltemplate-MA1e .sheet-col-19-23 {
+ width: 82.6087%;
+}
+
+ .sheet-offset-19-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-19-23 {
+ margin-left: 82.6087%;
+}
+
+ .sheet-col-20-23,
+ .sheet-rolltemplate-MA1e .sheet-col-20-23 {
+ width: 86.95652%;
+}
+
+ .sheet-offset-20-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-20-23 {
+ margin-left: 86.95652%;
+}
+
+ .sheet-col-21-23,
+ .sheet-rolltemplate-MA1e .sheet-col-21-23 {
+ width: 91.30435%;
+}
+
+ .sheet-offset-21-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-21-23 {
+ margin-left: 91.30435%;
+}
+
+ .sheet-col-22-23,
+ .sheet-rolltemplate-MA1e .sheet-col-22-23 {
+ width: 95.65217%;
+}
+
+ .sheet-offset-22-23,
+ .sheet-rolltemplate-MA1e .sheet-offset-22-23 {
+ margin-left: 95.65217%;
+}
+
+ .sheet-col-1-24,
+ .sheet-rolltemplate-MA1e .sheet-col-1-24 {
+ width: 4.16667%;
+}
+
+ .sheet-offset-1-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-1-24 {
+ margin-left: 4.16667%;
+}
+
+ .sheet-col-5-24,
+ .sheet-rolltemplate-MA1e .sheet-col-5-24 {
+ width: 20.83333%;
+}
+
+ .sheet-offset-5-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-5-24 {
+ margin-left: 20.83333%;
+}
+
+ .sheet-col-7-24,
+ .sheet-rolltemplate-MA1e .sheet-col-7-24 {
+ width: 29.16667%;
+}
+
+ .sheet-offset-7-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-7-24 {
+ margin-left: 29.16667%;
+}
+
+ .sheet-col-9-24,
+ .sheet-rolltemplate-MA1e .sheet-col-9-24 {
+ width: 37.5%;
+}
+
+ .sheet-offset-9-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-9-24 {
+ margin-left: 37.5%;
+}
+
+ .sheet-col-11-24,
+ .sheet-rolltemplate-MA1e .sheet-col-11-24 {
+ width: 45.83333%;
+}
+
+ .sheet-offset-11-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-11-24 {
+ margin-left: 45.83333%;
+}
+
+ .sheet-col-13-24,
+ .sheet-rolltemplate-MA1e .sheet-col-13-24 {
+ width: 54.16667%;
+}
+
+ .sheet-offset-13-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-13-24 {
+ margin-left: 54.16667%;
+}
+
+ .sheet-col-15-24,
+ .sheet-rolltemplate-MA1e .sheet-col-15-24 {
+ width: 62.5%;
+}
+
+ .sheet-offset-15-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-15-24 {
+ margin-left: 62.5%;
+}
+
+ .sheet-col-17-24,
+ .sheet-rolltemplate-MA1e .sheet-col-17-24 {
+ width: 70.83333%;
+}
+
+ .sheet-offset-17-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-17-24 {
+ margin-left: 70.83333%;
+}
+
+ .sheet-col-19-24,
+ .sheet-rolltemplate-MA1e .sheet-col-19-24 {
+ width: 79.16667%;
+}
+
+ .sheet-offset-19-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-19-24 {
+ margin-left: 79.16667%;
+}
+
+ .sheet-col-21-24,
+ .sheet-rolltemplate-MA1e .sheet-col-21-24 {
+ width: 87.5%;
+}
+
+ .sheet-offset-21-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-21-24 {
+ margin-left: 87.5%;
+}
+
+ .sheet-col-23-24,
+ .sheet-rolltemplate-MA1e .sheet-col-23-24 {
+ width: 95.83333%;
+}
+
+ .sheet-offset-23-24,
+ .sheet-rolltemplate-MA1e .sheet-offset-23-24 {
+ margin-left: 95.83333%;
+}
+
+ .sheet-row-r,
+ .sheet-rolltemplate-MA1e .sheet-row-r {
+ letter-spacing: -0.31em;
+ *letter-spacing: normal;
+ word-spacing: -0.43em;
+}
+
+ .sheet-opera-only :-o-prefocus, .sheet-row-r,
+ .sheet-rolltemplate-MA1e .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-MA1e .sheet-row-r {
+ word-spacing: -0.43em;
+}
+
+ .sheet-row-r img,
+ .sheet-rolltemplate-MA1e .sheet-row-r img {
+ max-width: 100%;
+}
+
+/* End custom Pure grid css (24 cols) */
\ No newline at end of file
diff --git a/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.html b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.html
index 9a11a3ea8c..4e0660c514 100644
--- a/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.html
+++ b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.html
@@ -7307,17 +7307,15 @@
-
@@ -7467,30 +7465,38 @@
-
+
+
+
OTHER INFORMATION:
+
+
+
+
+
+
-
-
-
-
-
-
AC (worn armor)
-
-
-
-
Total Check Penalty
-
-
-
-
Total Speed Reduction
-
-
+
@@ -7498,57 +7504,19 @@
-
-
+
+
-
-
-
-
-
-
-
-
- --
- d4
- d8
- d12
- d16
-
-
-
-
-
- --
- -1
- -2
- -3
- -4
- -5
- -6
- -7
- -8
-
-
-
-
-
- No
- -5
- -10
-
-
-
+
+
+
+
@@ -7558,75 +7526,139 @@
-
+
+
+ CHARACTER HISTORY
-
-
-
-
- Artifacts
-
-
- Artifact Combat Check
-
-
-
- AI Recognition
-
-
-
-
-
-
-
-
-
-
-
- Inventory
-
-
-
-
+
-
-
+
+
Date Started:
+
+
+
+
+
+
+
+
+
+
+
People Met:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Devices Figured Out:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Creatures Befriended:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Other Creatures Encountered:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Most Damage In Single Attack:
+
+
+
+
+
+
+
+
+
+
+
Creatures Killed:
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.html-bak b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.html-bak
new file mode 100644
index 0000000000..8d465cd2c8
--- /dev/null
+++ b/MetamorphosisAlpha_1e/MetamorphosisAlpha_1e.html-bak
@@ -0,0 +1,10326 @@
+
+
+
+
+
+
+
+
+
+
+
+
Human
+
+
Mutant
+
+
NPC/Monster
+
+
+
+
+
1+-level Character Sheet
+
+
The main player character sheet.
+
+
+
Core Stats
+
+
Background
+
+
Class
+
+
Weapons
+
+
Programs
+
+
Armor
+
+
Inv/Artifact
+
+
Show All
+
+
+
+
+
+
+
+
+
+
+
+
Character Information
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Armor Class
+
+
Hit Points
+
+
+
+
+
+
+
+
+
+
+
+
+ d4
+ d5
+ d6
+ d8
+ d10
+ d12
+
+
+
+
+
+
Leveling Hit Points
+
+
+
+
Healing Hit Points
+
+
+
+
+
+
+
+
+
+
Combat Basics
+
+
+
Initiative
+
Bonus
+
Total
+
Initiative
+
Initiative (2H)
+
+
+
+
+
+
Action Dice
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+
+ --
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+
+ --
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+
+
+
+
+
+
+
+
Crit Range
+
+
+ 20
+ 19-20
+ 18-20
+ 17-20
+
+
+
+
+
+
+
Crit Die
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+ 2d20
+
+
+
+
+
+
+
Crit Table
+
+
+ I
+ II
+ III
+ IV
+ V
+
+
+
+
+
+
+
+
Fumble Die
+
+
+ d4
+ d8
+ d12
+ d16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Core Stats
+
+
+
+
+
Strength
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Agility
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Stamina
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Personality
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Intelligence
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Luck
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
+
+
+
Personality Test
+
+
+
+
Luck Check
+
+
+
+
+
+
+
+
+
+
+
+
Saving Throws
+
+
+
+
+
Reflex
+
+
+
+
+
+
+ REF
+
+
+
+
+
Fortitude
+
+
+
+
+
+
+ FORT
+
+
+
+
+
Will
+
+
+
+
+
+
+ WILL
+
+
+
+
+
+
Movement
+
+
+
+
+
+
+
+
+
+
Other
+
+
+
+
+
+
+
+
+
+
+
Starting Luck
+
+
+
Lucky Roll Bonus
+
+
+
+
+
+
+
+
+
+
+
+
+
Lucky Roll for Nuclear Winter (All attack rolls) ?
+
+
+
Lucky Roll for The Hypospray (Healing rolls) ?
+
+
+
Lucky Roll for The Roxen (Melee attack rolls) ?
+
+
+
Lucky Roll for The Survivor (All saving throws) ?
+
+
+
Lucky Roll for The Triffid (Missile fire attack rolls) ?
+
+
+
Lucky Roll for The Scientist (Reflex saving throws) ?
+
+
+
Lucky Roll for The Apocalypse (Damage rolls) ?
+
+
+
Lucky Roll for The Glow (Fortitude saving throws) ?
+
+
+
Lucky Roll for Ragnarok (Melee damage rolls) ?
+
+
+
Lucky Roll for The Espers (Will saving throws) ?
+
+
+
Lucky Roll for Revelations (Missile fire damage rolls) ?
+
+
+
Lucky Roll for The Bunker (Armor Class) ?
+
+
+
Lucky Roll for The Gatherer (Stealth/Hiding Checks) ?
+
+
+
Lucky Roll for The CPU (Initiative) ?
+
+
+
Lucky Roll for The Outsider (Find/Disable Traps) ?
+
+
+
Lucky Roll for The Ecobot (Hit points) ?
+
+
+
Lucky Roll for The Sensor (Find secret doors) ?
+
+
+
Lucky Roll for The War-Bot (Critical hit tables) ?
+
+
+
Lucky Roll for The Genomorph (Mutation Checks) ?
+
+
+
Lucky Roll for The Unchanging (Defect Rolls) ?
+
+
+
Lucky Roll for The Alpha Striker (Mutation damage rolls) ?
+
+
+
Lucky Roll for The Backup Disk (Fumbles) ?
+
+
+
+
Lucky Roll for The Programmer (AI recognition rolls) ?
+
+
+
Lucky Roll for The Accelerant (Speed) ?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Appearance and Vision
+
+
+
+
+
Equipment Proficiencies
+
+
+
+
+
Any other notes
+
+
+
+
+
+
+
+
+
Core Classes
+
+
Manimal
+
+
Mutant
+
Plantient
+
Shaman
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Manimal Abilities
+
+
+
Secret Doors
+
Misc Bonus
+
Total Bonus
+
+ Find Secret Doors
+
+
+
+
+
+
+
+
Manimal Artifact Bonus
+
+
+ +0
+ +1
+ +2
+ +3
+ +4
+ +5
+ +6
+ +7
+ +8
+ +9
+
+
+
+
+
+
+
+
AI Recognition
+
Bonus
+
Natural Bonus
+
Total Bonus
+
+ AI Recognition
+
+
+
+
+
+
+
Passive Mutation Check
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Passive Mutation Check
+
+
+
+
+
+
+
Defect Check
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Defect Check
+
+
+
+
+
+
+
+ Hit Points: ? per level
+ Weapons: ?
+ Armor: ?
+
+
+
+
+
+
Manimal Mutations
+
+
+
+
+
+
+
+
Base Mutation
+
Mutation Type
+
Mutation name
+
Range
+
Duration
+
Save
+
Lost?
+
+
+
+
+
+ --
+ Physical
+ Mental
+ Defect
+
+
+
+
+ --
+ Active
+ Passive
+
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
Show :
+
Manifest |
+
Info |
+
Active Check
+
+
+
+
+
+
Mutation Manifestation
+
+
+
+
+
+
+
+
+
+
+
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+
+
+
+ Roll for Manifestation
+
+
+
+
+
+
+
Mutation Description/Flavour
+
+
+
+
+
+
+
+
+
Active Mutation Check
+
+
Damage Die
+
Dmg Bonus
+
Special Damage
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Active Mutation Check
+
+
+
+
+
+
+
+
+ Mutation Damage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mutant Abilities
+
+
+
Secret Doors
+
Misc Bonus
+
Total Bonus
+
+ Find Secret Doors
+
+
+
+
+
+
+
+
Mutant Horror Init Bonus
+
+
+ --
+ 1d3
+ 1d3+1
+ 1d3+2
+ 1d4+1
+ 1d4+2
+ 1d5+1
+ 1d5+2
+ 1d6+1
+ 1d6+2
+ 1d8+2
+
+
+
+
+
+
+
+
Mutant Artifact Bonus
+
+
+ +0
+ +1
+ +2
+ +3
+ +4
+ +5
+ +6
+ +7
+ +8
+ +9
+
+
+
+
+
+
+
+
AI Recognition
+
Bonus
+
Total Bonus
+
+ AI Recognition
+
+
+
+
+
+
+
Passive Mutation Check
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Passive Mutation Check
+
+
+
+
+
+
+
Defect Check
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Defect Check
+
+
+
+
+
+
+
+ Hit Points: 1d5 per level
+ Weapons: Any
+ Armor: ?
+
+
+
+
+
+
Mutant Mutations
+
+
+
+
+
+
+
+
Base Mutation
+
Mutation Type
+
Mutation name
+
Range
+
Duration
+
Save
+
Lost?
+
+
+
+
+
+ --
+ Physical
+ Mental
+ Defect
+
+
+
+
+ --
+ Active
+ Passive
+
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
Show :
+
Manifest |
+
Info |
+
Active Check
+
+
+
+
+
+
Mutation Manifestation
+
+
+
+
+
+
+
+
+
+
+
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+
+
+
+ Roll for Manifestation
+
+
+
+
+
+
+
Mutation Description/Flavour
+
+
+
+
+
+
+
+
+
Active Mutation Check
+
+
Damage Die
+
Dmg Bonus
+
Special Damage
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Active Mutation Check
+
+
+
+
+
+
+
+
+ Mutation Damage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Plantient Abilities
+
+
+
Secret Doors
+
Misc Bonus
+
Total Bonus
+
+ Find Secret Doors
+
+
+
+
+
+
+
+
Plantient Artifact Bonus
+
+
+ +0
+ +1
+ +2
+ +3
+ +4
+ +5
+ +6
+ +7
+ +8
+ +9
+
+
+
+
+
+
+
+
Passive Mutation Check
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Passive Mutation Check
+
+
+
+
+
+
+
Defect Check
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Defect Check
+
+
+
+
+
+
+
+ Hit Points: ? per level
+ Weapons: ?
+ Armor: ?
+
+
+
+
+
+
Plantient Mutations
+
+
+
+
+
+
+
+
Base Mutation
+
Mutation Type
+
Mutation name
+
Range
+
Duration
+
Save
+
Lost?
+
+
+
+
+
+ --
+ Physical
+ Mental
+ Defect
+
+
+
+
+ --
+ Active
+ Passive
+
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
Show :
+
Manifest |
+
Info |
+
Active Check
+
+
+
+
+
+
Mutation Manifestation
+
+
+
+
+
+
+
+
+
+
+
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+
+
+
+ Roll for Manifestation
+
+
+
+
+
+
+
Mutation Description/Flavour
+
+
+
+
+
+
+
+
+
Active Mutation Check
+
+
Damage Die
+
Dmg Bonus
+
Special Damage
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+ Active Mutation Check
+
+
+
+
+
+
+
+
+ Mutation Damage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Shaman Abilities
+
+
+
Secret Doors
+
Misc Bonus
+
Total Bonus
+
+ Find Secret Doors
+
+
+
+
+
+
+
+
+
+
Shaman Artifact Bonus
+
+
+ +0
+ +3
+ +4
+ +5
+ +6
+ +7
+ +8
+ +9
+ +10
+ +11
+ +12
+
+
+
+
+
+
+
+
AI Recognition
+
Bonus
+
Natural Bonus
+
Total Bonus
+
+ AI Recognition
+
+
+
+
+
+
+
Momentum
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
+ 11
+ 12
+ 13
+ 14
+ 15
+ 16
+ 17
+ 18
+ 19
+ 20
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hit Points: 1d4 per level
+ Weapons: Dagger, longbow, longsword, shortbow, short sword, and staff
+ Armor: Wizards rarely wear armor, as it hinders spellcasting.
+ Alignment: Chaotic wizards study black magic. Neutral or lawful wizards seek control over elements. Wizards of all persuasions practice enchantment.
+ Languages: Common. Knows two additional languages for every point of Int modifier
+ Movement: 30'
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Artifact Combat Check
+
+
+
+
+
+
+
+
Melee Weapons
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Hand
+ 2 Handed
+ Off Hand
+
+
+
+
+
+ d30
+ d24
+ d20
+ d16
+ d14
+ d12
+ d10
+ d8
+ d7
+ d6
+ d5
+ d4
+ d3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ranged Weapons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Slots by Class
+
+
+
+
+
+
+
+
+
+
Shaman
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
User Type
+
+
+
+ Choose Wetware Class...
+
+ Shaman
+
+
+
+
+
+
+
+
Manifestation
+
+
+
+
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+
+
+
+ Roll for Manifestation
+
+
+
+
+
+
+
Spell Type
+
+
Wetware Programs
+
+
Healing Programs
+
+
+
+
+
+
+
+
+
Hard Drive
+
The first time you attempt to run a program, you need to roll your Mercurial Magic check along with your Manifestation check. There are text boxes to enter these effects for each spell.
+
+
+
Level 1
+
+
Level 2
+
+
Level 3
+
+
Level 4
+
+
Level 5
+
+
Show All
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
Lost?
+
+
+
+
Level 1
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
+
Check this box if you need to use multiple dice to roll your program check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.
+
+
+
+
+
+
+
+
+
+
+
+
Program Check (Single Die)
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+ Single Die Program Check
+
+
+
+
+
+
+
+
+
+
Program Check (Multi Die)
+
+
+
+
+
+
+
+
+ 2d2
+ 2d3
+ 2d4
+ 2d5
+ 2d6
+ 2d7
+ 2d8
+ 2d10
+ 2d12
+ 2d15
+
+
+
+
+
+ Multi-Die Program Check
+
+
+
+
+
+
+
+
+
Show :
+
Mercurial Magic |
+
Manifest/General |
+
Misfire |
+
Corruption
+
+
+
+
+
Mercurial Magic Effect
+
+
+
+
+
+
+
+
+
+
+
+ Mercurial Magic Roll
+
+
+
+
+
+
+
+
Program Manifestation
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d2
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+
+
+
+
+
+
+ Misfire Roll
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+ 1d12
+ 1d16
+
+
+
+
+
+
+
+ Corruption Roll
+
+
+
+ Minor/Major/Greater Corruption Table
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
Lost?
+
+
+
+
Level 2
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Check this box if you need to use multiple dice to roll your Program check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.
+
+
+
+
+
+
+
+
+
+
+
+
Program Check (Single Die)
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+ Single Die Program Check
+
+
+
+
+
+
+
+
+
+
Program Check (Multi Die)
+
+
+
+
+
+
+
+
+ 2d2
+ 2d3
+ 2d4
+ 2d5
+ 2d6
+ 2d7
+ 2d8
+ 2d10
+ 2d12
+ 2d15
+
+
+
+
+
+ Multi-Die Program Check
+
+
+
+
+
+
+
+
+
Show :
+
Mercurial Magic |
+
Manifest/General |
+
Misfire |
+
Corruption
+
+
+
+
+
Mercurial Magic Effect
+
+
+
+
+
+
+
+
+
+
+
+ Mercurial Magic Roll
+
+
+
+
+
+
+
+
Program Manifestation
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d2
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+
+
+
+
+
+
+ Misfire Roll
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+ 1d12
+ 1d16
+
+
+
+
+
+
+
+ Corruption Roll
+
+
+
+ Minor/Major/Greater Corruption Table
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
Lost?
+
+
+
+
Level 3
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Check this box if you need to use multiple dice to roll your Program check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.
+
+
+
+
+
+
+
+
+
+
+
+
Program Check (Single Die)
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+ Single Die Program Check
+
+
+
+
+
+
+
+
+
+
Program Check (Multi Die)
+
+
+
+
+
+
+
+
+ 2d2
+ 2d3
+ 2d4
+ 2d5
+ 2d6
+ 2d7
+ 2d8
+ 2d10
+ 2d12
+ 2d15
+
+
+
+
+
+ Multi-Die Program Check
+
+
+
+
+
+
+
+
+
Show :
+
Mercurial Magic |
+
Manifest/General |
+
Misfire |
+
Corruption
+
+
+
+
+
Mercurial Magic Effect
+
+
+
+
+
+
+
+
+
+
+
+ Mercurial Magic Roll
+
+
+
+
+
+
+
+
Program Manifestation
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d2
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+
+
+
+
+
+
+ Misfire Roll
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+ 1d12
+ 1d16
+
+
+
+
+
+
+
+ Corruption Roll
+
+
+
+ Minor/Major/Greater Corruption Table
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
Lost?
+
+
+
+
Level 4
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Check this box if you need to use multiple dice to roll your Program check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.
+
+
+
+
+
+
+
+
+
+
+
+
Program Check (Single Die)
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+ Single Die Program Check
+
+
+
+
+
+
+
+
+
+
Program Check (Multi Die)
+
+
+
+
+
+
+
+
+ 2d2
+ 2d3
+ 2d4
+ 2d5
+ 2d6
+ 2d7
+ 2d8
+ 2d10
+ 2d12
+ 2d15
+
+
+
+
+
+ Multi-Die Program Check
+
+
+
+
+
+
+
+
+
Show :
+
Mercurial Magic |
+
Manifest/General |
+
Misfire |
+
Corruption
+
+
+
+
+
Mercurial Magic Effect
+
+
+
+
+
+
+
+
+
+
+
+ Mercurial Magic Roll
+
+
+
+
+
+
+
+
Program Manifestation
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d2
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+
+
+
+
+
+
+ Misfire Roll
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+ 1d12
+ 1d16
+
+
+
+
+
+
+
+ Corruption Roll
+
+
+
+ Minor/Major/Greater Corruption Table
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
Lost?
+
+
+
+
Level 5
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Check this box if you need to use multiple dice to roll your Program check (e.g.: You have the Joe Average mercurial effect). Uncheck to go back to single die rolls.
+
+
+
+
+
+
+
+
+
+
+
+
Program Check (Single Die)
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+ Single Die Program Check
+
+
+
+
+
+
+
+
+
+
Program Check (Multi Die)
+
+
+
+
+
+
+
+
+ 2d2
+ 2d3
+ 2d4
+ 2d5
+ 2d6
+ 2d7
+ 2d8
+ 2d10
+ 2d12
+ 2d15
+
+
+
+
+
+ Multi-Die Program Check
+
+
+
+
+
+
+
+
+
Show :
+
Mercurial Magic |
+
Manifest/General |
+
Misfire |
+
Corruption
+
+
+
+
+
Mercurial Magic Effect
+
+
+
+
+
+
+
+
+
+
+
+ Mercurial Magic Roll
+
+
+
+
+
+
+
+
Program Manifestation
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d2
+ 1d3
+ 1d4
+ 1d5
+ 1d6
+
+
+
+
+
+
+ Misfire Roll
+
+
+
+
+
+
+
+
+
+
+
+
+ 1d4
+ 1d5
+ 1d6
+ 1d8
+ 1d10
+ 1d12
+ 1d16
+
+
+
+
+
+
+
+ Corruption Roll
+
+
+
+ Minor/Major/Greater Corruption Table
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Healing Matrix
+
For players attempting to run healing programs for the first time, you need to roll a Manifestation check and enter the information into the Program.
+
+
+
Level 1
+
+
Level 2
+
+
Level 3
+
+
Level 4
+
+
Level 5
+
+
Show All
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
+
+
+
Level 1
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Program Check Die
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ 2d10
+ d24
+ d30
+
+
+
+
+
+ Program Check
+
+
+
+
+
+
+
+
Show :
+
Manifestation |
+
General
+
+
+
+
+
+
+
Program Manifestation
+
+
+
+
+
+
+
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
+
+
+
Level 2
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Program Check Die
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ 2d10
+ d24
+ d30
+
+
+
+
+
+ Program Check
+
+
+
+
+
+
+
+
Show :
+
Manifestation |
+
General
+
+
+
+
+
+
+
Program Manifestation
+
+
+
+
+
+
+
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
+
+
+
Level 3
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Program Check Die
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ 2d10
+ d24
+ d30
+
+
+
+
+
+ Program Check
+
+
+
+
+
+
+
+
Show :
+
Manifestation |
+
General
+
+
+
+
+
+
+
Program Manifestation
+
+
+
+
+
+
+
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
+
+
+
Level 4
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Program Check Die
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ 2d10
+ d24
+ d30
+
+
+
+
+
+ Program Check
+
+
+
+
+
+
+
+
Show :
+
Manifestation |
+
General
+
+
+
+
+
+
+
Program Manifestation
+
+
+
+
+
+
+
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Program Level
+
Program name
+
Range
+
Duration
+
Activation time
+
Save
+
Conc.
+
+
+
+
Level 5
+
+
+
+
+
+
+
+ Yes
+ No
+
+
+
+
+
+
+
+
+
Program Check Die
+
+
+
+
+
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ 2d10
+ d24
+ d30
+
+
+
+
+
+ Program Check
+
+
+
+
+
+
+
+
Show :
+
Manifestation |
+
General
+
+
+
+
+
+
+
Program Manifestation
+
+
+
+
+
+
+
+
+
Program Description/Flavour
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Armor Class
+
Add any equipment, effects or items here that give a benefit to your Armor Class (AC). This includes Armor, shields and any artifact items or programs. Use the checkboxes to indicate whether each row is is worn/equipped. If you have a class feature that also boosts your AC then add that here too.
+
+
+
+
+
+
+
+
AC (worn armor)
+
+
+
+
Total Check Penalty
+
+
+
+
Total Speed Reduction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ --
+ d4
+ d8
+ d12
+ d16
+
+
+
+
+
+ --
+ -1
+ -2
+ -3
+ -4
+ -5
+ -6
+ -7
+ -8
+
+
+
+
+
+ No
+ -5
+ -10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Artifacts
+
+
+ Artifact Combat Check
+
+
+
+
+
+
+
+
+
+
+
+
Inventory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Radiation Resistance
+
+
+
+
+
+
+
+
Dexterity
+
+
+
Initiative :
+
Total
+
+ Initiative
+
+
+
+
+
+
+
Leadership Potential
+
+
+
+
+
+
+
Mental Resistance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Armor Class
+
+
Hit Points
+
+
+
+
+
+
+
+
+
+
+
+
Starting Hit Points
+
+
+
+
Healing Hit Points
+
+
+
+
+
+
+
+
+
+
Combat Basics
+
+
+
Initiative :
+
Bonus
+
Total
+
+ Initiative
+
+
+ Initiative (2H)
+
+
+
+
+
+
+
Action Dice :
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+
+
+
Crit Range :
+
+
+ 20
+
+
+
+
+
+
+
Crit Die :
+
+
+ d4
+
+
+
+
+
+
+
Crit Table :
+
+
+ I
+
+
+
+
+
+
+
+
Fumble Die :
+
+
+ d4
+ d8
+ d12
+ d16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Melee Weapons
+
+
+
+
+
+
+
+
+
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+
+
+
+
+
+
+
+
+
+
+
Ranged Weapons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
AC (worn armor)
+
+
+
+
Total Check Penalty
+
+
+
+
Total Speed Reduction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ --
+ d4
+ d8
+ d12
+ d16
+
+
+
+
+
+ --
+ -1
+ -2
+ -3
+ -4
+ -5
+ -6
+ -7
+ -8
+
+
+
+
+
+ No
+ -5
+ -10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Artifacts
+
+
+ Artifact Combat Check
+
+
+
+ AI Recognition
+
+
+
+
+
+
+
+
+
+
+
+
Inventory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Character Information
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Armor Class
+
+
Hit Points
+
+
+
+
+
+
+
+
+
+
+
+
+ d4
+
+
+
+
+
+
Starting Hit Points
+
+
+
+
Healing Hit Points
+
+
+
+
+
+
+
+
+
+
+
+
Combat Basics
+
+
+
Initiative :
+
Bonus
+
Total
+
+ Initiative
+
+
+ Initiative (2H)
+
+
+
+
+
+
+
Action Dice :
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+
+
+
Crit Range :
+
+
+ 20
+
+
+
+
+
+
+
Crit Die :
+
+
+ d4
+
+
+
+
+
+
+
Crit Table :
+
+
+ I
+
+
+
+
+
+
+
+
Fumble Die :
+
+
+ d4
+ d8
+ d12
+ d16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Core Stats
+
+
+
+
+
Strength
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
+
Agility
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Stamina
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Personality
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Intelligence
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
Luck
+
+
+
+
+ T
+
+
+ U
+
+
+
+
+
+
+
+
Personality Test
+
+
+
+
Luck Check
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Saving Throws
+
+
+
+
+
Reflex
+
+
+
+
+
+
+ REF
+
+
+
+
+
Fortitude
+
+
+
+
+
+
+ FORT
+
+
+
+
+
Will
+
+
+
+
+
+
+ WILL
+
+
+
+
+
+
Movement
+
+
+
+
+
+
+
+
+
+
+
+
+
Other
+
+
+
+
+
+
+
+
+
+
+
Starting Luck
+
+
+
Lucky Roll Bonus
+
+
+
+
+
+
+
+
+
+
+
+
+
Lucky Roll for Nuclear Winter (All attack rolls) ?
+
+
+
Lucky Roll for The Hypospray (Healing rolls) ?
+
+
+
Lucky Roll for The Roxen (Melee attack rolls) ?
+
+
+
Lucky Roll for The Survivor (All saving throws) ?
+
+
+
Lucky Roll for The Triffid (Missile fire attack rolls) ?
+
+
+
Lucky Roll for The Scientist (Reflex saving throws) ?
+
+
+
Lucky Roll for The Apocalypse (Damage rolls) ?
+
+
+
Lucky Roll for The Glow (Fortitude saving throws) ?
+
+
+
Lucky Roll for Ragnarok (Melee damage rolls) ?
+
+
+
Lucky Roll for The Espers (Will saving throws) ?
+
+
+
Lucky Roll for Revelations (Missile fire damage rolls) ?
+
+
+
Lucky Roll for The Bunker (Armor Class) ?
+
+
+
Lucky Roll for The Gatherer (Stealth/Hiding Checks) ?
+
+
+
Lucky Roll for The CPU (Initiative) ?
+
+
+
Lucky Roll for The Outsider (Find/Disable Traps) ?
+
+
+
Lucky Roll for The Ecobot (Hit points) ?
+
+
+
Lucky Roll for The Sensor (Find secret doors) ?
+
+
+
Lucky Roll for The War-Bot (Critical hit tables) ?
+
+
+
Lucky Roll for The Genomorph (Mutation Checks) ?
+
+
+
Lucky Roll for The Unchanging (Defect Rolls) ?
+
+
+
Lucky Roll for The Alpha Striker (Mutation damage rolls) ?
+
+
+
Lucky Roll for The Backup Disk (Fumbles) ?
+
+
+
+
Lucky Roll for The Programmer (AI recognition rolls) ?
+
+
+
Lucky Roll for The Accelerant (Speed) ?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Melee Weapons
+
+
+
+
+
+
+
+
+
+ Main Hand
+ 2 Handed
+
+
+
+
+ d30
+ d24
+ d20
+ d16
+ d14
+ d12
+ d10
+ d8
+ d7
+ d6
+ d5
+ d4
+ d3
+
+
+
+
+
+
+
+
+
+
+
+
+
Ranged Weapons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Armor Class
+
Add any equipment, effects or items here that give a benefit to your Armor Class (AC). This includes Armor, shields and any artifact items or programs. Use the checkbox to indicate whether each row is is worn/equipped.
+
+
+
+
+
+
+
+
AC (worn armor)
+
+
+
+
Total Check Penalty
+
+
+
+
Total Speed Reduction
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ --
+ d4
+ d8
+ d12
+ d16
+
+
+
+
+
+ --
+ -1
+ -2
+ -3
+ -4
+ -5
+ -6
+ -7
+ -8
+
+
+
+
+
+ No
+ -5
+ -10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Artifacts
+
+
+ Artifact Combat Check
+
+
+
+ AI Recognition
+
+
+
+
+
+
+
+
+
+
+
+
Inventory
+
+
+
+
+
+
+
+
+
+
Monster/NPC Sheet (GM ONLY)
+
+
This character sheet is for NPCs and Monsters. It is for the GMs to use.
+
+
+
+
Monster Information
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Armor Class
+
+
Hit Points
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hit Die :
+
+
+
+
+ d4
+ d6
+ d8
+ d10
+ d12
+
+
+
+
+
+ -
+ +
+
+
+
+
+
+
+ Roll For HP
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Monster Saving Throws
+
+
+
Fortitude
+
+
+ FORTITUDE
+
+
+
+
+
Reflex
+
+
+ REFLEX
+
+
+
+
+
+
+
+
+
+
+
Monster Movement
+
+
+
+
+
+
+
+
+
+
+
+
+
Monster Combat
+
+
+
Initiative :
+
+
+ Initiative
+
+
+
+
+
Morale Check :
+
+ Morale
+
+
+
+
+
Action Dice :
+
+
+
+ d3
+ d4
+ d5
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ d24
+ d30
+
+
+
+
+
+
+
+
+
Critical Threat Range :
+
+
+ 20
+ 19-20
+ 18-20
+ 17-20
+ 16-20
+
+
+
+
Critical Type Table :
+
+
+ III - Humanoids
+ IV - Humanoids
+ V - Humanoids
+ Dragons
+ Demons
+ Giants
+ Undead
+ All Other Monsters
+
+
+
+
Critical Hit Die :
+
+
+ d3
+ d4
+ d6
+ d7
+ d8
+ d10
+ d12
+ d14
+ d16
+ d20
+ 2d10
+ d24
+ 2d12
+ 2d14
+ d30
+ 3d10
+ 2d16
+ 2d20
+ 3d20
+ 4d20
+
+
+
+
+
+
+
+
+
+
Fumble Die :
+
+
+ d4
+ d8
+ d12
+ d16
+
+
+
+
+
+
+
+
+
+
+
Monster Melee Attacks
+
+
+
+
+
+
+
+
+
Monster Ranged Attacks
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Monster Special Abilities
+
Note a monsters special abilities here.
+
+
+
+
+
+
+
+
+
+
+
+
+
Monster Credits
+
+
+
+
+
+
+
+
Monster Inventory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{#rollTotal() background 0}}
+
+ {{/rollTotal() background 0}}
+ {{#rollTotal() background 1}}
+
+ {{/rollTotal() background 1}}
+ {{#rollTotal() background 2}}
+
+ {{/rollTotal() background 2}}
+
+ {{#rollTotal() background 4}}
+
+ {{/rollTotal() background 4}}
+ {{#rollTotal() background 5}}
+
+ {{/rollTotal() background 5}}
+
+
+
+
+
+
+
+
+
+ {{#attack}}
+
+
Hits AC:
+
{{attack}}
+
+ {{/attack}}
+
+ {{#rangedattack}}
+
+
Attack Range
+
{{range}}
+
+
Hits AC:
+
{{rangedattack}}
+
+ {{/rangedattack}}
+
+ {{#^rollWasFumble() attack}}
+ {{#damage}}
+
+
Damage :
+
{{damage}}
+
+ {{/damage}}
+ {{/^rollWasFumble() attack}}
+
+ {{#^rollWasFumble() rangedattack}}
+ {{#damage}}
+
+
Damage :
+
{{damage}}
+
+ {{/damage}}
+ {{/^rollWasFumble() rangedattack}}
+
+ {{#rollWasCrit() attack}}
+
+
+
Crit :
+
{{crit}} on Crit Table {{crittable}}
+
+ {{/rollWasCrit() attack}}
+
+ {{#rollWasFumble() attack}}
+
+
+
Fumble :
+
{{fumble}} on Funble Table
+
+ {{/rollWasFumble() attack}}
+
+ {{#rollWasCrit() rangedattack}}
+
+
+
Crit :
+
{{crit}} on Crit Table {{crittable}}
+
+ {{/rollWasCrit() rangedattack}}
+
+ {{#rollWasFumble() rangedattack}}
+
+
+
Fumble :
+
{{fumble}} on Funble Table
+
+ {{/rollWasFumble() rangedattack}}
+
+ {{#special}}
+
+
+
Special Attack
+
{{special}}
+
+
+ {{#rollGreater() specialdmg 0}}
+
+
Special Damage :
+
{{specialdmg}}
+
+ {{/rollGreater() specialdmg 0}}
+ {{/special}}
+
+
+ {{#deeddie}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{deeddie}}
+
+ {{#rollWasCrit() deeddie}}
+
+ {{/rollWasCrit() deeddie}}
+ {{/deeddie}}
+
+
+ {{#smite}}
+
+
{{flavortext}}
+
{{deity}}
+
+
{{rolltype}}
+
{{smite}}
+
+ {{/smite}}
+
+
+ {{#INIT}}
+
+
Initiative :
+
{{INIT}}
+
+ {{/INIT}}
+
+
+ {{#HD}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{HD}}
+
+ {{/HD}}
+
+
+ {{#turnunholy}}
+
+
{{flavortext}}
+
{{deity}}
+
+
{{rolltype}}
+
{{turnunholy}}
+
+ {{#rollWasFumble() turnunholy}}
+
+
+
{{deity}} disapproves of your actions!
+
Roll for Disapproval.
+
+ {{/rollWasFumble() turnunholy}}
+ {{#^rollWasFumble() turnunholy}}
+ {{#rollLess() turnunholy 12}}
+
+
+
Turn Check Failed!
+
Increase Disapproval Rating by 1.
+
+ {{/rollLess() turnunholy 12}}
+
+ {{#rollBetween() turnunholy 12 13}}
+
+
+
Turn Range: 30'
+
1HD Creature: {{1HDCheck13}}
+
2HD Creature: No Effect
+
3-4HD Creature: No Effect
+
5-6HD Creature: No Effect
+
7-8HD Creature: No Effect
+
9-10HD Creature: No Effect
+
11-12HD Creature: No Effect
+
+ {{/rollBetween() turnunholy 12 13}}
+
+ {{#rollBetween() turnunholy 14 17}}
+
+
+
Turn Range: 30'
+
1HD Creature: {{1HDCheck17}}
+
2HD Creature: No Effect
+
3-4HD Creature: No Effect
+
5-6HD Creature: No Effect
+
7-8HD Creature: No Effect
+
9-10HD Creature: No Effect
+
11-12HD Creature: No Effect
+
+ {{/rollBetween() turnunholy 14 17}}
+
+ {{#rollBetween() turnunholy 18 19}}
+
+
+
Turn Range: 30'
+
1HD Creature: {{1HDCheck19}}
+
2HD Creature: {{2HDCheck19}}
+
3-4HD Creature: No Effect
+
5-6HD Creature: No Effect
+
7-8HD Creature: No Effect
+
9-10HD Creature: No Effect
+
11-12HD Creature: No Effect
+
+ {{/rollBetween() turnunholy 18 19}}
+
+ {{#rollBetween() turnunholy 20 23}}
+
+
+
Turn Range: 60'
+
1HD Creature: {{1HDCheck23}}
+
2HD Creature: {{2HDCheck23}}
+
3-4HD Creature: {{4HDCheck23}}
+
5-6HD Creature: No Effect
+
7-8HD Creature: No Effect
+
9-10HD Creature: No Effect
+
11-12HD Creature: No Effect
+
+ {{/rollBetween() turnunholy 20 23}}
+
+ {{#rollBetween() turnunholy 24 27}}
+
+
+
Turn Range: 60'
+
Holy Smite: {{HolySmiteCheck27}}
+
1HD Creature: {{1HDCheck27}}
+
2HD Creature: {{2HDCheck27}}
+
3-4HD Creature: {{4HDCheck27}}
+
5-6HD Creature: {{6HDCheck27}}
+
7-8HD Creature: No Effect
+
9-10HD Creature: No Effect
+
11-12HD Creature: No Effect
+
+ {{/rollBetween() turnunholy 24 27}}
+
+ {{#rollBetween() turnunholy 28 29}}
+
+
+
Turn Range: 60'
+
Holy Smite: {{HolySmiteCheck29}}
+
1HD Creature: {{1HDCheck29}}
+
2HD Creature: {{2HDCheck29}}
+
3-4HD Creature: {{4HDCheck29}}
+
5-6HD Creature: {{6HDCheck29}}
+
7-8HD Creature: {{8HDCheck29}}
+
9-10HD Creature: No Effect
+
11-12HD Creature: No Effect
+
+ {{/rollBetween() turnunholy 28 29}}
+
+ {{#rollBetween() turnunholy 30 31}}
+
+
+
Turn Range: 120'
+
Holy Smite: {{HolySmiteCheck31}}
+
1HD Creature: {{1HDCheck31}}
+
2HD Creature: {{2HDCheck31}}
+
3-4HD Creature: {{4HDCheck31}}
+
5-6HD Creature: {{6HDCheck31}}
+
7-8HD Creature: {{8HDCheck31}}
+
9-10HD Creature: {{10HDCheck31}}
+
11-12HD Creature: No Effect
+
+ {{/rollBetween() turnunholy 30 31}}
+
+ {{#rollGreater() turnunholy 32}}
+
+
+
Turn Range: 240'
+
Holy Smite: {{HolySmiteCheck32}}
+
1HD Creature: {{1HDCheck32}}
+
2HD Creature: {{2HDCheck32}}
+
3-4HD Creature: {{4HDCheck32}}
+
5-6HD Creature: {{6HDCheck32}}
+
7-8HD Creature: {{8HDCheck32}}
+
9-10HD Creature: {{10HDCheck32}}
+
11-12HD Creature: {{12HDCheck32}}
+
+ {{/rollGreater() turnunholy 32}}
+ {{/^rollWasFumble() turnunholy}}
+ {{/turnunholy}}
+
+
+ {{#divineaid}}
+
+
{{flavortext}}
+
{{deity}}
+
+
{{rolltype}}
+
{{divineaid}}
+
+
Increase Disapproval Rating by 10.
+
+ {{/divineaid}}
+
+
+ {{#layonhands}}
+
+
{{flavortext}}
+
{{deity}}
+
+
{{rolltype}}
+
{{layonhands}}
+
Heal Condition :
+
{{condition}}
+
+ {{#rollWasFumble() layonhands}}
+
+
+
{{deity}} disapproves of your actions!
+
Roll for Disapproval.
+
+ {{/rollWasFumble() layonhands}}
+ {{#^rollWasFumble() layonhands}}
+ {{#rollLess() layonhands 12}}
+
+
+
Spell Check Failed!
+
Increase Disapproval Rating by 1.
+
+ {{/rollLess() layonhands 12}}
+
+ {{#rollBetween() layonhands 12 13}}
+
+
+
Heal Same Alignment: 2 dice
+
Heal Adjacent Alignment: 1 die
+
Heal Opposite Alignment: 1 die
+
+ {{/rollBetween() layonhands 12 13}}
+
+ {{#rollBetween() layonhands 14 19}}
+
+
+
Heal Same Alignment: 3 dice
+
Heal Adjacent Alignment: 2 dice
+
Heal Opposite Alignment: 1 die
+
+ {{/rollBetween() layonhands 14 19}}
+
+ {{#rollBetween() layonhands 20 21}}
+
+
+
Heal Same Alignment: 4 dice
+
Heal Adjacent Alignment: 3 dice
+
Heal Opposite Alignment: 2 dice
+
+ {{/rollBetween() layonhands 20 21}}
+
+ {{#rollGreater() layonhands 21}}
+
+
+
Heal Same Alignment: 5 dice
+
Heal Adjacent Alignment: 4 dice
+
Heal Opposite Alignment: 3 dice
+
+ {{/rollGreater() layonhands 21}}
+ {{/^rollWasFumble() layonhands}}
+ {{/layonhands}}
+
+
+ {{#layonhandspaly}}
+
+
{{flavortext}}
+
{{deity}}
+
+
{{rolltype}}
+
{{layonhandspaly}}
+
Heal Condition :
+
{{condition}}
+
+ {{#rollWasFumble() layonhandspaly}}
+
+
+
{{deity}} disapproves of your actions!
+
Roll for Disapproval.
+
+ {{/rollWasFumble() layonhandspaly}}
+ {{#^rollWasFumble() layonhandspaly}}
+ {{#rollLess() layonhandspaly 12}}
+
+
+
Spell Check Failed!
+
Increase Disapproval Rating by 1.
+
+ {{/rollLess() layonhandspaly 12}}
+
+ {{#rollBetween() layonhandspaly 12 13}}
+
+
+
Heal Same Alignment: 1 die
+
Heal Adjacent Alignment: None
+
Heal Opposite Alignment: None
+
+ {{/rollBetween() layonhandspaly 12 13}}
+
+ {{#rollBetween() layonhandspaly 14 19}}
+
+
+
Heal Same Alignment: 2 dice
+
Heal Adjacent Alignment: 1 die
+
Heal Opposite Alignment: None
+
+ {{/rollBetween() layonhandspaly 14 19}}
+
+ {{#rollBetween() layonhandspaly 20 21}}
+
+
+
Heal Same Alignment: 3 dice
+
Heal Adjacent Alignment: 2 dice
+
Heal Opposite Alignment: 1 die
+
+ {{/rollBetween() layonhandspaly 20 21}}
+
+ {{#rollBetween() layonhandspaly 22 24}}
+
+
+
Heal Same Alignment: 4 dice
+
Heal Adjacent Alignment: 3 dice
+
Heal Opposite Alignment: 2 dice
+
+ {{/rollBetween() layonhandspaly 22 24}}
+
+ {{#rollGreater() layonhandspaly 24}}
+
+
+
Heal Same Alignment: 4 dice
+
Heal Adjacent Alignment: 3 dice
+
Heal Opposite Alignment: 2 dice
+
+ {{/rollGreater() layonhandspaly 24}}
+ {{/^rollWasFumble() layonhandspaly}}
+ {{/layonhandspaly}}
+
+
+ {{#bravery}}
+
+
{{flavortext}}
+
{{deity}}
+
+
{{rolltype}}
+
{{bravery}}
+
+ {{#rollWasFumble() bravery}}
+
+
+
{{deity}} disapproves of your actions!
+
Roll for Disapproval.
+
+ {{/rollWasFumble() bravery}}
+ {{#^rollWasFumble() bravery}}
+ {{#rollLess() bravery 12}}
+
+
+
Spell Check Failed!
+
Increase Disapproval Rating by 1.
+
+ {{/rollLess() bravery 12}}
+
+ {{#rollBetween() bravery 12 13}}
+
+
+
Fear Saving Throw Bonus: {{fearbonusCheck13}}
+
Number of Targets affected: {{targetsCheck13}}
+
Duration: {{duration}} minute(s)
+
+ {{/rollBetween() bravery 12 13}}
+
+ {{#rollBetween() bravery 14 19}}
+
+
+
Fear Saving Throw Bonus: {{fearbonusCheck19}}
+
Number of Targets affected: {{targetsCheck19}}
+
Duration: {{duration}} minute(s)
+
+ {{/rollBetween() bravery 14 19}}
+
+ {{#rollBetween() bravery 20 21}}
+
+
+
Fear Saving Throw Bonus: {{fearbonusCheck21}}
+
Number of Targets affected: {{targetsCheck21}}
+
Duration: {{duration}} minute(s)
+
+ {{/rollBetween() bravery 20 21}}
+
+ {{#rollBetween() bravery 22 24}}
+
+
+
Fear Saving Throw Bonus: {{fearbonusCheck24}}
+
Number of Targets affected: {{targetsCheck24}}
+
Duration: {{duration}} minute(s)
+
+ {{/rollBetween() bravery 22 24}}
+
+ {{#rollGreater() bravery 24}}
+
+
+
Fear Saving Throw Bonus: {{fearbonusCheck25}}
+
Number of Targets affected: {{targetsCheck25}}
+
Duration: {{duration}} minute(s)
+
+ {{/rollGreater() bravery 24}}
+ {{/^rollWasFumble() bravery}}
+ {{/bravery}}
+
+
+ {{#fear}}
+
+
{{flavortext}}
+
{{deity}}
+
+
{{rolltype}}
+
{{fear}}
+
+ {{#rollWasFumble() fear}}
+
+
+
{{deity}} disapproves of your actions!
+
Roll for Disapproval.
+
+ {{/rollWasFumble() fear}}
+ {{#^rollWasFumble() fear}}
+ {{#rollLess() fear 12}}
+
+
+
Spell Check Failed!
+
Increase Disapproval Rating by 1.
+
+ {{/rollLess() fear 12}}
+
+ {{#rollBetween() fear 12 13}}
+
+
+
Affects: HD {{number}} unholy creatures
+
Number affected: {{targetsCheck13}}
+
Duration: {{duration}} round(s)
+
Will Save Against: {{fear}}
+
+ {{/rollBetween() fear 12 13}}
+
+ {{#rollBetween() fear 14 19}}
+
+
+
Affects: HD {{number}} unholy creatures
+
Number of Targets affected: {{targetsCheck19}}
+
Duration: {{duration}} round(s)
+
Will Save Against: {{fear}}
+
+ {{/rollBetween() fear 14 19}}
+
+ {{#rollBetween() fear 20 21}}
+
+
+
Affects: HD {{number}} unholy creatures
+
Number affected: {{targetsCheck21}}
+
Duration: {{duration}} round(s)
+
Will Save Against: {{fear}}
+
+ {{/rollBetween() fear 20 21}}
+
+ {{#rollBetween() fear 22 24}}
+
+
+
Affects: HD {{number}} unholy creatures
+
Number affected: {{targetsCheck24}}
+
Duration: {{duration}} round(s)
+
Will Save Against: {{fear}}
+
+ {{/rollBetween() fear 22 24}}
+
+ {{#rollGreater() fear 24}}
+
+
+
Affects: HD {{number}} unholy creatures
+
Number affected: {{targetsCheck25}}
+
Duration: {{duration}} round(s)
+
Will Save Against: {{fear}}
+
+ {{/rollGreater() fear 24}}
+ {{/^rollWasFumble() fear}}
+ {{/fear}}
+
+
+ {{#disapproval}}
+
+
ATONE FOR YOUR ACTIONS!
+
+
Roll :
+
{{disapproval}}
+
+ {{/disapproval}}
+
+
+ {{#moralecheck}}
+
+
Morale :
+
{{moralecheck}}
+
+ {{#rollGreater() moralecheck chance}}
+
+ {{/rollGreater() moralecheck chance}}
+ {{#rollBetween() moralecheck 1 chance}}
+
+ {{/rollBetween() moralecheck 1 chance}}
+ {{/moralecheck}}
+
+
+ {{#ability}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{ability}}
+
+ {{/ability}}
+
+
+ {{#savingthrow}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{savingthrow}}
+
+ {{/savingthrow}}
+
+
+ {{#fortitude}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{fortitude}}
+
+
+ {{#rollWasCrit() fortitude}}
+
+
+
+
Radburn Roll :
+
{{radburn}}
+
+ {{/rollWasCrit() fortitude}}
+
+ {{#rollWasFumble() fortitude}}
+
+ {{/rollWasFumble() fortitude}}
+ {{/fortitude}}
+
+
+ {{#classability}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{classability}}
+
+ {{/classability}}
+
+
+ {{#luckcheck}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{luckcheck}}
+
+ {{#rollGreater() luckcheck chance}}
+
+ {{/rollGreater() luckcheck chance}}
+ {{#rollBetween() luckcheck 1 chance}}
+
+ {{/rollBetween() luckcheck 1 chance}}
+ {{/luckcheck}}
+
+
+ {{#selfrepair}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{selfrepair}}
+
+ {{#rollWasFumble() selfrepair}}
+
+
+
CATASTROPHIC SYSTEM FAILURE!
+
Non-Meat Damage taken: {{selfrepairFumble}}
+
+ {{/rollWasFumble() selfrepair}}
+ {{/selfrepair}}
+
+
+ {{#disabletrap}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{disabletrap}}
+
+ {{/disabletrap}}
+ {{#rollWasFumble() disabletrap}}
+
+ {{/rollWasFumble() disabletrap}}
+
+
+ {{#handlepoison}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{handlepoison}}
+
+ {{/handlepoison}}
+ {{#rollGreater() handlepoison 9}}
+
+ {{/rollGreater() handlepoison 9}}
+ {{#rollBetween() handlepoison -100 9}}
+
+ {{/rollBetween() handlepoison -100 9}}
+
+
+ {{#percentability}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{percentability}}
+
+ {{#rollGreater() percentability chance}}
+
+ {{/rollGreater() percentability chance}}
+ {{#rollBetween() percentability 1 chance}}
+
+ {{/rollBetween() percentability 1 chance}}
+ {{/percentability}}
+
+
+ {{#airoll}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{airoll}}
+
+ {{/airoll}}
+
+
+ {{#mutationmanifest}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{mutationmanifest}}
+
+ {{/mutationmanifest}}
+
+ {{#activemutation}}
+
+ {{#mutationshowmanifest}}
+
+
{{mutationshowmanifest}}
+
+ {{/mutationshowmanifest}}
+ {{#mutationshowinfoblock}}
+
+
+
Base {{mutationbase}}
+
Type {{mutationtype}}
+
+
+
+
Range {{mutationrange}}
+
Duration {{mutationduration}}
+
+
+
+
Save {{mutationsave}}
+
+
+
+
+ {{/mutationshowinfoblock}}
+ {{#mutationshowdesc}}
+
+
Description
+
{{mutationshowdesc}}
+
+ {{/mutationshowdesc}}
+
+
{{rolltype}}
+
{{activemutation}}
+
+
+ {{#rollWasCrit() activemutation}}
+
+ {{/rollWasCrit() activemutation}}
+
+ {{#rollWasFumble() activemutation}}
+
+
+
Lost. Failure. Roll for a random defect!
+
+ {{/rollWasFumble() activemutation}}
+
+ {{#^rollWasFumble() activemutation}}
+ {{#rollLess() activemutation 12}}
+
+ {{/rollLess() activemutation 12}}
+ {{/^rollWasFumble() activemutation}}
+
+ {{/activemutation}}
+
+
+ {{#mutationdamage}}
+
+
Damage :
+
{{mutationdamage}}
+
+
+
+
Special Damage
+
{{specialdamage}}
+
+ {{/mutationdamage}}
+
+
+ {{#defectmutation}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{defectmutation}}
+
+
+ {{#rollWasFumble() defectmutation}}
+
+ {{/rollWasFumble() defectmutation}}
+ {{/defectmutation}}
+
+
+ {{#passivemutation}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{passivemutation}}
+
+
+ {{#rollWasFumble() passivemutation}}
+
+ {{/rollWasFumble() passivemutation}}
+ {{/passivemutation}}
+
+
+ {{#spellmanifest}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{spellmanifest}}
+
+ {{/spellmanifest}}
+
+ {{#spellmercurial}}
+
+
{{flavortext}}
+
+
{{rolltype}}
+
{{spellmercurial}}
+
+ {{/spellmercurial}}
+
+
+ {{#spellcheckwizard}}
+
+ {{#spellshowmanifest}}
+
+
{{spellshowmanifest}}
+
+ {{/spellshowmanifest}}
+ {{#spellshowinfoblock}}
+
+
+
Level {{spelllevel}}
+
Range {{spellrange}}
+
+
+
+
Duration {{spellduration}}
+
Activation Time {{spellcasttime}}
+
+
+
+
Save {{spellsave}}
+
Concentration {{spellconcentrate}}
+
+
+ {{/spellshowinfoblock}}
+ {{#spellshowmercurial}}
+
+
Mercurial Effect
+
{{spellshowmercurial}}
+
+ {{/spellshowmercurial}}
+ {{#spellshowdesc}}
+
+
Program Info
+
{{spellshowdesc}}
+
+ {{/spellshowdesc}}
+
+
{{rolltype}}
+
{{spellcheckwizard}}
+
+
+ {{#rollWasCrit() spellcheckwizard}}
+
+ {{/rollWasCrit() spellcheckwizard}}
+
+ {{#rollWasFumble() spellcheckwizard}}
+
+
+
Lost, failure and worse!
+
+
{{fumble}} for Misfire, Taint and Corruption
+
+ {{/rollWasFumble() spellcheckwizard}}
+
+ {{#^rollWasFumble() spellcheckwizard}}
+ {{#rollLess() spellcheckwizard 12}}
+
+ {{/rollLess() spellcheckwizard 12}}
+ {{/^rollWasFumble() spellcheckwizard}}
+ {{/spellcheckwizard}}
+
+
+ {{#spellcheckwizardmulti}}
+
+ {{#spellshowmanifest}}
+
+
{{spellshowmanifest}}
+
+ {{/spellshowmanifest}}
+ {{#spellshowinfoblock}}
+
+
+
Level {{spelllevel}}
+
Range {{spellrange}}
+
+
+
+
Duration {{spellduration}}
+
Activation Time {{spellcasttime}}
+
+
+
+
Save {{spellsave}}
+
Concentration {{spellconcentrate}}
+
+
+ {{/spellshowinfoblock}}
+ {{#spellshowmercurial}}
+
+
Mercurial Effect
+
{{spellshowmercurial}}
+
+ {{/spellshowmercurial}}
+ {{#spellshowdesc}}
+
+
Program Info
+
{{spellshowdesc}}
+
+ {{/spellshowdesc}}
+
+
{{rolltype}}
+
{{spelldie1}}+{{spelldie2}}+{{spellbonus}}
+
+
+ {{#rollWasCrit() spelldie1}}
+ {{#rollWasCrit() spelldie2}}
+
+ {{/rollWasCrit() spelldie2}}
+ {{/rollWasCrit() spelldie1}}
+
+ {{#rollWasFumble() spelldie1}}
+ {{#rollWasFumble() spelldie2}}
+
+
+
Lost, failure and worse!
+
+
{{fumble}} for Misfire, Taint and Corruption
+
+ {{/rollWasFumble() spelldie2}}
+ {{/rollWasFumble() spelldie1}}
+ {{/spellcheckwizardmulti}}
+
+ {{#spellmisfire}}
+
+ {{/spellmisfire}}
+
+ {{#spellcorruption}}
+
+ {{/spellcorruption}}
+
+
+ {{#spellcheckcleric}}
+
+ {{#spellshowmanifest}}
+
+
{{spellshowmanifest}}
+
+ {{/spellshowmanifest}}
+ {{#spellshowinfoblock}}
+
+
+
Level {{spelllevel}}
+
Range {{spellrange}}
+
+
+
+
Duration {{spellduration}}
+
Activation Time {{spellcasttime}}
+
+
+
+
Save {{spellsave}}
+
Concentration {{spellconcentrate}}
+
+
+ {{/spellshowinfoblock}}
+
+ {{#spellshowdesc}}
+
+
Program Info
+
{{spellshowdesc}}
+
+ {{/spellshowdesc}}
+
+
{{rolltype}}
+
{{spellcheckcleric}}
+
+
+
+
+ {{/spellcheckcleric}}
+
+
+
+
+
+ {{#background}}
+
+ {{/background}}
+
+
+
+
+
+
+
\ No newline at end of file