/*******************
 * Upgrade Tool
 *******************/
 .upgrade-tool {
    padding: 6px 10px;
    width: 320px;

    color: #fff;
    background-color: #333;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.upgrade-tool .select-talic-type {
    display: table-cell;
    padding-right: 10px;
}

.upgrade-tool .talics {
    display: table-cell;
    white-space: nowrap;
    width: 100px;
    padding: 0 10px;
    background-color: #484848;
}

.upgrade-tool .buttons {
    display: table-cell;
    white-space: nowrap;
    padding-top: 6px;
    padding-left: 10px;
}

.small-upgrade img {
    height: 15px;
    position: relative;
    margin: 0;
    padding: 0;
}