.rawt-badges {
    display: block;
}

.rawt-badge {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.rawt-badge:hover {
    transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
}

.rawt-new-badge {
    display: block;
    width: auto;
    height: auto;
    font-size: 0.6em;
    padding: 0 0.2em;
    color: #fff;
    background: #ff0000;
}