#siteContent{
	border-radius: 5px;
	font-family: 'Open Sans';
	color: #6A6565;
	font-size: 16px;
}

.icon{
	color: var(--bs-danger);
	font-size: 50px;
}

.text{
	color: #6A6565;
	font-family: 'Open Sans';
	font-weight: 400;
	margin-bottom: 5px;
}

.highlight{
	color: var(--bs-danger);
	font-size: 15px;
}

.bold{
	font-family: "Open Sans";
	font-weight: 600;
}

.text a{
	color: var(--bs-danger);
}

hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f1f1f1;
}

table{
	text-align: center;
	margin: 0 auto;
}

table tr td,
table tr th{
	border: 1px solid #f1f1f1;
	padding: 5px;
}

.title{
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 30px;
}

div#topSection{
	background: #F3F2F2;
	padding: 20px;
	border-radius: 10px;
	font-family: "Open Sans";
	font-weight: 400;
}

div#topSection div#operatorContainer{
	padding: 0;
}

img#operator{
	max-width: 100%;
}

div#programContainer{
	border-right: 1px solid #707070;
}

	div#programContainer table{
		margin: 0 !important;
		text-align: left !important;
		width: 100%;
	}

	div#programContainer table td{
		padding: 0;
	}

	div#programContainer #telefon{
		font-size: 30px;
		font-family: "Open Sans";
        font-weight: 800;
        color: var(--bs-danger);
	}

	div#topSection div.iconita{
		font-size: 40px;
		color: var(--bs-danger);
	}

	div#topSection #numefirma{
		font-family:  "Open Sans";
        font-weight: 800;
		color: var(--bs-danger);
	}

	div.sep{
		clear: both;
		margin-bottom: 19px;
	}

div#serviceuri{

}
