  a.translate_tip {
    display: block;
    width: 32px;
    padding: 0 2px; }
    a.translate_tip:hover {
      background-color: white; }
  
  .translated_notice, div.multilingual div.flash_tip {
    /*position: absolute;*/
    z-index: 2;
    /*margin-left: 33px;*/
    /*margin-top: -36px;*/
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 8px;
    padding: 6px 18px 6px 31px;
    margin-bottom: 1em;
    border: 1px solid #a5a586;
    border-radius: 4px;
    /*box-shadow: 0 0 5px #cccccc;*/
}

.marketplace .multilingual .flash_tip {
  display: none;
}

.multilingual .notice {
  background-color: #FFC;
}
