@charset "utf-8";
/* CSS Document */

.new {
    color: #aa0000 !important;
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .new {
        bottom: 14px;
        left: 15rem;
        text-align: left;
    }
}
