.co_container {
    height: 225px;
    width: 343px;
    background: #111;
    float: left;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 5px;
    background: #121212 url(/images/chrono/bg.png) top left repeat-x;
    border: 2px solid #2f3014;
}

.co_charactername {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'kenyan_coffeeregular';
    /* font-weight: 600; */
    letter-spacing: 1px;
    background: #00000030;
}

img.co_icon {
    border-radius: 5px;
    padding: 10px;
    border: 1px #2f3014 dashed;
}

.co_infos {
    font-size: 18px;
    font-family: 'genosthin';
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 12px;
    line-height: 19px;
}
		