/**
definir estilos especiales para botones a la medida
*/
.remove-recently-viewed{
	color: inherit;
    line-height: 0.5;
}
@media(min-width:768px){
    .remove-recently-viewed{
        float: right;
        margin-top: -2rem;
    } 
}