
.card_boat_container_header {
    position: relative;
    height: 50px;
    display: flex;
}

.card_boat_cost {
    position: absolute;
    height: 40px;
    width: 42px;
    border: 2px solid #111;
    background-color: #222;
    text-align: center;
    color: #FFF;
    line-height: 1;
}

.card_boat_cost p {
    font-size: 1.9em;
    margin-top: 0;
    margin-bottom: -6px;
    padding: 0;
}

.card_boat_cost span {
    font-size: 0.6em;
    margin: 0;
    color: #DDD;
    font-family: windlass, serif;
}

.card_boat_container_statsAll {
    flex-grow: 1;
}

.card_boat_flagAndName {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0 0 0 42px;
}

.card_boat_faction {
    height: 18px;
    width: 28px;
    box-shadow: 0.75px 0.75px 3px 0 rgba(0,0,0,0.75);
    background-color: #AAA;
    text-align: center;
    z-index: 0;
}

.card_boat_shipName {
    font-size: 1.1em;
    margin: 0 0 0 7px;
    font-family: Windlass, serif;
}

.card_boat_statRow {
    display: flex;
    flex-flow: wrap;
    margin: 0 0 0 5px;
    font-family: minister, serif;
}

.card_boat_statRow > div, .card_boat_cannonsRow {
    margin-top: 2px;
}

.card_boat_statRow > div, .card_boat_cannonsRow > div {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: #FFF;
    margin: 0 1px;
    padding: 3px;
    line-height: 0.9em;
    font-size: 1.1rem;
}

.card_boat_statRow div:first-child {
    padding: 0 0 0 40px;
}

.card_boat_statRow div div {
    margin: -2px 3px;
    padding-top: 2px;
    font-size: 0.9em;
}

.card_boat_statRow div img:first-child {
    margin: 1px 0;
    height: 16px;
}

.card_boat_cannonsRow div img:first-child {
    margin: 1px 4px;
    height: 16px;
}





.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: 14px;
    margin: 0 1.5px;
}

.card_boat_statRow div .card_boat_cannonsDice {
    height: 13px;
    margin: 0 1px;
}






.card_boat_aptitude {
    border: 1.5px solid black;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    min-height: 45px;
    max-height: 120px;
    padding: 2px;
    margin: 30px 0 0 0;
    font-size: 0.8em;
    line-height: 0.9em;
    font-family: kopubbatang, serif;
    letter-spacing: -0.3px;
    text-shadow: 0.021em 0 rgba(0,0,0,0.4);
}




.card_boat_rarity_container {
    position: absolute;
    top: 187px;
    left: -38px;
    text-align: center;
    border-top: 1.5px solid black;
    height: 50px;
    width: 90px;
    transform: rotate(45deg);
}

.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-bottom: -5px;
    line-height: 1.1em;
}

.card_boat_extensionIcon {
    height: 15px;
}
