.summaryCard {
    position: relative;
    text-align: center;
    color: white;
    width: 310px;
    min-height: 738px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 15px;
    transform: rotate(270deg);
    top: -216px;
    left: 212px;
}
.summaryTitleBlock {
    display: block;
    width: 304px;
    height: 48px;
    color: black;
    background-color: transparent;
    padding: 3px;
    border-color: black;
    border-width: 1px;
    border-style: none none solid none;
    font-size: 18px;
    font-weight: 600;
}
.summaryFactionSymbol {
    float: left;
    text-align: center;
    font-size: 40px;
    background-color: transparent;
    margin: 4px 10px 5px 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 100;
    margin: 0px;
}
.squadPointsBox {
    float: right;
    min-width: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: black;
    background-color: transparent;
    padding: 3px;
    margin-top: -3px;
    border-width: 1px;
    border-bottom-right-radius: 10px;
    border-style: none solid solid solid;
}
.squadName {
    display: inline-block;
    margin-top: -6px;
    width: 192px;
    min-height: 44px;
    text-align: center;
    color: black;
    background-color: transparent;
    padding: 3px;
    font-size: 24px;
    font-weight: 600;
}
.obstacles {
    display: inline-block;
    text-align: center;
    width: 304px;
    height: 48px;
    color: black;
    background-color: transparent;
    padding: 3px;
    border-color: black;
    border-width: 1px;
    border-style: none none solid none;
    font-size: 18px;
    font-weight: 600;
    border-color: black;
    border-width: 1px;
    border-style: none none solid none;
}
.pilotSummary {
    display: block;
    width: 304px;
    min-height: 74px;
    color: black;
    background-color: transparent;
    padding: 3px 3px 0px 3px;
    border-width: 1px;
    border-style: none none solid none;
    font-size: 18px;
    font-weight: 600;
}
.shipIcon {
    float: left;
    text-align: center;
    font-size: 40px;
    background-color: transparent;
    margin: 6px 2px 2px 2px;
    width: 30px;
    height: 60px;
    line-height: 24px;
}
.statsSummary {
    float: left;
    width: 30px;
    min-height: 20px;
    color: black;
    background-color: transparent;
    padding: 3px 3px 0px 3px;
    font-size: 12px;
    font-weight: 100;
    clear: left;
}
.pilotName {
    display: inline-block;
    top: 0px;
    width: 220px;
    text-align: center;
    color: black;
    background-color: transparent;
    padding: 3px;
    font-size: 18px;
    font-weight: 600;
}
.pilotAbility {
    display: inline-block;
    width: 220px;
    text-align: center;
    color: black;
    background-color: transparent;
    padding: 3px;
    font-size: 12px;
    font-weight: 200;
}
.pointsBox {
    float: right;
    min-width: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: black;
    background-color: transparent;
    padding: 3px;
    margin: -3px auto 2px auto;
    border-width: 1px;
    border-bottom-right-radius: 10px;
    border-style: none solid solid solid;
}
.actionsSummary {
    float: right;
    min-width: 30px;
    min-height: 20px;
    color: black;
    background-color: transparent;
    padding: 3px 3px 0px 3px;
    font-size: 12px;
    font-weight: 100;
    clear: right;
}
/*.upgradeDiv {
    display: inline-block;
    width: 144px;
    margin: 0px;
    padding: 0px;
}*/
.upgradeList {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    font-weight: 200;
    color: black;
    background-color: transparent;
    padding: 2px;
    border-style: none;
}
.wideUpgradeList {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    font-weight: 200;
    color: black;
    background-color: transparent;
    padding: 2px;
    border-style: none;
}
.upgradeName{
    font-size: 12px;
    margin-left: 1em; 
    text-indent: -1em;
}
.maneuverTable {
    float: right;
    width: 80px;
    height: 96px;
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-radius: 6px;
    border-style: solid;
}
.blankManeuverTable {
    float: right;
    width: 2px;
    height: 20px;
    margin: 0px;
    padding: 0px;
}
.wideManeuverTable {
    float: right;
    width: 84px;
    height: 96px;
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-radius: 6px;
    border-style: solid;
}


