.fullArt h2{ /* Upgrade card title*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}
.fullArt h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 15px;
    font-weight: 400;
    font-size: 16px;
}
.fullArt h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
.fullArt hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.fullArt p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
}
.fullArt strong {font-family: "eurostile-bold", sans-serif;
                 font-weight: 700;
                 font-size: inherit;
                 -webkit-font-smoothing: antialiased;
}
.fullArt {
    display: inline-block;
    position: relative;
    width: 738px;
    height: 310px;
}
.fullArt .pilotImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 738px;
    height: 310px;
    border-radius: 15px;
}
.fullArt .nameDiv {
    position: absolute;
    top: 0px;
    left: 120px;
    min-width: 250px;
    max-width: 300px;
    min-height: 44px;
    text-align: center;
    padding: 3px;
}
.fullArt .initiativeDiv {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: orange;
    padding: 3px;
}
.fullArt .initiativeEpicDiv {
    padding-top: 8px;
    line-height: 56%;
}
.fullArt .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;
}
.fullArt .threat-box-number {
    text-align: center;
    font-size: 12px;
    color: red;
    background-color: black;
}
.fullArt .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;
}
.fullArt .threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
}
.fullArt .threat-number {
    position: absolute;
    top: 0px;
    right: 8px;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    color: red;
    background-color: transparent;
    margin-top: 10px;
    width: 54px;
    font-weight: bold;
}
.fullArt .points-box {
    position: absolute;
    top: 0px;
    left: 428px;
    min-width: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    padding: 3px;
}
.fullArt .abilityDiv {
    position: absolute;
    bottom: 0px;
    left: 240px;
    width: 240px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
.fullArt .factionSymbol {
    float: left;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    background-color: transparent;
    margin: 10px 10px 5px 2px;
    width: 30px;
    height: 30px;
    line-height: 24px;
}
.fullArt .factionSymbolImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.fullArt .shipSilouette {
    float: right;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    color: white;
    background-color: transparent;
    margin: 0px 10px 15px 5px;
    width: 36px;
    height: 30px;
}
.fullArt .shipIconImg {
    background-color: transparent;
    width: 50px;
    height: 50px;
}
.fullArt .statsDiv {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 50px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    padding: 4px 4px 4px 10px;
}
.fullArt .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;
}
.fullArt .upgrade-block {
    position: relative;
    bottom: 5px;
    right: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 220px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.fullArt .floated-upgrade-stats{
    float: right;
}
.fullArt .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;
}
.fullArt .upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
}
.fullArt .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;
}
.fullArt .floated-upgrade-icon{
    float: left;
}
.fullArt .upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 24px;
    background-color: transparent;
}
.fullArt .upgrade-icon-double {
    width: 50px;
}
.fullArt .actionDiv {
    position: absolute;
    bottom: 5px;
    left: 5px;
    max-width: 230px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap-reverse;
}
.fullArt .action-icon {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    min-width: 30px;
    height: 26px;
    line-height: 26px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0 0 4px 10px;
}
.fullArt .watermark {
    display: block;
    width: 1000px;
    margin-left: 10px;
    color: white;
    background-color: transparent;
    border-style: none;
    font-size: 9px;
    text-align: left;
    line-height: 9px;
}
.fullArt .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;
}



.doubleFull h2{ /* Upgrade card title*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}
.doubleFull h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 15px;
    font-weight: 400;
    font-size: 16px;
}
.doubleFull h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
.doubleFull hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.doubleFull p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
}
.doubleFull strong {font-family: "eurostile-bold", sans-serif;
                    font-weight: 700;
                    font-size: inherit;
                    -webkit-font-smoothing: antialiased;
}
.doubleFull {
    display: inline-block;
    position: relative;
    width: 738px;
    height: 620px;
    background-color: lightgrey;
}
.doubleFull .pilotImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 738px;
    height: 310px;
    border-radius: 15px;
}
.doubleFull .nameDiv {
    position: absolute;
    top: 0px;
    left: 120px;
    min-width: 250px;
    max-width: 300px;
    min-height: 44px;
    text-align: center;
    padding: 3px;
}
.doubleFull .initiativeDiv {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: orange;
    padding: 3px;
}
.doubleFull .initiativeEpicDiv {
    padding-top: 8px;
    line-height: 56%;
}
.doubleFull .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;
}
.doubleFull .threat-box-number {
    text-align: center;
    font-size: 12px;
    color: red;
    background-color: black;
}
.doubleFull .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;
}
.doubleFull .threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
}
.doubleFull .threat-number {
    position: absolute;
    top: 0px;
    right: 8px;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    color: red;
    background-color: transparent;
    margin-top: 10px;
    width: 54px;
    font-weight: bold;
}
.doubleFull .points-box {
    position: absolute;
    top: 0px;
    left: 428px;
    min-width: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    padding: 3px;
}
.doubleFull .abilityDiv {
    position: absolute;
    bottom: 310px;
    left: 340px;
    width: 240px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
.doubleFull .factionSymbol {
    float: left;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    background-color: transparent;
    margin: 10px 10px 5px 2px;
    width: 30px;
    height: 30px;
    line-height: 24px;
}
.doubleFull .factionSymbolImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.doubleFull .shipSilouette {
    float: right;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    color: white;
    background-color: transparent;
    margin: 0px 10px 5px 5px;
    width: 36px;
    height: 30px;
}
.doubleFull .shipIconImg {
    background-color: transparent;
    width: 50px;
    height: 50px;
}
.doubleFull .statsDiv {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 50px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    padding: 4px 4px 4px 10px;
}
.doubleFull .upgradeDiv {
    position: absolute;
    bottom: 0px;
    right: -4px;
    max-width: 400px;
    height: 300px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
}
.doubleFull .upgrade-block {
    position: relative;
    bottom: 5px;
    right: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 216px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.doubleFull .floated-upgrade-stats{
    float: right;
}
.doubleFull .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;
}
.doubleFull .upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
}
.doubleFull .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;
}
.doubleFull .floated-upgrade-icon{
    float: left;
}
.doubleFull .upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 24px;
    background-color: transparent;
}
.doubleFull .upgrade-icon-double {
    width: 50px;
}
.doubleFull .actionDiv {
    position: absolute;
    bottom: 315px;
    left: 5px;
    max-width: 370px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap-reverse;
}
.doubleFull .action-icon {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    min-width: 30px;
    height: 26px;
    line-height: 26px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0 0 4px 10px;
}
.doubleFull .watermark {
    display: block;
    width: 1000px;
    margin-left: 10px;
    color: white;
    background-color: transparent;
    border-style: none;
    font-size: 9px;
    text-align: left;
    line-height: 9px;
}
.doubleFull .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;
}



.horizontalTarot h2{ /* Upgrade card title*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}
.horizontalTarot h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 12px;
    font-weight: 400;
    font-size: 14px;
}
.horizontalTarot h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
.horizontalTarot hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.horizontalTarot p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
    font-size: 11px;
}
.horizontalTarot strong {font-family: "eurostile-bold", sans-serif;
                         font-weight: 700;
                         font-size: 20px;
                         -webkit-font-smoothing: antialiased;
}
.horizontalTarot {
    display: inline-block;
    position: relative;
    width: 456px;
    height: 264px;
}
.horizontalTarot .pilotImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 456px;
    height: 264px;
    object-fit: cover;
    border-radius: 10px;
}
.horizontalTarot .nameDiv {
    position: absolute;
    top: 0px;
    left: 70px;
    min-width: 250px;
    max-width: 280px;
    min-height: 44px;
    text-align: center;
    padding: 3px;
}
.horizontalTarot .initiativeDiv {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: orange;
    padding: 3px;
}
.horizontalTarot .initiativeEpicDiv {
    padding-top: 8px;
    line-height: 56%;
}
.horizontalTarot .threat-box {
    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;
}
.horizontalTarot .threat-box-number {
    text-align: center;
    font-size: 12px;
    color: red;
    background-color: black;
}
.horizontalTarot .threat-block {
    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;
}
.horizontalTarot .threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
    max-width: 70px;
}
.horizontalTarot .threat-number {
    position: absolute;
    top: 0px;
    right: 8px;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    color: red;
    background-color: transparent;
    margin-top: 10px;
    width: 54px;
    font-weight: bold;
}
.horizontalTarot .points-box {
    position: absolute;
    top: 0px;
    left: 390px;
    min-width: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    padding: 3px;
}
.horizontalTarot .abilityDiv {
    position: absolute;
    bottom: 0px;
    left: 164px;
    width: 240px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
.horizontalTarot .factionSymbol {
    float: left;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    background-color: transparent;
    margin: 10px 10px 5px 2px;
    width: 30px;
    height: 30px;
    line-height: 24px;
}
.horizontalTarot .factionSymbolImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.horizontalTarot .shipSilouette {
    float: right;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    background-color: transparent;
    margin: 0px 10px 5px 5px;
    width: 36px;
    height: 30px;
}
.horizontalTarot .shipIconImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.horizontalTarot .statsDiv {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 50px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    padding: 4px 4px 4px 10px;
}
.horizontalTarot .upgradeDiv {
    position: absolute;
    bottom: 0px;
    right: -4px;
    max-width: 400px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
}
.horizontalTarot .upgrade-block {
    position: relative;
    bottom: 2px;
    right: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 216px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.horizontalTarot .floated-upgrade-stats{
    float: right;
}
.horizontalTarot .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;
}
.horizontalTarot .upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
}
.horizontalTarot .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;
}
.horizontalTarot .floated-upgrade-icon{
    float: left;
}
.horizontalTarot .upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 24px;
    background-color: transparent;
}
.horizontalTarot .upgrade-icon-double {
    width: 50px;
}
.horizontalTarot .actionDiv {
    position: absolute;
    bottom: 5px;
    left: 3px;
    max-width: 160px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap-reverse;
}
.horizontalTarot .action-icon {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    min-width: 30px;
    height: 26px;
    line-height: 26px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0 0 4px 10px;
}
.horizontalTarot .watermark {
    display: block;
    width: 1000px;
    margin-left: 10px;
    color: white;
    background-color: transparent;
    border-style: none;
    font-size: 9px;
    text-align: left;
    line-height: 9px;
}
.horizontalTarot .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;
}



.horizontalStandard h2{ /* Upgrade card title*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}
.horizontalStandard h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 12px;
    font-weight: 400;
    font-size: 14px;
}
.horizontalStandard h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
.horizontalStandard hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.horizontalStandard p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
    font-size: 11px;
}
.horizontalStandard strong {font-family: "eurostile-bold", sans-serif;
                            font-weight: 700;
                            font-size: inherit;
                            -webkit-font-smoothing: antialiased;
}
.horizontalStandard {
    display: inline-block;
    position: relative;
    width: 336px;
    height: 240px;
}
.horizontalStandard .pilotImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 336px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}
.horizontalStandard .nameDiv {
    position: absolute;
    top: 0px;
    left: 44px;
    min-width: 214px;
    max-width: 214px;
    width: 214px;
    min-height: 44px;
    text-align: center;
    padding: 3px;
}
.horizontalStandard .initiativeDiv {
    position: absolute;
    top: 0px;
    left: 6px;
    width: 24px;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: orange;
    padding: 3px;
}
.horizontalStandard .initiativeEpicDiv {
    padding-top: 8px;
    line-height: 56%;
}
.horizontalStandard .threat-box {
    position: absolute;
    top: 10px;
    right: 0px;
    min-width: 10px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
    border-width: 2px;
    border-color: black;
}
.horizontalStandard .threat-box-number {
    text-align: center;
    font-size: 12px;
    color: red;
    background-color: black;
}
.horizontalStandard .threat-block {
    display: block;
    position: relative;
    margin: 2px -2px 2px 0px;
    width: 16px;
    height: 8px;
    color: white;
    border-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
}
.horizontalStandard .threat-number {
    font-size: 18px;
    overflow-wrap: anywhere;
    text-align: center;
    width: 24px;
    position: absolute;
    top: 0px;
    right: 8px;
    font-style: normal;
    color: red;
    background-color: transparent;
    margin-top: 10px;
    font-weight: bold;
}
.horizontalStandard .threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
    max-width: 70px;
}
.horizontalStandard .points-box {
    position: absolute;
    top: 0px;
    left: 270px;
    min-width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    padding: 3px;
}
.horizontalStandard .abilityDiv {
    position: absolute;
    bottom: 0px;
    left: 94px;
    width: 225px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
.horizontalStandard .factionSymbol {
    float: left;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    background-color: transparent;
    margin: 10px 10px 5px 2px;
    width: 30px;
    height: 30px;
    line-height: 24px;
}
.horizontalStandard .factionSymbolImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.horizontalStandard .shipSilouette {
    float: right;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    background-color: transparent;
    margin: 0px 10px 5px 5px;
    width: 36px;
    height: 30px;
}
.horizontalStandard .shipIconImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.horizontalStandard .statsDiv {
    position: absolute;
    top: 56px;
    left: 0px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    padding: 2px 2px 2px 4px;
}
.horizontalStandard .upgradeDiv {
    position: absolute;
    bottom: 0px;
    right: -4px;
    max-width: 400px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
}
.horizontalStandard .upgrade-block {
    position: relative;
    bottom: 2px;
    right: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 216px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.horizontalStandard .floated-upgrade-stats{
    float: right;
}
.horizontalStandard .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;
}
.horizontalStandard .upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
}
.horizontalStandard .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;
}
.horizontalStandard .floated-upgrade-icon{
    float: left;
}
.horizontalStandard .upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 24px;
    background-color: transparent;
}
.horizontalStandard .upgrade-icon-double {
    width: 50px;
}
.horizontalStandard .actionDiv {
    position: absolute;
    bottom: 5px;
    left: 3px;
    max-width: 90px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap-reverse;
}
.horizontalStandard .action-icon {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    min-width: 18px;
    height: 18px;
    line-height: 16px;
    padding-left: 1px;
    padding-right: 1px;
    margin: 0 0 2px 4px;
}
.horizontalStandard .watermark {
    display: block;
    width: 1000px;
    margin-left: 10px;
    color: white;
    background-color: transparent;
    border-style: none;
    font-size: 9px;
    text-align: left;
    line-height: 9px;
}
.horizontalStandard .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;
}



.verticalTarot h2{ /* Upgrade card title*/
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 10px;
}
.verticalTarot h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 12px;
    font-weight: 400;
    font-size: 14px;
}
.verticalTarot h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
.verticalTarot hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.verticalTarot p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
    font-size: 10px;
}
.verticalTarot strong {font-family: "eurostile-bold", sans-serif;
                       font-weight: 700;
                       font-size: inherit;
                       -webkit-font-smoothing: antialiased;
}
.verticalTarot {
    display: inline-block;
    position: relative;
    width: 264px;
    height: 456px;
}
.verticalTarot .pilotImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 264px;
    height: 456px;
    object-fit: cover;
    border-radius: 10px;
}
.verticalTarot .nameDiv {
    position: absolute;
    top: 0px;
    left: 44px;
    width: 172px;
    min-width: 152px;
    min-height: 44px;
    text-align: center;
    padding: 3px;
}
.verticalTarot .factionSymbol {
    float: none;
    position: absolute;
    left: -42px;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    background-color: transparent;
    margin: 10px 10px 5px 2px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    top: 34px;
}
.verticalTarot .factionSymbolImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.verticalTarot .shipSilouette {
    float: none;
    position: absolute;
    right: -48px;
    top: 0px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    background-color: transparent;
    margin: 0px 10px 5px 5px;
    width: 36px;
    height: 30px;
}
.verticalTarot .shipIconImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.verticalTarot .initiativeDiv {
    position: absolute;
    top: 0px;
    left: 6px;
    width: 24px;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: orange;
    padding: 3px;
}
.verticalTarot .initiativeEpicDiv {
    padding-top: 8px;
    line-height: 56%;
}
.verticalTarot .threat-box {
    position: absolute;
    top: 48px;
    right: 0px;
    min-width: 10px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
    border-width: 2px;
    border-color: black;
}
.verticalTarot .threat-box-number {
    text-align: center;
    font-size: 12px;
    color: red;
    background-color: black;
}
.verticalTarot .threat-block {
    display: block;
    position: relative;
    margin: 2px -2px 2px 0px;
    width: 16px;
    height: 8px;
    color: white;
    border-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
}
.verticalTarot .threat-number {
    font-size: 22px;
    overflow-wrap: anywhere;
    text-align: center;
    width: 24px;
    top: 40px;
    right: 6px;
    position: absolute;
    font-style: normal;
    color: red;
    background-color: transparent;
    margin-top: 10px;
    font-weight: bold;
}
.verticalTarot .threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
    max-width: 70px;
}
.verticalTarot .points-box {
    position: absolute;
    top: 50px;
    right: 0px;
    min-width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    padding: 2px;
}
.verticalTarot .abilityDiv {
    position: absolute;
    bottom: 0px;
    left: 72px;
    width: 172px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
.verticalTarot .statsDiv {
    position: absolute;
    top: 180px;
    left: 0px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    padding: 2px 2px 2px 4px;
    line-height: 18px;
    min-width: 30px;
}
.verticalTarot .upgradeDiv {
    position: absolute;
    bottom: 0px;
    right: -8px;
    max-width: 400px;
    height: 410px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
}
.verticalTarot .upgrade-block {
    position: relative;
    bottom: 2px;
    right: 3px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 170px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.verticalTarot .floated-upgrade-stats{
    float: right;
}
.verticalTarot .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;
}
.verticalTarot .upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
    margin: 2px -5px 2px 2px;
}
.verticalTarot .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;
}
.verticalTarot .floated-upgrade-icon{
    float: left;
}
.verticalTarot .upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 24px;
    background-color: transparent;
}
.verticalTarot .upgrade-icon-double {
    width: 50px;
}
.verticalTarot .actionDiv {
    position: absolute;
    bottom: 5px;
    left: 6px;
    /*width: 60px;*/
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    /*display: flex;*/
    display: block;
    flex-wrap: wrap-reverse;
    justify-content: left;
}
.verticalTarot .action-icon {
    display: block;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    min-width: 18px;
    width: max-content;
    height: 18px;
    line-height: 16px;
    padding-left: 1px;
    padding-right: 1px;
    margin: 0 0 2px 4px;
}
.verticalTarot .watermark {
    position: absolute;
    transform: rotate(-90deg);
    left: -61px;
    bottom: 50px;
    width: 100px;
    color: white;
    background-color: transparent;
    border-style: none;
    font-size: 9px;
    line-height: 9px;
}
.verticalTarot .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;
}



