﻿
body {
 max-width: 1200px;
 margin: 2em auto;
 padding: 0 1em;
}

a:link {
 text-decoration: none;
}

a:visited {
 text-decoration: none;
}

a:focus {
 text-decoration: underline;
}

a:hover {
 text-decoration: underline;
}

a:active {
 text-decoration: underline;
}

h2 {
 margin: 3em 0 0;
 text-align: center;
}

h2#creature-neutral {
 margin-top: 1em;
}

p.link {
 margin: 0 0 1em;
 text-align: center;
 font-size: 0.8em;
}

table.card {
 width: 100%;
 margin: 2em 0;
 border: solid 1px;
 border-collapse: collapse;
 font-size: 0.8em;
}

table.uc {
 background: #eee;
 color: #666;
}

th,td {
 border: solid 1px;
 margin: 0;
 padding: 0.2em;
}

.name {
 width: 36%;
}

.type {
 width: 15%;
 text-align: center;
}

.cost {
 width: 15%;
 text-align: center;
}

.at {
 width: 7%;
 text-align: center;
}

.hp {
 width: 7%;
 text-align: center;
}

.limit {
 width: 20%;
 text-align: center;
}

address {
 margin: 1em 0 2em;
 text-align: center;
 font-style: normal;
 font-size: 0.8em;
}