.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);
}
td:empty{
    border: none;
}
.thswhiteblackshadow{
    color: white;
    text-shadow: -1px 0 5px black, 0 1px 5px black, 1px 0 5px black, 0 -1px 5px black;
    font-size: 8px;
}
.tdswhiteblackshadow{
    color: white;
    text-shadow: -1px 0 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
    font-size: 8px;
}
.thsblack{
    width: 8px;
    height: 8px;
    text-align: center;
    color: black;
    font-size: 12px;
}
.tdsblack{
    color: black;
    font-weight: 100;
    width: 8px;
    height: 8px;
    text-align: center;
    /*border: 1px solid black;
    border-color: grey;*/
    font-size: 14px;
    padding: 0px;
}













/*.pilotImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 738px;
    height: 310px;
    border-radius: 15px;
}
.pilotImgCrop {
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 536px;
    height: 310px;
    border-radius: 15px;
}

.nameDiv > p {
    text-align: center;
    max-width: 280px;
}


.initiativeDiv {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: orange;
    background-color: black;
    padding: 3px;
    border-bottom-left-radius: 10px;
    border-style: none solid solid solid;
}
.threat-box {
    position: absolute;
    top: 0px;
    right: 30px;
    min-width: 20px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    background-color: transparent;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-style: none solid solid solid;
    border-width: 2px;
    border-color: black;
}
.threat-box-narrow {
    position: absolute;
    top: 0px;
    right: 8px;
    min-width: 20px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    background-color: transparent;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-style: none solid solid solid;
    border-width: 2px;
    border-color: black;
}
.threat-block {
    display: inline-block;
    position: relative;
    margin: 0px 2px 0px 2px;
    width: 20px;
    height: 10px;
    color: white;
    border-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: none solid solid solid;
}
.threat-block-narrow {
    display: inline-block;
    position: relative;
    margin: 0px 2px 0px 2px;
    width: 8px;
    height: 16px;
    color: white;
    border-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: none solid solid solid;
}
.threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
}

.abilityDiv {
    position: absolute;
    bottom: 0px;
    left: 240px;
    width: 240px;
    text-align: center;
    font-size: 12px;
    color: black;
    background-color: rgba(255,255,255,1);
    padding: 3px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: double double none double;
}
.abilityDiv-transparent {
    background-color: rgba(255,255,255,0.7);
}


.statsDiv {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 50px;
    text-align: center;
    font-size: 20px;
    background-color: black;
    padding: 4px 4px 4px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid solid solid none;
}
.upgradeDiv {
    position: absolute;
    bottom: 0px;
    right: -5px;
    max-width: 400px;
    height: 290px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
}
.upgrade-block {
    position: relative;
    bottom: 5px;
    right: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 220px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-style: double none double double;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.floated-upgrade-stats{
    float: right;
}
.upgrade-stat {
    display: block;
    text-align: center;
    background-color: black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 5px -5px 5px 2px;
    padding: 2px;
    width: 50px;
    text-shadow: none;
}
.upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
}
.attack-stat {
    display: block;
    text-align: center;
    background-color: black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 5px -5px 5px 2px;
    padding: 2px;
    width: 50px;
    text-shadow: none;
}
.floated-upgrade-icon{
    float: left;
}
.upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    width: 30px;
    height: 24px;
    background-color: transparent;

}
.actionDiv {
    position: absolute;
    bottom: 5px;
    left: 5px;
    max-width: 230px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; 
    display: flex;
    flex-wrap: wrap-reverse;
}
.action-icon {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    min-width: 30px;
    height: 26px;
    line-height: 20px;
    background-color: black;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
    margin: 0 0 4px 10px;
    border-color: white;
    border-style: solid;
}
.watermark {
    display: block;
    width: 1000px;
    margin-left: 10px;
    background-color: transparent;
    border-style: none;
    font-size: 9px;
    text-align: left;
    line-height: 9px;
}
.tombstoneDiv {
    position: absolute;
    top: 4px;
    left: 64px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: white;
    background-color: black;
    padding: 3px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-style: solid solid solid solid;
}*/