.verticalStandard h2{ /* Upgrade card title*/
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 10px;
}
.verticalStandard h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 12px;
    font-weight: 400;
    font-size: 14px;
}
.verticalStandard h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
.verticalStandard hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.verticalStandard p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
    font-size: 10px;
}
.verticalStandard strong {font-family: "eurostile-bold", sans-serif;
                          font-weight: 700;
                          font-size: inherit;
                          -webkit-font-smoothing: antialiased;
}
.verticalStandard {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 336px;
}
.verticalStandard .pilotImg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 240px;
    height: 336px;
    object-fit: cover;
    border-radius: 10px;
}
.verticalStandard .nameDiv {
    position: absolute;
    top: 0px;
    left: 44px;
    width: 152px;
    min-width: 152px;
    min-height: 44px;
    text-align: center;
    padding: 3px;
}
.verticalStandard .factionSymbol {
    float: none;
    position: absolute;
    left: -42px;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    background-color: transparent;
    margin: 10px 10px 5px 2px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    top: 34px;
}
.verticalStandard .factionSymbolImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.verticalStandard .shipSilouette {
    float: none;
    position: absolute;
    right: -47px;
    top: 0px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    background-color: transparent;
    margin: 0px 10px 5px 5px;
    width: 36px;
    height: 30px;
}
.verticalStandard .shipIconImg {
    background-color: transparent;
    width: 30px;
    height: 30px;
}
.verticalStandard .initiativeDiv {
    position: absolute;
    top: 0px;
    left: 6px;
    width: 24px;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: orange;
    padding: 3px;
}
.verticalStandard .initiativeEpicDiv {
    padding-top: 8px;
    line-height: 56%;
}
.verticalStandard .threat-box {
    position: absolute;
    top: 48px;
    right: 0px;
    min-width: 10px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
    border-width: 2px;
    border-color: black;
}
.verticalStandard .threat-box-number {
    text-align: center;
    font-size: 12px;
    color: red;
    background-color: black;
}
.verticalStandard .threat-block {
    display: block;
    position: relative;
    margin: 2px -2px 2px 0px;
    width: 16px;
    height: 8px;
    color: white;
    border-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
}
.verticalStandard .threat-number {
    position: absolute;
    font-size: 18px;
    font-style: normal;
    overflow-wrap: anywhere;
    text-align: center;
    width: 24px;
    top: 40px;
    right: 6px;
    color: red;
    background-color: transparent;
    margin-top: 10px;
    font-weight: bold;
}
.verticalStandard .threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
    max-width: 70px;
}
.verticalStandard .points-box {
    position: absolute;
    top: 50px;
    right: 0px;
    min-width: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    padding: 2px;
}
.verticalStandard .abilityDiv {
    position: absolute;
    bottom: 0px;
    left: 70px;
    width: 154px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
.verticalStandard .statsDiv {
    position: absolute;
    top: 90px;
    left: 0px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    padding: 2px 2px 2px 4px;
    line-height: 10px;
    min-width: 30px;
}
.verticalStandard .upgradeDiv {
    position: absolute;
    bottom: 0px;
    right: -8px;
    max-width: 400px;
    height: 336px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
}
.verticalStandard .upgrade-block {
    position: relative;
    bottom: 2px;
    right: 3px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 150px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.verticalStandard .floated-upgrade-stats{
    float: right;
}
.verticalStandard .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;
}
.verticalStandard .upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
    margin: 2px -5px 2px 2px;
}
.verticalStandard .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;
}
.verticalStandard .floated-upgrade-icon{
    float: left;
}
.verticalStandard .upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 24px;
    background-color: transparent;
}
.verticalStandard .upgrade-icon-double {
    width: 50px;
}
.verticalStandard .actionDiv {
    position: absolute;
    bottom: 5px;
    left: 6px;
    /*width: 60px;*/
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    /*display: flex;*/
    display: block;
    flex-wrap: wrap-reverse;
    justify-content: left;
}
.verticalStandard .action-icon {
    display: block;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    min-width: 18px;
    width: max-content;
    height: 18px;
    line-height: 16px;
    padding-left: 1px;
    padding-right: 1px;
    margin: 0 0 2px 4px;
}
.verticalStandard .watermark {
    position: absolute;
    transform: rotate(-90deg);
    left: -61px;
    bottom: 50px;
    width: 100px;
    color: white;
    background-color: transparent;
    border-style: none;
    font-size: 9px;
    line-height: 9px;
}
.verticalStandard .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;
}



