div.itrasher-path {
    width: 60%;
    text-align: left;
    padding-left:15px;
  }

div.itrasher-waiting {
    display:none;
    background-color: #0073aa;
    color: white;
    padding: 5px 10px;
}

.itrasher .feedback {
    float: right;
    width: 390px;
    height: 18px;
    display: block;
}

.itrasher .feedback a {
    background: linear-gradient(#00CCCC, #0099CC);
    color:#fff;
}

.itrasher .feedback a#es_listing_custom:before {
    background: url(../images/custom-icon.png) center center no-repeat!important;
}

.itrasher .feedback a#es_listing_suggest:before {
    background: url(../images/suggest-icon.png) center center no-repeat!important;
}