body {
    font-family: 'Abel', sans-serif;
}

div {
    font-family: 'Abel', sans-serif;
}

input.general-input {
    text-align: center;
    font-family: 'Abel', sans-serif !important;
}

input {
    font-family: 'Abel', sans-serif !important;
}

#deck_basic button {
    font-size: 0.8em;
}

#restore {
    font-size: 0.8em;
}

#deck_name {
    font-size: 1em;
}

#hq-lv {
    font-size: 1em;
}

#owner {
    font-size: 0.9em;
}

#note {
    font-size: 1em;
}

select#target {
    font-family: 'Abel', sans-serif;
}

option {
    font-family: 'Abel', sans-serif;
}

.fleet {
    font-family: 'Abel', sans-serif;
}

.fleet .lv {
    text-align: center;
    font-size: 0.8em;
    font-family: 'Abel', sans-serif;
}

.fleet .ship_slot {
    width: 160px;
    height: 40px;
}

.fleet .item_slot {
    width: 170px;
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
}

.extra_slot {
    background: lightgray;
    vertical-align: middle;
}

.item_text {
    font-size: smaller;
    width: 100%;
    text-align: left;
}

#ship_picker {
    text-align: center;
}

#ship_picker td {
    white-space: nowrap;
    padding: 2px;
}

#of_it td {
    white-space: nowrap;
    padding: 2px;
}

#of_type td {
    width: 160px;
    height: 40px;
}

.ui-tabs {
    display: inline-block;
}

#deck_list td {
    white-space: nowrap;
}

.capped {
    color: red;
}

.leadoff {
    color: green;
}

.fleet .item-reinforce {
    font-family: 'Abel', sans-serif !important;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fleet .item-mastery {
    font-family: 'Abel', sans-serif !important;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.power_fight {
    color: #308030;
}

.power_bomb {
    color: #c03030;
}

.power_torpedo_normal {
    color: #3030c0;
}

.power_torpedo_fatal {
    color: #4090cc;
}

.air-critical-bg {
   background-color: #fdffe3;
}