.official {
    display: inline-block;
    position: relative;
    width: 270px;
    height: 350px;
    margin: 4px;
}
.official .pilotImg {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 5;
    width: 240px;
    height: 336px;
}
.official .upgradeImg0{
    position: absolute;
    z-index: 9;
    top: 50px;
    left: 120px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg1{
    position: absolute;
    z-index: 8;
    top: 50px;
    left: 330px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg2{
    position: absolute;
    z-index: 7;
    top: 240px;
    left: 120px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg3{
    position: absolute;
    z-index: 6;
    top: 240px;
    left: 330px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg4{
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 540px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg5{
    position: absolute;
    z-index: 4;
    top: 240px;
    left: 540px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg6{
    position: absolute;
    z-index: 5;
    top: 480px;
    left: 120px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg7{
    position: absolute;
    z-index: 3;
    top: 480px;
    left: 330px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg8{
    position: absolute;
    z-index: 2;
    top: 480px;
    left: 540px;
    width: 336px;
    height: 240px;
}
.official .upgradeImg9{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 750px;
    width: 336px;
    height: 240px;
}
.official .configImg{
    position: absolute;
    z-index: 9;
    top: 50px;
    left: 0px;
    width: 336px;
    height: 240px;
}
.official .configImg0{
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
    width: 336px;
    height: 240px;
}
.official .configImg1{
    position: absolute;
    z-index: 9;
    top: 240px;
    left: 0px;
    width: 336px;
    height: 240px;
}
.official .threat-box {
    position: absolute;
    top: 48px;
    right: 0px;
    min-width: 10px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
    border-width: 2px;
    border-color: black;
}
.official .threat-box-number {
    text-align: center;
    font-size: 12px;
    color: red;
    background-color: black;
}
.official .threat-block {
    display: block;
    position: relative;
    margin: 2px -2px 2px 0px;
    width: 16px;
    height: 8px;
    color: white;
    border-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    border-style: solid none solid solid;
}
.official .threat-number {
    font-size: 18px;
    overflow-wrap: anywhere;
    text-align: center;
    width: 24px;
    top: 40px;
    right: 6px;
}
.official .threat-pair-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: black;
    max-width: 70px;
}


