@font-face {
  font-family: 'magic';
  src: url('https://mtg.olschoolstudios.com/static/font/MAGIC.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'matrixb';
  src: url('https://mtg.olschoolstudios.com/static/font/matrixb.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mplantin';
  src: url('https://mtg.olschoolstudios.com/static/font/MPlantin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Mplantin-italic';
  src: url('https://mtg.olschoolstudios.com/static/font/MPlantin-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'beleren-bold';
  src: url('https://mtg.olschoolstudios.com/static/font/beleren-bold.ttf');
  font-weight: normal;
  font-style: bold;
  font-display: block;
}
@font-face {
  font-family: 'beleren-small';
  src: url('https://mtg.olschoolstudios.com/static/font/belerensmallcaps-bold.ttf');
  font-weight: normal;
  font-style: bold;
  font-display: block;
}
@font-face {
  font-family: 'matrixBold';
  src: url('https://mtg.olschoolstudios.com/static/font/MatrixBold.ttf');
  font-weight: normal;
  font-style: bold;
  font-display: block;
}
h2 {
	font-family: "Mplantin" !important;
}
html {
/*	background: url("https://i.pinimg.com/originals/ab/eb/d3/abebd33b3effb731998de203f3b59ab4.jpg") no-repeat fixed center; */
}
body {
 	
}
#printCard {
background-color: transparent !important;
background: none;
}
.white-container {
	background-color: white;
}
#options {
	background-color: white;
	positon: relative;
	float: right;
}
#canvas {
	position: relative;
	float: left;
}
#load {
	background-color: white; 
	font-family: ariel;
	position: absolute;
	top: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#list {
	border: solid;
	margin-left: auto;
	margin-right: auto;
}
#list tr{
	border: solid;
	border-width: 1px;
}
#list td{
	border: solid;
	border-width: 1px;
}
#test {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:-1;
}
#instructions {
	margin-right: auto;
	margin-left:auto;   	
    width: 900px;
    float: right;
}
#legend {
	position: relative;
	float: left;
}
#language {
	position: relative;
	float: center;
	font-family: 'ariel';
	font-size: 10pt;
}
#cardTable td{
	padding: 5px;
}
.preloadfont{
  opacity:0;
  height:0;
  width:0;
}
.post {
	width: 900px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
#content {
	width: 900px;
}
#title {
	width: 900px;
}
#rule {
	height: 80px;
}
#flavor {
	height: 30px;
}
#userTable td, th{
	padding: 10px;
}
.admin {
  background-color: red;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.cardFrame {
	border:none;
	overflow:hidden;
	z-index: -1;
	position: relative;
}
.comment {
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
.commentTitle {
	background-color:white;
	font-size: 16px;
	font-weight: bold;
}
.commentContent{
	background-color:gainsboro;
	font-size: 14px;
}
.commentAuthor{
	font-size: 14px;
}
#buttonsInstructions {
	float: right;
}
#buttonsMap {
	float: left;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1 !important;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 900px;
}

/* The Close Button */
.close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: white;
  position: absolute;
  right: 550px;
  font-size: 35px !important;
  font-weight: bold !important;
  z-index: 2 !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
#moreStuff{
  float:left;
}
#comments{
  float: left;
  width: 100%;
}
#footerMenu {
	position: relative;
	top: 5px;
	right: 5px;
	width: 100%;  
}
#footerRow {
	text-align:center;
	border-collapse:collapse;
    width: 100%;
    background-color: #C6C9C4;
}
.footer {
	width: 100%;
	font-size: 18pt;
}
.search {
	font-size:15px;
	background-color: #C6C9C4;
}
#contact {
	
}