body {
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 2px;
}

.column {
    display: inline-block;
    width: 550px;
    vertical-align: top;
}

.column div {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    width: 150px;
}

.column fieldset[name=attaque] div:first-of-type {
    width: 200px;
}

label {
    display: inline-block;
    min-width: 40px;
}

fieldset[name=attributs] label,fieldset[name=cible] label {
    min-width: 40px;
}

fieldset[name=resultats] label, fieldset[name=attaque] label  {
    min-width: 100px;
}

fieldset[name=equipement] label {
    min-width: 120px;
}

fieldset[name=equipement] .select2-container .select2-selection--single {
    height: 46px;
}

fieldset[name=equipement] .select2-container--default .select2-selection--single .select2-selection__rendered .objet {
    line-height: initial;
}

fieldset[name=equipement] .objet div {
    display: block;
    margin: 2px 0 0;
}

input {
    width: 136px;
}

input:focus {
    outline: none;
}

input[name=_pa], input[name=_pre_a], input[name=_dgt_touche], input[name=_dgt_bloc], input[name=_dgt_crit] {
    width: 56px;
}

select {
    width: 350px;
    margin-bottom: 5px;
}

select[name=race] {
    width: 160px;
}

select[name=tech] {
    width: 180px;
}

.objet img, .race img {
    display: inline-block;
    vertical-align: -4px;
    margin-left: 5px;
}

.objet span, .race span {
    display: inline-block;
    margin-left: 5px;
}

.select2-container {
    margin-bottom: 5px;
}

.ui-spinner {
    font-family: monospace;
    font-size: 12px;
    margin-bottom: 5px;
    width: 50px;
    height: 26px;
    line-height: 22px;
}

.ui-spinner-button {
    background: #fff !important;
    border: 0px !important;
    cursor: pointer;
}

fieldset {
    background-color: #f9f9f9;
    border: 1px solid #bbb;
    border-radius: 4px;
    margin-bottom: 5px;
}

fieldset legend {
    font-weight: bold;
}

span.sub {
    font-size: 10px;
    color: grey;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] span.sub {
    color: white;
}

fieldset[name=cible_std] div {
    width: 140px;
}

fieldset[name=cible_std] div input {
    width: 60px;
}