@font-face { 
	font-family: "utdr"; 
	src: url("./fonts/utdr/Determination.woff2") format("woff2"), 
		url("./fonts/utdr/Determination.woff") format("woff"), 
		url("./fonts/utdr/determination.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}
@font-face { 
	font-family: "uk"; 
	src: url("./fonts/uk/VCROSDMono.woff2") format("woff2"), 
		url("./fonts/uk/VCROSDMono.woff") format("woff"), 
		url("./fonts/uk/VCR_OSD_MONO_1.001.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

body {
    font-family: "utdr", sans-serif;
    font-size: 14px;
    color: white;
    background-image: url("bg-dark.png");
    background-size: cover;
    background-attachment: fixed;
    margin: 20px;
    padding: 0;
}
#cround {
  position: absolute;
    top: 3%;
    left: 10;
    width: 200px;
}
header {
    margin: 0;
    margin: 60px 300px 25px 300px; /*top right bottom left*/
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    border: 20px solid transparent;
    border-image: url('border.png') 13 round;
    border-image-slice: 13 fill;
    font-size: 2.2em
}
#main {

    margin: 0;
    margin: 0 100px 0 100px; 
    padding: 0px 25px 0 25px;
    border: 20px solid transparent;
    border-image: url('border.png') 13 round;
    border-image-slice: 13 fill;
}
h1 {
  font-size: 2em
}
#tablecont {
    border: 20px solid transparent;
    border-image: url('border.png') 13 round;
    border-image-slice: 13 fill;
    border-collapse: collapse;
    font-size: 12px;
    width: 10%;
    margin: 0 0 0.3em 0px; 
    padding: 0px 0px 0 0px;

}
ul {
    padding: 0 0 0 10px;
}
details {
  user-select: none;
}

summary {
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}
a {
  color: #FFC90E;
}
h2 {
  border-bottom: 1px solid white;
}
h3 {
  margin: 0 0 0 0; /*top right bottom left*/
}
.tablegrid {
  background-color: black;
  
  margin-bottom: 10px;
}

.tablehead {
  font-size: 1.3em;
  border: 4px solid #ff7f27;
  color: #ff7f27;
  padding: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
th {
  padding: 14px;
  border: 2px solid #00ff00;
  color: #00ff00;
}
th > img{
  filter: drop-shadow(0px 0px 3px white);
}
td {
  padding: 11px 11px 11px 11px;
  border: 1px solid #45f6ff;
}
td > div > img {
  vertical-align: baseline;
}
td > div {
  display: inline;
}
td > div > div {
  display: inline;
}
.clip {
  font-size: 1.3em;
  font-weight: bold;
}
.plast {
  margin-bottom: 0;
}
.base {
  color: white;
  text-shadow: 0 1px 0 #FFC90E;
}
.mini {
  color: white;
  text-shadow: 2px 2px 0 #FF5900;
}

.crit {
  color: white;
  text-shadow: 2px 2px 0 #FF0000;
}
.bossdmg {
  color: white;
  text-shadow: 2px 2px 0 #7a00ff;
}
.small {
  filter: opacity(50%);
}

.imp {
  color: #FFC90E;
}
.pos {
  color: #00ff00;
}
.mid {
  color: #FFA040;
}
.neg {
  color: #ff0000;
}
.boss {
  color: #7a00ff;
}
.abi {
  color: #FF00D0;
}
.onhit {
  color: white;
  text-shadow: 1px 1px 0 #8AFFE4;
}
#burn {
  color: #ff5b00;
  font-weight: bold;
}
.old {
  filter: grayscale(100%) opacity(25%);
}
