

.card_boat_cost_top {
    position: absolute;
    height: 20px;
    width: 38px;
    top: 50px;
    left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: Minister, serif;
    font-size: 2em;
    letter-spacing: -3px;
}

.card_boat_cost {
    position: absolute;
    height: 10px;
    width: 19px;
    top: 110px;
    left: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: Minister, serif;
    font-size: 1em;
    letter-spacing: -3px;
}

.card_boat_faction {
    position: absolute;
    top: 108px;
    left: 215px;
    height: 20px;
    width: 31px;
    background-color: #AAA;
}

.card_boat_faction_top {
    position: absolute;
    top: 46px;
    left: 49px;
    height: 31px;
    width: 50px;
}

.card_boat_fortName_top {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 103px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9em;
    line-height: 1em;
    font-family: Windlass, serif;
}

.card_boat_fortName {
    position: absolute;
    top: 66px;
    left: 168px;
    width: 103px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.1em;
    font-family: Windlass, serif;
}

.boat_card_cannons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 140px;
    left: 189px;
    width: 82px;
    height: 18px;
}

.boat_card_cannons .card_boat_cannonsDice {
    height: 12px;
    margin: 0 1px;
}









.card_boat_aptitude {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 93px;
    height: 130px;
    top: 78px;
    left: 5px;
    font-size: 0.54em;
    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;
}

.txtBlack {
    color: #000000;
}

.txtWhite {
    color: #FFFFFF;
}

.windlass {
    font-family: Windlass, serif;
}

.minister {
    font-family: Minister, serif;
}

.kopubbatang {
    font-family: kopubbatang, serif;
    letter-spacing: -0.3px;
}
