
/** ADD YOUR AWESOME CODES HERE **/

.creditcard span {
    background: #ff7100;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: 0;
    height: 15px;
    line-height: 12px;
}