
.card_boat_container_header {
    position: relative;
    height: 50px;
    display: flex;
}

.card_boat_cost {
    position: absolute;
    height: 40px;
    width: 45px;
    text-align: center;
    color: #FFF;
    line-height: 1;
    left: -5px;
}

.card_boat_cost p {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: -7px;
    padding: 0;
}

.card_boat_cost span {
    font-size: 0.5em;
    margin: 0;
    letter-spacing: 0.08rem;
    color: #DDD;
    font-family: Windlass, serif;
}

.card_boat_container_statsAll {
    flex-grow: 1;
    margin: -4px 0 0 0;
}

.card_boat_flagAndName {
    display: flex;
    align-items: center;
    height: 22px;
    padding: 0 0 0 42px;
}

.card_boat_faction {
    height: 23px;
    width: 36px;
    text-align: center;
    z-index: 0;
    margin: -3px 0 0 2px;
}

.card_boat_shipName {
    font-size: 0.88em;
    margin: 0 0 0 4px;
    font-family: Windlass, serif;
    font-weight: bold;
}




.card_boat_cannonsRow {
    display: flex;
    margin: -2px 0 -2px 5px;
}

.card_boat_cannonsRow > div {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    margin: 0 1px;
    padding: 3px;
    line-height: 0.9em;
}

.card_boat_cannonsRow div .card_boat_cannonsDice {
    height: 13px;
    margin: 0 1.5px;
}




.card_boat_statRow {
    display: flex;
    margin: 1px 0 0 5px;
    font-family: minister, serif;
}

.card_boat_statRow > div {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    margin: 0 7px;
    padding: 3px;
    line-height: 0.9em;
    font-size: 1.1rem;
}

.card_boat_statRow div:first-child {
    padding: 0 0 0 34px;
}

.card_boat_cannonsRow div:first-child {
    padding: 0 0 0 47px;
}

.card_boat_statRow div div {
    margin: -2px 3px;
    font-size: 0.9em;
}

.card_boat_statRow div img:first-child, .card_boat_cannonsRow div img:first-child {
    margin: 1px 0;
    height: 16px;
}









.card_boat_aptitude {
    text-align: left;
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 46px;
    margin: 1px 0 0 0;
    font-size: 0.71em;
    font-family: kopubbatang, serif;
    letter-spacing: -0.3px;
    line-height: 0.9em;
    /*text-shadow: 0.021em 0 rgba(0,0,0,0.4);*/
}




.card_boat_rarity_container {
    position: absolute;
    top: -5px;
    left: 279px;
    height: 38px;
    width: 90px;
    transform: rotate(45deg);
    border-bottom: 2px solid #000;
    color: #FFF;
    background-color: #EE3333;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.card_boat_id {
    color: #FFF;
    font-family: impact_hosted, arial, serif;
    font-size: 0.9em;
    text-shadow:
            0 -1.2px black,
            1.2px 0 black,
            0 1.2px black,
            -1.2px 0 black,
            -1px -1px black,
            1px -1px black,
            1px 1px black,
            -1px 1px black;
    /*font-weight: bold;*/
    margin: -2px 0 -2px 0;
    line-height: 1.1em;
}

.card_boat_extensionIcon {
    height: 22px;
    margin: 0;
}
