@media screen and (max-width: 1000px){ 

	

	.rij .c {
		display: block;
		text-align: right;
		font-size: 10px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		background: #000;
		color: #fff;
		width: auto;
		padding: 2px;
		line-height: normal;
		border-radius: 5px 0px 5px 0px;
	}



	.rij .e {
		width: 100%;
		padding: 0px 0px 0px 30px;
	}




}

@media screen and (max-width: 500px){ 

	.rij > div > div {
		font-size: 16px;
	}

	.lft .d {
		font-size: 10px;
	}

}