﻿.ArrowRight,
.ArrowDown {
    background-repeat: no-repeat;
    background-position: top;
    width: 15px;
    height: 20px;
    display: block;
}

.ArrowRight {
    background-image: url('/RichWidgets_Custom/img/icon_seta_direita.svg');
}

.ArrowDown {
    background-image: url('/RichWidgets_Custom/img/icon_seta_baixo.svg');
}