#my_content {
	background: rgba(255, 255, 255, 0.5);
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	background-image: url("../img/produse_bg_left.png");
	background-repeat: no-repeat;
	background-position: top left;
	max-height: 427px;
	overflow-y:auto;
}
	
	#my_content .title_box {
		width: 100%;
		background-image: url("../img/produse_bg_title.png");
		background-repeat: no-repeat;
		background-position: top left;
		margin-top: -68px;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		height: 30px;
	}
	
	#my_content h1 {
		font-family: 'champagne__limousinesbold', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 17px;
		padding-top: 6px;
		margin-left: 5px;
	}
	
		
	#my_content p {
		font-family: 'champagne__limousinesbold', Arial, Helvetica, sans-serif; 
		color: #292929;
		font-size: 18px;
		margin-left: 10px;
	}
		#my_content .program {
			font-family: 'champagne__limousinesbold', Arial, Helvetica, sans-serif; 
			color: #292929;
			font-size: 18px;
			margin-left: 31px;
		}
	
	
	#my_content .adresa_contact {
		float: left;
		display: table-cell;
		vertical-align: top;
		margin-top: 20px;
	}
	
	#my_content .formular_contact {
		float: right;
		display: table-cell;
		vertical-align: top;
		margin-top: 20px;
	}
	
	@media only screen and (max-device-width: 480px) {
		#my_content .title_box {
			margin-top: -20px;
		}
	}