td {
    padding-right: 15px;
    border-bottom: 1px solid #999;
}

img {
    image-rendering: crisp-edges;
}

table,
td {
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px 5px 0px 5px;
    font-family: inherit;
    font-size: inherit;
}

a {
    color: inherit;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

thead>tr>th {
    padding: 0px 5px 0px 5px;
    border-right: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
}

table {
    line-height: 22px;
}

.nav-tabs>td>button {
    width: 100%;
}

button {
    border: 1px solid #428bca;
    background-color: inherit;
    color: #428bca;
    padding: 5px 8px;
    text-align: left;
}

.button_medium {
    border: 1px solid #428bca;
    padding: 7px 11px;
    transition: ease 0.2s;
}

.button_medium:hover {
    background-color: #428bca;
    color: white;
    text-decoration: none;
}

a.button_medium {
    color: #428bca;
}

.expensive_row {
    background-color: #e7dddd;
}

.cheap_row {
    background-color: #dde7dd;
}

.big_item_icon {
    width: 96px;
    height: 96px;
}

.no_refine_sale_tracked {
    color: #86cffe !important;
}

.action_button {
    border: 0;
}

.demand_full, .supply_full {
    color: green;
}

.demand_three_quarters, .supply_three_quarters {
    color: blue;
}

.supply_half {
    color: purple;
}

.demand_half, .supply_quarter {
    color: orange;
}

.demand_empty {
    color: red;
}

.demand_quarter {}