@import url('https://fonts.googleapis.com/css?family=Eczar:800|Roboto+Condensed|Tauri|Teko:500|Changa+One|Gelasio|DM+Serif+Text:400i&display=swap');

.statblock {
    color: black;
	  font-family: 'Roboto Condensed', sans-serif;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	  padding: 2px 16px;
	  margin: 1.5rem 0;
}

.statblock hr {
    border: 1px solid black;
    background-color: black;
    margin: 0 !important;
}

.statblock .nameplate {
    line-height: initial;
    vertical-align: bottom;
   
    margin: 0;
    color: black;
    font-family: 'Tauri', sans-serif;
}

.statblock :not(.nameplate) {
    font-family: 'Roboto Condensed', sans-serif;
}

.statblock .traits {
    display: flex;
    border-color: #d7c283;
    border-style: solid;
    border-width: 0 4px 0 4px;
    margin: 0.4em 0 0.1em 0;
    width: fit-content;
}

.statblock .traits .unique {
    background-color: #53156c;
    border-color: #d7c283;
    border-style: solid;
    border-width: 2px;
    color: white;
    font-size: 1.1em;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    text-indent: 0.00em;
    display: inline-block;
}

.statblock .traits .uncommon {
    background-color: #98503c;
    border-color: #d7c283;
    border-style: solid;
    border-width: 2px;
    color: white;
    font-size: 1.1em;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    text-indent: 0.00em;
    display: inline-block;
}

.statblock .traits .alignment {
    background-color: #566193;
    border-color: #d7c283;
    border-style: solid;
    border-width: 2px;
    color: white;
    font-size: 1.1em;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    text-indent: 0.00em;
    display: inline-block;
}

.statblock .traits .size {
    background-color: #3a7a58;
    border-color: #d7c283;
    border-style: solid;
    border-width: 2px;
    color: white;
    font-size: 1.1em;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    text-indent: 0.00em;
    display: inline-block;
    
}

.statblock .traits .trait {
    background-color: #5d0000;
    border-color: #d7c283;
    border-style: solid;
    border-width: 2px;
    color: white;
    font-size: 1.1em;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    text-indent: 0.00em;
    display: inline-block;
}

.statblock a {
    color:black;
    text-decoration: none;
}

.statblock a:hover {
    color:black;
    text-decoration: underline;
}

.rolltable tbody tr:nth-child(odd) {
    background-color: #ede3c7 !important;
}

.rolltable tbody tr:nth-child(even) {
    background-color: #f4eee0 !important;
}

.rolltable thead {
    background-color: #5d0000 !important;
    color: white;
}

.rolltable th {
	  background-color: #5d0000 !important;
    padding-right: 5px;
    padding-left: 5px;
	  border: none !important;
    
}

.rolltable tbody tr:nth-child(odd) {
    background-color: #ede3c7 !important;
}

.rolltable tbody tr:nth-child(even) {
    background-color: #f4eee0 !important;
}

.rolltable thead {
    background-color: #5d0000 !important;
    color: white;
}

.rolltable th {
    padding: 1px 5px !important;
}

.rolltable td {
	background-color: inherit !important;
	border: none !important;
	padding: 1px !important;
	text-align: center;
}

.rolltable {
	text-indent: initial;
	border-spacing: 0 !important;
	border-collapse: separate !important;
	margin-bottom: 2em;
}

.caption {
	font-size: small;
}