@media print {
    .no-print, .no-print *
    {
        display: none !important;
    }
    div {page-break-inside: avoid;}
}
@font-face{
    font-family: eurostile;
    src: url(eurostile.ttf);
}
.sheet {
    position: absolute;
    display: block;
    left: 10px;
    max-width:1048px;
    z-index: -10;
}
.background-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width:1048px;
    z-index: -10;
    border: 1px solid black;
    border-radius: 10px;
}
.foreground-div {
    position: absolute;
    top: 50px;
    left: 24px;
    width:1000px;
}
.factionIdentifier {
    float: right;
    width: 150px;
    height: 150px;
    margin-right: 8px;
    margin-top: 4px;
    font-size: 150px;
    line-height: 1;
    text-align: center;
    padding-right: 6px;
}
.factionRebelOutline {
    color: transparent;
    text-shadow: -1px 0 1px red, 0 1px 1px red, 1px 0 1px red, 0 -1px 1px red;
}
.factionEmpireOutline {
    color: transparent;
    text-shadow: -1px 0 1px lightblue, 0 1px 1px lightblue, 1px 0 1px lightblue, 0 -1px 1px lightblue;
}
.factionScumOutline {
    color: transparent;
    text-shadow: -1px 0 1px green, 0 1px 1px green, 1px 0 1px green, 0 -1px 1px green;
}
.maneuverTable {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 4px;
    padding: 2px;
    border: 2px solid grey;
    border-radius: 5%;
    border-spacing: 1px;
}
.maneuverTableTall {
    display: inline-block;
    width: 150px;
    height: 174px;
    margin: 4px;
    padding: 2px;
    border: 2px solid grey;
    border-radius: 5%;
    border-spacing: 1px;
}
.maneuverTableSuperTall {
    display: inline-block;
    width: 150px;
    height: 220px;
    margin: 4px;
    padding: 2px;
    border: 2px solid grey;
    border-radius: 5%;
    border-spacing: 1px;
}
table {
    width: 150px;
    max-height: 150px;
    /*margin: 4px;*/
    text-align: center;
}

.transparentblack {
    color: black;
    background: rgba(0,0,0,0);
}
.transparentwhite {
    color: white;
    background: rgba(0,0,0,0);
}
.transparentwhiteblackglow{
    color: white;
    background: rgba(0,0,0,0);
    text-shadow: -1px 0 5px black, 0 1px 5px black, 1px 0 5px black, 0 -1px 5px black;
}
.mostlytransparentwhiteblackglow{
    color: white;
    background: rgba(255,255,255,0.3);
    text-shadow: -1px 0 5px black, 0 1px 5px black, 1px 0 5px black, 0 -1px 5px black;
}
.blackblackwhiteglow {
    color: black;
    text-shadow: -1px 0 5px white, 0 1px 5px white, 1px 0 5px white, 0 -1px 5px white;
    background: rgba(0,0,0,0.5);
}
.whiteblack{
    color: black;
    background: rgba(255,255,255,0.7);
}
.whiteopaqueblack{
    color: black;
    background: rgba(255,255,255,1);
}
.blackopaquewhite{
    color: white;
    background: rgba(0,0,0,1);
}
th {

    width: 16px;
    height: 16px;
    text-align: center;
}
td {
    color: white;
    font-weight: 800;
    width: 16px;
    height: 16px;
    text-align: center;
    border: 1px solid black;
    border-color: grey;
}
td:empty{
    border: none;
}
.thwhiteblackshadow{
    color: white;
    text-shadow: -1px 0 5px black, 0 1px 5px black, 1px 0 5px black, 0 -1px 5px black;
    font-size: 16px;
}
.tdwhiteblackshadow{
    color: white;
    text-shadow: -1px 0 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
    font-size: 16px;
}
.thblack{
    color: black;
    font-size: 16px;
}
.tdblack{
    color: black;
    font-size: 16px;
}
html,body {font-family: "eurostile", sans-serif;
           font-size: 16px;
           color: black;
}
h1,h2,h3,h4,h5,h6 {font-family: "eurostile", sans-serif;
                   font-size: 14px;
}
h1{}
p{
    margin-top: 2px;
    margin-bottom: 2px;
}
strong {font-family: "eurostile-bold", sans-serif;
        font-weight: 800;
        font-size: 20px;
}

.shipSilouette {
    float: right;
    text-align: center;
    font-size: 30px;
    color: white;
    background-color: transparent;
    margin: 0px 5px 5px 5px;
    width: 30px;
    height: 30px;
}