.rl-newsletter-archive, 
.rl-newsletter-archive a{
	color: #666;
}

.rl-table tr th:nth-of-type(1){
		width: 15%
	}
	.rl-table tr th:nth-of-type(2){
		width: 25%
	}
	.rl-table tr th:nth-of-type(3){
		width: 60%
	}

.rl-select + .rl-select {
	margin-left: calc(4.340277777777778vw + -3.3333333333333335px);
}

@media screen and (max-width: 991px) {
	.rl-select + .rl-select {
		margin-left: 0;
	}
}