@font-face {
    font-family: 'Workplace Sans';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/wpsu.eot'); /* IE9 Compat Modes */
    src: local('☺'),
         url('fonts/wpsu.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/wpsu.woff') format('woff'),
         url('fonts/wpsu.ttf') format('truetype'),
         url('fonts/wpsu.svg#wpsu') format('svg');
}

@font-face {
    font-family: 'Workplace Sans';
    font-style: normal;
    font-weight: bold;
    src: local('☺'),
         url('fonts/wpsub.woff') format('woff'),
         url('fonts/wpsub.ttf') format('truetype'),
         url('fonts/wpsub.svg#wpsub') format('svg');
}

@font-face {
    font-family: 'DescentSymbols';
    src: url('fonts/descentsymbols-webfont.eot');
    src: local('☺'),
         url('fonts/descentsymbols-webfont.woff2') format('woff2'),
         url('fonts/descentsymbols-webfont.woff') format('woff'),
         url('fonts/descentsymbols-webfont.ttf') format('truetype'),
         url('fonts/descentsymbols-webfont.svg#descentsymbolsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Windlass';
    src: local('☺'),
         url('fonts/windlass.woff') format('woff'),
         url('fonts/windlass.ttf') format('truetype'),
         url('fonts/windlass.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
  font-weight: bold;
  font-family: Windlass;
  font-size: 35pt;
  text-align: center;
}

h3 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}


body {
  background: #ddd;
  margin: 0;
  padding: 0;
font-size: 12pt;
font-family : Workplace Sans;
}


.capitalize{
  text-transform: uppercase;
}

.glyphicon{
  text-rendering: geometricPrecision;
}

.clearfix {
  overflow: auto;
  clear: both;
}
.skill-xp-label {
  font-size: 8px;
}

.cards{
    max-width: 62em;
}

.card{
width: 19em;
height: 27em;
border: 1px solid black;
border-radius: 8px;
display: inline-block;
margin: .5em;
background-color: #e0dddd !important;
position: relative;
overflow: hidden;
}

.cardtext{
background-color: #e0dddd !important;
padding: 10px;
font-size: 14pt;
font-family : Workplace Sans;
text-align: left;
line-height: 1.2em;
}

.card-title{
  background-color: #95a5a6 !important;
  padding: 6px;
  color: #fff;
  font-family: Workplace Sans;
  font-weight: bold;
  font-size: 16pt;
}


.card-price{
  background-color: #d9534f;
  color: #fff;
  display: inline-block;
  width: 25%;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 5px 0 0;
  font-weight: bold;
}


.zero-xp {
  background-color: #2fc943 !important;
}

.card-cost{
  background-color: #f0ad4e !important;
  color: #fff;
  display: inline-block;
  width: 25%;
  padding: 5px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px 0 0 0;
  font-weight: bold;
}

.symbol{
  font-family: DescentSymbols;
}

.row {
    text-align: center;
    clear: both;
}

.healer {
    background-color: #d0d0ea;
    padding: 1em;
    margin: 2em 0 2em 0;
}

.mage {
    background-color: #eaead0;
    padding: 1em;
    margin: 2em 0 2em 0;
}

.scout {
    background-color: #d0ead0;
    padding: 1em;
    margin: 2em 0 2em 0;
}

.warrior {
    background-color: #ead0d0;
    padding: 1em;
    margin: 2em 0 2em 0;
}

.class-title{
    font-size: 22pt;
    display: inline-block;
    width: 12em;
    padding: 5px;
    margin-top: 2em;
    margin-bottom: .5em;
    font-family: Windlass;
}

.class-expansion{
    font-size: 12pt;
    padding: 5px;
    width: 5em;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 5px;
    color: #fff;
}

.healer .class-expansion{
    background-color: #668;
}

.mage .class-expansion{
    background-color: #886;
}

.scout .class-expansion{
    background-color: #686;
}

.warrior .class-expansion{
    background-color: #866;
}

.class-header{
    text-align: center;
    max-width: 62em;
}

.archetype {
    text-align: center;
    font-size: 32pt;
    margin: 1em;
    font-family : Windlass;
}

.body-div{
    min-width: 0;
}

.menu{
  margin: 4em;
}


.archetypes{
    font-size: 20pt;
    font-family: Windlass;
    line-height: 1.3em;
    text-align: center;
}


.archetypes a {
    color: #242;
}
    
.archetypes li {
    display: inline-block;
    padding: 5px;
    margin: 20px;
}

.descent-class{
    border: 2px dotted #999;
    display: inline-block;
    padding: 7px;
    padding-bottom: 20px;
    margin: 5px;
}

.descent-class-DS{
}

.descent-class-SvN{
}

.descent-class-LdV{
}

.descent-class-DT{
}

.descent-class-RK{
}

.descent-class-DHdL{
}

.descent-class-SR{
}

table.heroes{
    width: 100%;
    max-width: 100em;
}

td.hero-name{
    border-top: 1px dotted #666;
    text-align: left;
    font-family: Windlass;
    white-space: nowrap;
    vertical-align: middle;
}

td.hero-expansion{
    border-top: 1px dotted #666;
    text-align: center;
    vertical-align: middle;
}

td.hero-archetype{
    border-top: 1px dotted #666;
    text-align: center;
    vertical-align: middle;
}

td.hero-attribute{
    border-top: 1px dotted #666;
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

td.hero-ability,
td.hero-feat{
    width: 35%;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

td.hero-picture{
    border-top: 1px dotted #666;
    vertical-align: top;
}

td.hero-fluff{
    width: 30%;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

table.hero-texts{
    height: 100%;
    width: 100%;
}

tr.hero-attributes{
    height: 2em;
    vertical-align: middle;
    white-space: nowrap;
}

tr.hero-texts{
    height: 5em;
}

img.hero-picture{
    height: 8em;
}

td {
    padding: 3px;
}

img.hero-die{
   display: inline-block;
   height: 1.3em;
   vertical-align: middle;
}

th img.hero-attribute{
   height: 2em;
   display: inline-block;
}

td img.hero-attribute{
   display: inline-block;
   height: 1.2em;
   vertical-align: middle;
}

.hero-heading th{
   text-align: center;
}

.hero-heading th.hero-name{
   text-align: left;
}

th a {
    font-size: 150%;
    text-decoration: none;
    color: #900;
}

th{
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px;
}

.mainmenu {
    text-align: center;
}

.mainmenu li {
    display: inline-block;
    padding: 5px;
    margin: 20px;
    font-family : Windlass;
    font-size: 200%;
}


.wrapper {
    margin-left: 6em;
    margin-right: 2em;
}

a {
    color: #600
}

.home {
    text-align: center;
    margin-top: 10px;
    font-size: 130%;
}

li {
    line-height: 130%;
}
