<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider-wrapper
{
	margin-left: 1%;
	padding: 0px !important;	
}

.fejlec
{
	margin: 0;
	padding: 0px;	
	width: 100%;
}

.felirat
{
	text-align: center;
}
/*
.live-div {
    height: 200px;
    overflow: hidden;
}
.link-iframe {
    width: 1028px;
    height: 1800px;
    border: none;
    pointer-events: none;
    transform: scale(0.2);
    transform-origin: 0 0;
}
*/
td {
	width: 25%;
	padding: 8px;
	cursor: pointer;	
}

table
{
	padding: 0px;
	border-spacing: 0px;
}

h1, h2
{
	text-align: center;
	font-family: Franklin Gothic Medium;
	color: #001e5f;
	/*text-shadow: 4px 4px 4px rgb(3, 51, 74);*/	
}

body
{
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	color: #46529a;
	/*background: linear-gradient(to bottom right, white 1%, #1683d5 25%);*/
}


iframe
{
	border-width: 0px;
	pointer-events: none;
	border-radius: 0 0 32px 32px;
    transform: scale(0.2);
    transform-origin: 0 0;
}


.header_div
{	
	display: table-cell;
	background-image: linear-gradient(to bottom, #0a3f68 0,#99C1E1 100%);
	color: rgb(232, 243, 249);
	text-align: center;
	vertical-align: middle;
	border-radius: 24px 24px 0px 0px;
	
	/*
	border-radius: 32px 32px 32px 32px;
	font-size: 80px;
	font-weight: bold;
	padding: 8px;
	*/
}

.iframe_div
{
	overflow: hidden;
	border-radius: 0px 0px 24px 24px;
}

ul
{
	 padding: 0;
	 margin: 0;
}

li
{
	list-style: none;	
	border: 0;
	border-radius: 32px 32px 32px 32px;
	margin: 2% 1% 2% 1%;
	float: left;
	cursor: pointer;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
</pre></body></html>