﻿

    .avatar{
        width: 28px;
        height:  28px;
        object-fit: contain;
        overflow: hidden;
        margin-right: 12px;

    }

.message,
.message *,
.message *::before,
.message *::after {
    box-sizing: content-box;
}

.message p {
    margin: 0 0 9px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.message select {
    box-sizing: border-box;
}

/* app.css */
.message .clear {
    clear: both;
}

.sheet-rolltemplate-default table {
    width: 100%;
    background-color: white;
    border: 1px solid rgba(112, 32, 130, 1);
}

.sheet-rolltemplate-default caption {
    background-color: rgba(112, 32, 130, 1);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    padding: 5px;
}

.sheet-rolltemplate-default td {
    padding: 5px;
    line-height: 1.4em;
    vertical-align: top;
}

.sheet-rolltemplate-default td:first-child {
    font-weight: bold;
    text-align: right;
    min-width: 50px;
    padding-right: 10px;
}

.sheet-rolltemplate-default tr:nth-child(even) {
    background-color: #eee;
}

.message .flyout {
    display: none;
}

.message a[href^="!"],
.message a[href^="~"] {
    background-color: rgb(206, 15, 105);
    padding: 5px;
    color: white;
    display: inline-block;
    border: 1px solid white;
}

.message a[href^="!"]:hover,
.message a[href^="~"]:hover {
    text-decoration: none;
    cursor: pointer;
}

.message {
    line-height: 1.25em;
    font-size: 13.65px;
    color: #333;
    word-wrap: break-word;
}

/* font-size: 1.05em; (body 13px) */
.message .tstamp {
    font-size: 0.8em;
    color: #666;
    display: none;
    padding: 0;
    margin: -4px 0px 2px 0px;
    position: relative;
    left: -5px;
    line-height: 1em;
}

.message .by {
    font-weight: bold;
    position: relative;
    left: -5px;
}

.hidden-message-peek {
    font-style: italic;
    background-color: lightsalmon;
    padding: 2px;
    color: black;
}

.message {
    padding-left: 45px;
    padding-right: 16px;
    padding-bottom: 7px;
    background-color: #f1f1f1;
    position: relative;
}

.message.rollresult.hidden3d {
    display: none;
}

.message.hidden3d .inlinerollresult {
    color: rgba(255, 255, 255, 0);
    border: none !important;
}

.message .avatar {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 28px;
}

.message .inlinerollresult {
    color: #333;
    background-color: #fef68e;
    border: 2px solid #fef68e;
    padding: 0px 3px 0px 3px;
    font-weight: bold;
    cursor: help;
    font-size: 1.1em;
}

.message .inlinerollresult.fullcrit {
    border: 2px solid #3fb315;
}

.message .inlinerollresult.fullfail {
    border: 2px solid #b31515;
}

.message .inlinerollresult.importantroll {
    border: 2px solid #4a57ed;
}

.message .formula .inlinerollresult {
    font-size: inherit;
}

.message .rollresult .avatar {
    top: 10px;
}

.message .avatar img {
    max-width: 28px;
    max-height: 28px;
}

.message .spacer {
    background-color: #e1e1e1;
    height: 2px;
    margin-bottom: 7px;
    margin-left: -45px;
    margin-right: -12px;
}

.message.desc {
    padding-left: 15px;
    color: #333;
    background-color: #f1f1f1;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.message.desc .spacer {
    margin-left: -15px;
    background-color: #e1e1e1;
}

.message.you {
    color: #333;
    background-color: #d3e5f5;
}

.message.you .spacer {
    background-color: #b1d9fa;
}

.message .formula,
.message .rolled {
    display: inline;
    padding: 4px;
    background: white;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    font-size: 1.1em;
    line-height: 2em;
    word-wrap: break-word;
}

.message .formula .parsegroup,
.message .formula .parsegroup .parsegroupitem,
.dicegrouping {
    display: inline;
}

.diceroll {
    display: inline-block;
    font-size: 1.2em;
}

.message .formattedformula {
    display: block;
    float: left;
    padding: 0px 4px 0px 4px;
    margin: 5px 0px 5px 0px;
}

.diceroll .dicon {
    display: inline-block;
    min-width: 30px;
    text-align: center;
    position: relative;
}

.diceroll .dicon .didroll img,
.diceroll .dicon .didroll video {
    width: 30px;
    height: 30px;
}

.diceroll .didroll {
  text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff,
    1px 1px 1px #ffffff;
  z-index: 2;
  position: relative;
  color: black;
  height: auto;
  min-height: 29px;
  margin-top: -3px;
  top: 0px;
  text-align: center;
}

.diceroll .didroll img,
.diceroll .didroll video {
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}

.diceroll .backing {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #8fb1d9;
  text-shadow: 0px 0px 3px #8fb1d9;
  opacity: 0.75;
  pointer-events: none;
  z-index: 1;
}

.diceroll.d20 .backing {
  font-family: "dicefontd20";
}

.diceroll.d4 .backing {
  font-family: "dicefontd4";
}

.diceroll.d6 .backing {
  font-family: "dicefontd6";
}

.diceroll.d8 .backing {
  font-family: "dicefontd8";
}

.diceroll.d10 .backing {
  font-family: "dicefontd10";
}

.diceroll.d12 .backing {
  font-family: "dicefontd12";
}


.textchatcontainer .rolled {
  cursor: move;
  font-weight: bold;
  color: black;
  font-size: 1.4em;
}

.textchatcontainer .parsegroup .parsegroupitem.dropped .diceroll {
  opacity: 0.4;
}

.diceroll.dropped {
  opacity: 0.4;
}

.diceroll.critsuccess .didroll {
  color: #247305;
  font-weight: bold;
}

.diceroll.critfail .didroll {
  color: #730505;
  font-weight: bold;
}

.diceroll .matchbar {
  border-top: 3px solid;
  max-width: 30px;
}

/* Repeat classes for API scripts */

.textchatcontainer .formula .userscript-parsegroup {
  display: inline;
}

.textchatcontainer .formula .userscript-parsegroup .userscript-parsegroupitem {
  display: inline;
}

.textchatcontainer.withouticons
  .userscript-dicegrouping
  .userscript-diceroll
  .userscript-backing {
  display: none !important;
}

.userscript-diceroll.withouticons .userscript-backing {
  display: none !important;
}

.textchatcontainer .userscript-dicegrouping {
  display: inline;
}

.userscript-diceroll {
  display: inline-block;
  font-size: 1.2em;
}

.userscript-diceroll .userscript-dicon {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  position: relative;
}

.userscript-diceroll .userscript-didroll {
  text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff,
    1px 1px 1px #ffffff;
  z-index: 2;
  position: relative;
  color: black;
  height: auto;
  min-height: 29px;
  margin-top: -3px;
  top: 0px;
  text-align: center;
}

.userscript-diceroll .userscript-didroll img {
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}

.userscript-diceroll .userscript-backing {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #8fb1d9;
  text-shadow: 0px 0px 3px #8fb1d9;
  opacity: 0.75;
  pointer-events: none;
  z-index: 1;
}
.basicdiceroll {
  font-size: 1.15em;
}

.basicdiceroll.critsuccess {
  color: #00ff00;
}

.basicdiceroll.critfail {
  color: #ff4d4d;
  font-weight: bold;
}

.basicdiceroll.dropped {
  color: #888888;
}

.textchatcontainer .error {
  background: #ffd2ad;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
}

.textchatcontainer .emote {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #653e10;
  background-color: #f5e4d3;
}

.textchatcontainer .emote .spacer {
  background-color: #f0c392;
}

.textchatcontainer .desc {
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

 
    img{
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border: 10px; 
        box-sizing: content-box;
        overflow:  clip;
        overflow-clip-margin: content-box;
    }
 
.d-grid[data-v-6d632387]{display:grid !important;gap:.9375rem !important}.gap-0[data-v-6d632387]{gap:0 !important}.gap-1[data-v-6d632387]{gap:.15625rem !important}.gap-2[data-v-6d632387]{gap:.3125rem !important}.gap-3[data-v-6d632387]{gap:.625rem !important}.gap-4[data-v-6d632387]{gap:.9375rem !important}.gap-5[data-v-6d632387]{gap:1.875rem !important}.w-25[data-v-6d632387]{width:25% !important}.w-50[data-v-6d632387]{width:50% !important}.w-75[data-v-6d632387]{width:75% !important}.w-100[data-v-6d632387]{width:100% !important}.w-auto[data-v-6d632387]{width:auto !important}.mw-100[data-v-6d632387]{max-width:100% !important}.vw-100[data-v-6d632387]{width:100vw !important}.min-vw-100[data-v-6d632387]{min-width:100vw !important}.reset-el[data-v-6d632387]{display:flex;align-items:center;justify-content:center}.visibility-toggle-el[data-v-6d632387]{display:flex}
</style><style type="text/css">form[data-v-7ab3e871]{font-size:16px}input[type=checkbox][data-v-7ab3e871]{margin:0;margin-right:.5em;padding:0}
<style type="text/css">.panel-heading[data-v-42966815]{cursor:pointer}.panel-heading:hover .accordion-toggle[data-v-42966815]{text-decoration:underline}.rangepicker[data-v-42966815]{display:flex;flex-direction:column}.panel-heading .accordion-toggle[data-v-42966815]:after{font-family:"Font Awesome 5 Free";content:"";float:right;color:gray}.panel-heading .accordion-toggle.collapsed[data-v-42966815]:after{content:""}.panel-body[data-v-42966815]{display:flex;flex-direction:column;padding:1em}#tokenBarContainer[data-v-42966815]{display:flex}#tokenBarContainer>div[data-v-42966815]{display:flex;flex-direction:column;margin-right:1em;align-items:center}div>input[data-v-42966815]{width:revert;margin-bottom:.5em}.m1-top[data-v-42966815]{margin-top:1em}.m1-bottom[data-v-42966815]{margin-bottom:1em}.m2-top[data-v-42966815]{margin-top:2em}.m2-bottom[data-v-42966815]{margin-bottom:2em}.m3-top[data-v-42966815]{margin-top:3em}.m3-bottom[data-v-42966815]{margin-bottom:3em}form[data-v-42966815]{display:flex;align-items:flex-start}.w-100[data-v-42966815]{width:100% !important}.legacy-label[data-v-42966815]{color:#767676;font-size:16px;font-weight:normal;line-height:24px}.bar-label[data-v-42966815]{color:#767676;font-size:13px;font-weight:normal;line-height:19.5px}.subheading[data-v-42966815]{color:#b3b3b3;font-size:13px;font-weight:400;line-height:18px}.flex-box-row[data-v-42966815]{display:flex;flex-direction:row;align-items:flex-end}.flex-box-row.stretch[data-v-42966815] label{width:100%;padding-left:0;justify-content:space-between}.flex-box-row.stretch[data-v-42966815] label span{padding-left:0}.flex-box-column[data-v-42966815]{display:flex;flex-flow:column wrap;align-items:flex-start}.flex-grow[data-v-42966815]{flex:none;order:0;flex-grow:1}.flex-static[data-v-42966815]{flex:none;order:1;flex-grow:0}
</style><style type="text/css">.panel-heading[data-v-59a9965a]{cursor:pointer}.panel-heading:hover .accordion-toggle[data-v-59a9965a]{text-decoration:underline}.panel-heading .accordion-toggle[data-v-59a9965a]:after{font-family:"Font Awesome 5 Free";content:"";float:right;color:gray}.panel-heading .accordion-toggle.collapsed[data-v-59a9965a]:after{content:""}.panel-body[data-v-59a9965a]{display:flex;flex-direction:column}form[data-v-59a9965a]{display:inline-block;align-items:flex-start}.legacy-label[data-v-59a9965a]{color:#767676;font-size:16px;font-weight:normal;line-height:24px}
</style><style type="text/css">.table[data-v-17b651db]{margin-bottom:2em}.btn[data-v-17b651db],.btn.btn-default[data-v-17b651db]{font-size:16px}.panel-heading[data-v-17b651db]{cursor:pointer}.panel-heading:hover .accordion-toggle[data-v-17b651db]{text-decoration:underline}.panel-heading .accordion-toggle[data-v-17b651db]:after{font-family:"Font Awesome 5 Free";content:"";float:right;color:gray}.panel-heading .accordion-toggle.collapsed[data-v-17b651db]:after{content:""}.panel-body[data-v-17b651db]{display:flex;flex-direction:column}.shortcutName[data-v-17b651db]{font-weight:normal}.platform-pc[data-v-17b651db],.platform-mac[data-v-17b651db],.shortcutName[data-v-17b651db]{display:inline}.m1-top[data-v-17b651db]{margin-top:1em}.m1-bottom[data-v-17b651db]{margin-bottom:1em}.m2-top[data-v-17b651db]{margin-top:2em}.m2-bottom[data-v-17b651db]{margin-bottom:2em}form[data-v-17b651db]{display:flex;align-items:flex-start}.legacy-label[data-v-17b651db]{color:#767676;font-size:16px;font-weight:normal;line-height:24px}
</style><style type="text/css">.panel[data-v-62bd2a8b],label[data-v-62bd2a8b],input[data-v-62bd2a8b],button[data-v-62bd2a8b],select[data-v-62bd2a8b],textarea[data-v-62bd2a8b],.btn[data-v-62bd2a8b],.btn.btn-default[data-v-62bd2a8b]{font-size:16px}select[data-v-62bd2a8b]{line-height:24px;height:auto}.panel-heading[data-v-62bd2a8b]{cursor:pointer}.panel-heading:hover .accordion-toggle[data-v-62bd2a8b]{text-decoration:underline}.rangepicker[data-v-62bd2a8b]{display:flex;flex-direction:column}.panel-heading .accordion-toggle[data-v-62bd2a8b]:after{font-family:"Font Awesome 5 Free";content:"";float:right;color:gray}.panel-heading .accordion-toggle.collapsed[data-v-62bd2a8b]:after{content:""}.panel-body[data-v-62bd2a8b]{display:flex;flex-direction:column}form[data-v-62bd2a8b]{display:flex;align-items:flex-start}.w-100[data-v-62bd2a8b]{width:100%}
</style><style type="text/css">.panel-heading[data-v-3e211944]{cursor:pointer}.panel-heading:hover .accordion-toggle[data-v-3e211944]{text-decoration:underline}.panel-heading .accordion-toggle[data-v-3e211944]:after{font-family:"Font Awesome 5 Free";content:"";float:right;color:gray}.panel-heading .accordion-toggle.collapsed[data-v-3e211944]:after{content:""}.panel-body[data-v-3e211944]{display:flex;flex-direction:column;padding:0}form[data-v-3e211944]{display:flex;align-items:flex-start}iframe[data-v-3e211944]{border:none}
</style><style type="text/css">#settings-categories{display:flex;flex-direction:column;height:inherit;overflow-y:scroll}#categories{display:flex;flex-direction:column;flex-grow:1}#rejoin-exit{display:flex;flex-direction:column;padding:1em}#rejoin-exit a{display:flex;text-decoration:none}#btn-rejoin{display:flex;flex:1;justify-content:center;margin-bottom:.5em}input{margin-bottom:initial}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{background-color:initial;border-color:initial}.dark .el-checkbox__input.is-checked+.el-checkbox__label{color:#a980bd}
<link rel="dns-prefetch" href="//roll20.zendesk.com"><style type="text/css" title="charsheet">.charsheet textbox input[type="text"] { 
    width: 100%; 
    height: auto; 
    line-height : normal;
    padding: 0px; 
    font-family: inherit;
    border-bottom: 0px; 
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none; }

.charsheet table {
    width: 100%;
    border-top: 1px solid #444444;
    font-size: 1.00em;
}
.charsheet th,.charsheet td {
    border-bottom: 1px solid #444444;
    padding: 0px;
}
   
.charsheet select {
    height: auto;
    line-height : normal;
    padding-left: 13px;
    border: 0px;
    border-radius: 0px;
}

.charsheet select,.charsheet div,.charsheet button,.charsheet textarea,.charsheet span,.charsheet input,.charsheet img,.charsheet label{box-sizing: border-box;}
.charsheet div{margin: 0px;padding: 0px;}



.charsheet input{
    background-color: transparent;
    text-align:center;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: '';
    font-size: 1.0em;
    color: rgb(85, 85, 85);
    border: none;
    border-radius: 0;
    box-shadow: none;
    resize:none;
}
.charsheet input:focus,.charsheet input:hover,.charsheet textarea:focus,.charsheet textarea:hover,.charsheet select:hover,.charsheet select:focus{
    background-color: #EFFBFB;
    outline: none;
}

.charsheet input[type="number"]{text-align: center;}

.charsheet select {
    width: auto;
    text-align: center;
    text-align-last:center;
    height: 1.3em;
    line-height: 1.0em;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
    vertical-align: bottom;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 1.0em;
    font-family: sans-serif;
    border: none;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    background: transparent;
}
.charsheet textarea.sheet-context{
    background-color: transparent !important;
    text-align:left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 1.0em;
    border: none;
    border-radius: 0;
    box-shadow: none;
    resize:none;
}

.charsheet div.sheet-tabmain,.charsheet div.sheet-tabadd,.charsheet div.sheet-tabadd2,.charsheet div.sheet-tabspell,.charsheet div.sheet-tabconf,.charsheet div.sheet-tabmain2,.charsheet div.sheet-tabadd3,.charsheet div.sheet-tabspell2,.charsheet div.sheet-tabconf2 {
    display: none !important;
    text-align: center !important;
    width: 100% !important;
    border-top: 1px solid black !important;
    padding-top: 4px !important;
}
.charsheet input.sheet-tabmain:checked ~ div.sheet-tabmain{
    display: block !important;
}
.charsheet input.sheet-tabmain2:checked ~ div.sheet-tabmain2{
    display: block !important;
}
.charsheet input.sheet-tabadd:checked ~ div.sheet-tabadd{
    display: block !important;
}
.charsheet input.sheet-tabadd2:checked ~ div.sheet-tabadd2{
    display: block !important;
}
.charsheet input.sheet-tabadd3:checked ~ div.sheet-tabadd3{
    display: block !important;
}
.charsheet input.sheet-tabspell:checked ~ div.sheet-tabspell{
    display: block !important;
}
.charsheet input.sheet-tabspell2:checked ~ div.sheet-tabspell2{
    display: block !important;
}
.charsheet input.sheet-tabconf:checked ~ div.sheet-tabconf{
    display: block !important;
}
.charsheet input.sheet-tabconf2:checked ~ div.sheet-tabconf2{
    display: block !important;
}
.charsheet input.sheet-tabmain,.charsheet input.sheet-tabadd,.charsheet input.sheet-tabadd2,.charsheet input.sheet-tabspell,.charsheet input.sheet-tabconf,.charsheet input.sheet-tabmain2,.charsheet input.sheet-tabadd3,.charsheet input.sheet-tabspell2,.charsheet input.sheet-tabconf2{
    margin: 0;
    margin-top: -4px;
    margin-bottom: -4px;
    padding: 0;
    display: inline-block;
    opacity: 0;
    width: 110px;
    height: 20px;
    z-index: 2;
}
.charsheet input.sheet-tabmain + span,.charsheet input.sheet-tabadd + span,.charsheet input.sheet-tabadd2 + span,.charsheet input.sheet-tabspell + span,.charsheet input.sheet-tabconf + span,.charsheet input.sheet-tabmain2 + span,.charsheet input.sheet-tabadd3 + span,.charsheet input.sheet-tabspell2 + span,.charsheet input.sheet-tabconf2 + span{
    color: #666666;
    background-color: #BBBBBB;
    font-size: 0.85em;
    text-align:center;
    display: inline-block;
    width: 110px;
    height: 20px;
    margin: 0;
    margin-left: -110px;
    margin-right: -5px;
    padding:0;
    margin-bottom: -1px;
    text-transform: uppercase;
    border: 1px solid #666666;
    border-bottom-color: black;
    z-index: 1;
}
.charsheet input.sheet-tabmain:checked + span,.charsheet input.sheet-tabadd:checked + span,.charsheet input.sheet-tabadd2:checked + span,.charsheet input.sheet-tabspell:checked + span,.charsheet input.sheet-tabconf:checked + span,.charsheet input.sheet-tabmain2:checked + span,.charsheet input.sheet-tabadd3:checked + span,.charsheet input.sheet-tabspell2:checked + span,.charsheet input.sheet-tabconf2:checked + span{
    font-weight: bold;
    color: black;
    background-color: white;
    border-left-color: black;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: white;
}


.charsheet .sheet-hidden {display: none;}
.charsheet .sheet-hider:not(:checked) + div,.charsheet .sheet-hider2:not(:checked) + div {display: none;}
.charsheet .sheet-hider2:checked + div {display: inline-block;}


    
.charsheet input.sheet-normal[type="radio"] {
    opacity: 0;
    width: 12px;
    height: 12px;
    position: relative;
    top: 5px;
    left: 6px;
    margin: -10px;
    cursor: pointer;
    z-index: 1;
}

    
.charsheet input.sheet-normal[type="radio"] + span::before {
    margin-right: 4px;
    line-height: 15px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid black;    
    background:#444444;
    content: "";
    width: 4px;
    height: 15px;
    font-size: 3em;
}  

    
.charsheet input.sheet-normal[type="radio"]:checked ~ input.sheet-normal[type="radio"] + span::before {    
    content: "";
    background: white;
}

    
.charsheet input.sheet-zip[type="radio"]:checked + span::before {opacity: 0;}
.charsheet input.sheet-zip[type="radio"]:hover + span::before {opacity: 1;}
.charsheet input.sheet-zip[type="radio"] + span::before {
    color:black;
    font-size: 1em;
    content: "✖";
    opacity: 0.25;
    background:white;
}


.charsheet [data-groupname=repeating_class-ability] > button.btn.repcontrol_add::after {
    content: "Add";
    background-color:#666666;
    margin-left:-30px;
}

.charsheet [data-groupname=repeating_class-ability] > button.btn.repcontrol_edit::after {
    content: "Edit";
    background-color:#666666;
    margin-left:-36px;
}

.charsheet .repcontrol_add,.charsheet .repcontrol_edit,.charsheet .repcontrol_del {
    display: block;
    background: #666666;
    color: white;
    box-shadow:none;
    font-size:0.9em;
    height:2.2em;
}


.charsheet div.sheet-col1third{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    max-width: 24%;
    margin: 1px;
    text-align: center;
}

.charsheet div.sheet-colloislt{
    display: inline-block;
    vertical-align: top;
    width: 525px;
    max-width: 63%;
    margin: 1px;
    text-align: center;
}

.charsheet div.sheet-colloisrt{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    max-width: 35%;
    margin: 1px;
}


.charsheet button[type="roll"].sheet-secroll {
    text-align: center;
    text-decoration: none;
    background:none;
    background-image:none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: inherit;
    margin: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 1em !important;
    line-height: 1em !important;
    font-weight: bold;
    text-transform: inherit;
    text-align: inherit;
    vertical-align: inherit;
    border-radius: none;
}
.charsheet button[type="compendium"].sheet-secroll:hover,.charsheet button[type="roll"].sheet-secroll:hover{
    color: #BE202E;
}
.charsheet button[type="roll"].sheet-secroll:before{
    content: none !important;
}



.sheet-rolltemplate-dx3rd .inlinerollresult,.sheet-rolltemplate-dx3crc .inlinerollresult{
    background-color: transparent;
    border: none;
    padding: 0px 0px;
    font-weight: bold;
    cursor: help;
    font-size: 1.25em;
    padding: 2px;
}
.sheet-rolltemplate-dx3rd .inlinerollresult,.sheet-rolltemplate-dx3crc .inlinerollresult {color: #182C4A;}

.sheet-rolltemplate-dx3rd .sheet-resright .inlinerollresult,.sheet-rolltemplate-dx3crc .sheet-resright .inlinerollresult{
    font-size: 1.6em;
    line-height: 1.45em;
}

.sheet-rolltemplate-dx3rd .sheet-container,.sheet-rolltemplate-dx3crc .sheet-container{
    width: 200px;
    background-color: #ffffff;
    border: 1px solid;
    padding: 0px;
}


.sheet-rolltemplate-dx3rd .sheet-blacklabel.sheet-top
.sheet-rolltemplate-dx3crc .sheet-blacklabel.sheet-top{
    vertical-align: center;
}

.sheet-rolltemplate-dx3rd .sheet-blacklabel.sheet-top img.sheet-brdright {
    width: 26px;
    height: 36px;
}

.sheet-rolltemplate-dx3rd img.sheet-brdright {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    top: 0px;
}
.sheet-rolltemplate-dx3rd img.sheet-brdright {right: 0px;}

.sheet-rolltemplate-dx3rd .sheet-blacklabel,.sheet-rolltemplate-dx3crc .sheet-blacklabel{
    display: inline-block;
    vertical-align: top;
    border: none;
    position: relative;
    font-size: 1em;
}
.sheet-rolltemplate-dx3rd .sheet-blacklabel,.sheet-rolltemplate-dx3crc .sheet-blacklabel{
    background-color: black;
    color: white;
    font-weight: bold;
}

.sheet-rolltemplate-dx3rd div,.sheet-rolltemplate-dx3crc div {padding: 0px;}
 
.sheet-rolltemplate-dx3rd .sheet-vtop,.sheet-rolltemplate-dx3crc .sheet-vtop {vertical-align: top;}

.sheet-rolltemplate-dx3rd .sheet-resright {
    display: inline;
    float: right;
    margin-right: 3px;
    clear: both;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1.0em;

} 

.sheet-rolltemplate-dx3rd span,.sheet-rolltemplate-dx3crc span,.sheet-rolltemplate-gotemp2 span{
    color: black;
    font-size: 0.9em;
    font-variant: small-caps;
    line-height: 1.3em;
    padding-left: 5px;
    text-align: left;
}
 
.sheet-rolltemplate-dx3rd .sheet-subheader {
    color: #000;
    font-size: 1em;
    font-style: italic;
}
 
.sheet-rolltemplate-dx3rd .sheet-arrow-right,.sheet-rolltemplate-dx3crc .sheet-arrow-right{
    border-bottom: 2px solid transparent;
    border-left: 180px solid black;
    border-top: 2px solid transparent;
}
 
.sheet-rolltemplate-dx3rd .sheet-tcat,.sheet-rolltemplate-dx3crc .sheet-tcat,.charsheet  {
    font-weight: bold;
}
 
.sheet-rolltemplate-dx3rd .inlinerollresult,.sheet-rolltemplate-dx3crc .inlinerollresult {
    background-color: #ffffff;
    border: none;
}
 
.sheet-rolltemplate-dx3rd .inlinerollresult.fullcrit,.sheet-rolltemplate-dx3crc .inlinerollresult.fullcrit,.sheet-rolltemplate-gotemp2 .inlinerollresult.fullcrit {
    color: #3FB315;
    border: none;
}
 
.sheet-rolltemplate-dx3rd .inlinerollresult.fullfail,.sheet-rolltemplate-dx3crc .inlinerollresult.fullfail,.sheet-rolltemplate-gotemp2 .inlinerollresult.fullfail {
    color: #B31515;
    border: none;
}
 
.sheet-rolltemplate-dx3rd .inlinerollresult.importandivoll,.sheet-rolltemplate-dx3crc .inlinerollresult.importandivoll,.sheet-rolltemplate-gotemp2 .inlinerollresult.importandivoll{
    color: #4A57ED;
    border: none;
}

.sheet-rolltemplate-gotemp .inlinerollresult,.sheet-rolltemplate-gotemp2 .inlinerollresult{
    background-color: transparent;
    border: none;
    padding: 0px 0px;
    font-weight: bold;
    cursor: help;
    font-size: 1.0em;
    line-height: 1.0em;
}
.sheet-rolltemplate-gotemp .inlinerollresult,.sheet-rolltemplate-gotemp2 .inlinerollresult{
    background-color: transparent;
    color: #182C4A;}

.sheet-rolltemplate-gotemp .sheet-resright .inlinerollresult,.sheet-rolltemplate-gotemp2 .sheet-resright .inlinerollresult{
    font-size: 1.2em;
    line-height: 1.45em;
}

.sheet-rolltemplate-gotemp .sheet-container,.sheet-rolltemplate-gotemp2 .sheet-container{
    background-color: #ffffff;
    width: 200px;
    border: 1px solid;
    padding: 0px;
}

.sheet-rolltemplate-gotemp .sheet-container h1,.sheet-rolltemplate-gotemp2 .sheet-container h1{
    background-color: black;
    color: #ffffff;
    font-size: 1.0em;
    line-height: 20px;
}

.sheet-rolltemplate-gotemp .sheet-blacklabel.sheet-top,.sheet-rolltemplate-gotemp2 .sheet-blacklabel.sheet-top{
    height: 36px;
    width: 85%;
    max-width: 85%;
    vertical-align: center;
    padding-right: 27px;
    padding-left: 5px;
}

.sheet-rolltemplate-gotemp .sheet-blacklabel,.sheet-rolltemplate-gotemp2 .sheet-blacklabel{
    display: inline-block;
    vertical-align: top;
    border: none;
    position: relative;
    font-size: 1em;
    background-color: black;
    color: white;
    font-weight: bold;
}

.sheet-rolltemplate-gotemp .sheet-vtop,.sheet-rolltemplate-gotemp2 .sheet-vtop {vertical-align: middle;}

.sheet-rolltemplate-gotemp .sheet-resright,.sheet-rolltemplate-gotemp2 .sheet-resright{
    display: inline;
    float: right;
    margin-right: 3px;
    clear: both;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1.0em;
} 
.sheet-rolltemplate-gotemp .sheet-blacklabel.sheet-top img.sheet-brdright,.sheet-rolltemplate-gotemp2 .sheet-blacklabel.sheet-top img.sheet-brdright{
    width: 26px;
    height: 36px;
}

.sheet-rolltemplate-gotemp img.sheet-brdright,.sheet-rolltemplate-gotemp2 img.sheet-brdright{
    display: inline-block;
    position: absolute;
    vertical-align: top;
    top: 0px;
    right: 0px;
}

.charsheet textarea {
    white-space: pre-wrap; 
    overflow: hidden; 
    resize: none; 
    height: auto; 
    
}
