body {
  font-family: 'pixel', sans-serif;
  background-color:black;
  color:white;
  font-size:2em;
}

@font-face {
  font-family: 'pixel';
  src: url('/web/snub.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.btn {
  background-color: white;
  color:#181819;
  font:inherit;
  font-size:inherit;
  padding:10px;
  margin:10px;
  text-decoration:none;
}
.btn:hover {
  background-color: black;
  color:white;
  border: 2px solid white;
  text-decoration:underline;
}

emoji {
  vertical-align:middle;
}

li {
    margin: 0;
    list-style: none;
    padding: 0 0 3px 20px;
    background-image: url(/web/img/bullet.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}

.subtext {
  margin-top:-5px;
  margin-bottom:-15px;
  opacity:0.5;
}

.subtext a {
    background-color:black;
  color:white;
  text-decoration:none;
}

.subtext a:hover {
  text-decoration:underline;
}

.box {
    color: white;
    border: 2px solid white;
    padding: 5px;
    background: black;
    max-width: 500px;
    margin: 5px auto;
    min-height: 105px;
}

.box img {
    width: 100px;
    height: 100px;
    vertical-align:middle;
    margin-right: 10px;
    float:left;
    border: 2px solid #444444;
}

.name {
    font-weight: bold;
    color: white;
    margin-bottom:-10px;
}

.box p {
  margin: 0 5px 0 5px;
}

.startbox, .startbox2, .action {
  padding: 10px;
  text-align: left;
  max-width: 500px;
  border: 2px solid white;
  background-color: black;
  margin:auto;
}

.action {
  border:none;
}

.startbox h1 {
  background-image: url("/writings/rpg/banner.jpg");
}

  .class {
    padding: 10px;
    text-align: center;
    max-width: 500px;
    margin: auto;
    background-color:#2C2C2C;
    height:20px;
    margin-bottom:150px;
  }
  .fight {
    padding: 10px;
    max-width: 500px;
    margin: auto;
  }
  .turn, .hp {
    text-align:left;
    margin-bottom:-15px;
  }
  .turn {
    font-weight:bold;
  }
  .hp {
    margin-bottom:10px;
    opacity:0.7;
  }
  .attacker {
    float:right;
  }
  
  .attacker img, .defender img {
    width: 100px;
    height: 100px;
    border: 2px solid #444444;
  }
  .defender {
    float:left;
  }
  
  .class-name {
    font-weight:bold;
    margin-top:-5px;
  }
  .icon {
  vertical-align:middle;
  width:50px;
  }
  .lvl {
    margin-top:-20px;
  }
  .action-fight, .action-initiate {
    text-align:center;
  }
  
  .action-fight {
    color:#F2B8B8;
    }
    
  .action-initiate {
    color:#F2F2B8;
    }

h1 {
  padding:10px;
  margin:10px;
  color:white;
  text-align:center;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: black; 
}
 
::-webkit-scrollbar-thumb {
  background: white; 
  opacity:0.5;
}

::-webkit-scrollbar-thumb:hover {
  background: grey;
  opacity:0.5;
}

::selection {
  background-color:white;
  color:black;
}