h1{ /* Pilot Name */
    font-size: 20px;
    font-variant: small-caps;
    margin: auto;
}
h2{ /* Upgrade card title*/
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
}
h3{ /* Upgrade card stat block (charges, force...)*/
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 15px;
    font-weight: 400;
    font-size: 16px;
}
h4{ /*Ship ability title*/
    font-size: 12px;
    font-weight: 800;
    display: inline;
}
h5{ /* ship ability name */
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    display: inline;
    margin: auto;
}
hr {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}
p{
    margin-top: 0px;
    margin-bottom: 2px;
    max-width: 280px;
    text-align: center;
}
strong {font-family: "eurostile-bold", sans-serif;
        font-weight: 800;
        font-size: 20px;
        -webkit-font-smoothing: antialiased;
}