body {
  background-color:#555;
  color:#000;  
  font-family: 'Ubuntu', sans-serif;
  border:0px;margin:0px;padding:0px; 
  width:100%;
}



h1 {text-align:center; color:#eee; margin-top:0px;
  font-family: 'Macondo', cursive; font-size:24px;line-height:60px;}
h1 a {color:white;}
h1 a:visited {color:white;}
h1 a:hover {color:white;}
h2 {text-align:center;
  font-family: 'Macondo', cursive; font-size:24px;line-height:60px;}
.header {
  margin:0px;padding:0px;
  background-color:#000;
  height:60px; line-height:60px;
}
.logo {
  background-image: url(fight.png);
  background-size: 150px ;
  background-position: 0px 25px;
  top: 3px;
  border: 0px;
  left: 20px;
  height: 230px;
  width: 150px;
  background-repeat:no-repeat;
  position:absolute;
  color:#fff;
}
.button-container {
  margin-left:180px; 

}
.button-container a {
  display:block;
  float:left; 
  line-height:30px;
  width:100px;
  text-align:center; 
  display:block;
  padding:5px;
  margin-top:25px;
  margin-right:20px;
  font-family: 'Macondo', cursive;
  font-size:24px;
}
.spacer {
    clear:left;
    margin-top:157px;
}
.graveyard {
    clear:left; 
    padding:10px; 
}
.buried {
 font-size:13px;
 background-color: #ddd;
 border: 2px solid;
    border-top-left-radius: 2em;
    border-top-right-radius: 4px;
 
  min-height:160px;  
  width:320px;
  float:left;
  margin:15px;
  margin-right:5px;
}
.buried h2 {
  margin-left:0px;
  padding-bottom:0px;
  margin-bottom:0px;
  line-height:20px; 
  font-size:18px;
}
.buried .buried-type {
  text-align:center;
  font-style:italic;
}

.buried .buried-text {
  margin-top:5px; 
}

.buried .buried-image {
 width:64px;height:64px;
 margin-left:20px;
 padding-top:2px;
 padding-bottom:2px;
 float:left; 
 border:1px solid white;
    border-top-left-radius: 2em;
    position:relative;
    left:-20px;
 min-height:124px;
 background-color:#fff;
 background-image:url(skeleton.png);
 background-size:120px;
 background-position:middle center;
}

.arise {
  float:right;
  border:1px solid white; 
  width:75px;
  padding:5px;
text-align:center;
border-radius:4px;
background-color:#822;
color:white;
  font-family: 'Macondo', cursive;
  font-weight:bold;
  font-size:20px;
  cursor:pointer;
}
.arise a{ 
  color:white;
}

.more-info {
  float:right;
  border:1px solid white; 
  width:105px;
  padding:5px;
text-align:center;
border-radius:4px;
background-color:#282;
color:white;
  font-family: 'Macondo', cursive;
  font-weight:bold;
  font-size:20px;
  margin-right:10px;
}
.more-info a{ 
  color:white;
}

.top {
 background-image: url(seamless.jpg);
 margin-top:0px;
 padding-top:0px;
}



.big-input {
  border:0px;
  font-size:1.4em;
  margin-left:10px;
  margin-right:10px;
  width:95%;
  background-color:#fff;
}

.big-display {
  border:0px;
  font-size:1.4em;
  text-align:center; margin:0px;width:100%;
  text-align:center;
}

a.limitless {
  text-align:center;
  margin-left:60px;
  color:white;
}
a.limitless:visited {
  color:white;
}

@media (min-width:10px) {  
  .top { width:100%; }
  .buried { margin:0px;width:100%;margin-bottom:20px;}
  .graveyard { clear:left;} 
  a.limitless {
     margin-left:auto;margin-right:auto;
  }
  #stat-block { margin-left:auto;margin-right:auto; width:320px;}
   }
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
  .buried { width:320px;margin:5px;}
}
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
  .detail { width:800px;margin:5px; margin-left:auto;margin-right:auto;}
  .buried h2 { text-align:center; margin:0px;width:100%;} 
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
  .detail { width:900px;margin:5px; margin-left:auto;margin-right:auto;}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

input.big-input {
   height:30px;
}

.not-active {
   color:#888;
   pointer-events: none;
   cursor: default;
}

.not-active:visited {
   color:#888;
   pointer-events: none;
   cursor: default;
}
