		.nophotowrapper {
			background: rgba(245,245,245,1);
			background: radial-gradient(ellipse at center, rgba(245,245,245,1) 0%, rgba(219,219,219,1) 66%, rgba(219,219,219,1) 100%);
			position: relative;
			width: 100%;
		}
		.nophotowrapper:before{
			content: "";
			display: block;
			padding-top: 68.15%;
		}
		.nophoto {
			position:  absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;

			align-items: center;
			justify-content: center;
			display: flex;
		    font-size: 20px;
		    font-size: 12vh;
			}
			.nophoto i {
				color: #b3b3b3;
			}
		.content-page ul {
			list-style-type: disc;
			list-style-position: outside;
			margin-bottom: 15px;
			}
			.content-page ul li {
				margin-left: 20px;
			}

.adatvedelem table {
	border: solid 1px #000000;
	margin-bottom: 10px;
	}
	.adatvedelem table td {
		border: solid 1px #000000;
		padding: 10px;
	}