* {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}
.hotac-card {
    display: inline-block;
    position: relative;
    width: 720px;
    height: 576px;
    break-inside: avoid;
    page-break-inside: avoid;
}
.hotac-card h1{ /* Pilot Name */
    font-size: 20px;
    font-variant: small-caps;
    margin: auto;
}
.hotac-card h2{ /* Upgrade card title*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
}
.hotac-card h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 15px;
    font-weight: 400;
    font-size: 16px;
}
.hotac-card h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
.hotac-card h5{ /* ship ability name */
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    display: inline;
    margin: auto;
}
.hotac-card hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
.hotac-card p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
    font-size: 10px;
}
.hotac-card strong {
    font-family: "eurostile-bold", sans-serif;
    font-weight: 800;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
}

.hotac-card .hotac-template{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 720px;
    height: 576px;
}
.hotac-card .hotacPilotImg {
    position: absolute;
    object-fit: cover;
    top: 18px;
    left: 15px;
    width: 348px;
    height: 174px;
    z-index: -1;
}
.hotac-card .hotacNameDiv {
    position: absolute;
    top: 30px;
    left: 446px;
    width: 300px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #3b1b1b;
    font-variant: small-caps;
}
.hotac-card .hotacCallsignDiv {
    position: absolute;
    top: 62px;
    left: 446px;
    width: 300px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #3b1b1b;
    font-variant: small-caps;
}
.hotac-card .hotacInitiativeDiv {
    position: absolute;
    top: 26px;
    left: 596px;
    width: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: orange;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.hotac-card .hotacShipSilouette {
    position: absolute;
    top: 3px;
    left: 8px;
    width: 36px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    color: white;
    background-color: transparent;
}
.hotac-card .hotacShipSilouetteUrl {
    position: absolute;
    top: 11px;
    left: 8px;
    width: 36px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    color: white;
    background-color: transparent;
}
.hotac-card .hotacStatsDiv {
    position: absolute;
    top: 210px;
    right: 381px;
    width: 311px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
}
.hotac-card .hotacActionDiv {
    position: absolute;
    top: 256px;
    right: 381px;
    width: 311px;
    height: 31px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
}
.hotac-card .hotacActionFontSizeDiv {
    font-size: 20px;
}
.hotac-card .hotac-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;
    color: white;
}
.hotac-card .hotacUpgradeDiv {
    position: absolute;
    bottom: 0px;
    right: -5px;
    max-width: 400px;
    height: 480px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;
}
.hotac-upgrade-block {
    position: relative;
    bottom: 5px;
    right: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
    margin: 0px 5px 4px 5px;
    width: 146px;
    right: 5px;
    margin: 2px 4px 2px 4px;
    border-radius: 10px;
    /*border-style: double;*/
    border-style: solid;
    border-width: 1px;
    background-color: white;
    color: black;
    cursor: pointer;
}
.hotac-card .clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.hotac-floated-upgrade-stats{
    float: right;
}
.hotac-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;
}
/*.hotac-card .upgrade-stat-invisible {
    background-color: transparent;
    height: 2px;
}*/
.hotac-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;
}
.hotac-floated-upgrade-icon{
    float: left;
}

.hotac-upgrade-icon {
    margin: 0 0 0 -12px;
    display: block;
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 24px;
    background-color: transparent;
}
.hotac-upgrade-icon-double {
    width: 50px;
}
.hotac-unused-slot-div{
    text-align: center;
    top: -5px;
    position: relative;
}
.hotac-unused-slot-icon {
    display: block;
    font-size: 50px;
    font-style: normal;
    background-color: transparent;
}
.hotac-card .bankedXpDiv {
    position: absolute;
    top: 523px;
    left: 134px;
    width: 60px;
    text-align: left;
    font-size: 22px;
    font-weight: 800;
    color: #291313;
}
.hotac-card .xpDiv {
    position: absolute;
    top: 329px;
    left: 70px;
    width: 60px;
    text-align: left;
    font-size: 22px;
    font-weight: 800;
    color: #291313;
}
.hotac-card .killsDiv {
    position: absolute;
    left: 290px;
    width: 60px;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    color: #291313;
}
.hotac-card .hotacLogo {
    position: absolute;
    right: 10px;
    width: 70px;
    top: 20px;
}























.hotac-card .nameDiv h2 { /* pilot caption */
    font-size: 14px;
}
.hotac-card .nameDiv p {
    font-size: 12px;
    /*line-height: 12px;*/
    /* max-width: 280px; */
}
.hotac-card .nameDiv p bold {
    font-size: 12px;
    /*line-height: 12px;*/
    font-weight: 800;
    /* max-width: 280px; */
}

.hotac-card .initiativeEpicDiv {
    padding-top: 8px;
    line-height: 56%;
}

.hotac-card .abilityDiv {
    position: absolute;
    bottom: 0px;
    left: 240px;
    width: 240px;
    text-align: center;
    font-size: 12px;
    padding: 3px;
}






.hotac-card .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;
}