/* Full Width '13th Age by Roll20' Chat Template */  /* Divs for 13th Age chat messages - power example:    rightsidebar       -> textchat          -> content             -> message general you                -> sheet-rolltemplate-power                   -> sheet-header sheet-atwill                   -> sheet-body                      -> sheet-row ... */  /*    Templates on the character sheet:     attr  - Character attribute rolls.    ba    - Built-in basic melee and ranged attacks (automatically provided and non-editable).    init  - Initiative rolls.    power - Any power or attack a user adds below the build-in basic attacks on the sheet.            Types available to choose on the sheet and their CSS class:                 At-Will:     sheet-atwill                 Class:       sheet-class                 Custom:      sheet-custom                 Daily:       sheet-recharge-daily                 Encounter:   sheet-racial-encounter                 Magic Item:  sheet-magicitem                 Racial:      sheet-racial-encounter                 Recharge:    sheet-recharge-daily                 Spell:       sheet-spell                 (Note that some CSS classes are shared amongst types.)    rec   - Recovery rolls.    save  - Save rolls. */  div[class^="sheet-rolltemplate-power"] > div[class^="sheet-header sheet-atwill"], div[class^="sheet-rolltemplate-power"] > div[class^="sheet-header sheet-custom"], div[class^="sheet-rolltemplate-power"] > div[class^="sheet-header sheet-class"], div[class^="sheet-rolltemplate-power"] > div[class^="sheet-header sheet-racial-encounter"], div[class^="sheet-rolltemplate-power"] > div[class^="sheet-body"], div[class^="sheet-rolltemplate-ba"]    > div[class^="sheet-header"], div[class^="sheet-rolltemplate-ba"]    > div[class^="sheet-body"], div[class^="sheet-rolltemplate-attr"]  > div[class^="sheet-header"], div[class^="sheet-rolltemplate-attr"]  > div[class^="sheet-body"], div[class^="sheet-rolltemplate-init"]  > div[class^="sheet-header"], div[class^="sheet-rolltemplate-init"]  > div[class^="sheet-body"], div[class^="sheet-rolltemplate-rec"]   > div[class^="sheet-header"], div[class^="sheet-rolltemplate-rec"]   > div[class^="sheet-body"], div[class^="sheet-rolltemplate-save"]  > div[class^="sheet-header"], div[class^="sheet-rolltemplate-save"]  > div[class^="sheet-body"]    { width: 100% !important; }