div.stylebox div.itemcredit p.other {
    position: relative;
}

div.stylebox div.itemcredit p.other span.special {
    position: absolute;
    right: 30%;
    top: 14%;
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
    padding: 0% 2% 1% 2%;
    width: 13%; 
}

div.stylebox div.itemcredit p.other a span {
    margin: 0 2% 0 auto;
    width: 35%;
    display: block;
    text-align: right;
}

@media screen and (max-width: 840px) {
    div.stylebox div.iteminfo {
        padding: 4px;
    }
    div.stylebox div.itemcredit p.other a span {
        margin: 0 2% 0 auto;
        width: 30%;
        display: block;
        text-align: right;
    }
}
@media screen and (max-width: 640px) {
    div.stylebox div.itemcredit p {
      padding: 0 12px;
    }
    div.stylebox div.itemcredit p.other span.special {
        right: 27%;
        top: 6%;
        padding: 0% 2% 1% 2%;
        width: 15%;
    }
}
