.cim h1{
	font-weight: bold;
	font-family: "Francois One","Century Gothic",sans-serif;
	color: crimson;
	text-align: center;
	margin: 5px;
	font-size: 80px;
}

body {
	font-family: "Century Gothic", sans-serif;
	background: url(../img/bg_ps.jpg) no-repeat;
	background-size: cover;
	margin: 0;
	height: 100%;
}

table {
	font-family: "Raleway","Century Gothic",sans-serif;
	background-color: rgba(0,0,0,0.35);
	color: LightCyan;
	border: 5px solid gray;
	border-collapse: collapse;
	margin-bottom: 200px;
	width: 66%;
}
.fejlec {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: white;
	font-family: "Century Gothic", sans-serif;
	border-bottom: 7px solid gray;
	border-top: 7px solid gray;
}
.vastag {
	font-weight: bold;
	text-align: center;
}

.uj {
	color: red;
	font-style: italic;	
	font-weight: bold;
	font-size: 15px;
}

@media only screen and (min-device-width : 480px) and (max-device-width : 720px) {
	table {
	width: 90%;	
	}
 } 
 
 @media only screen and (min-device-width : 300px) and (max-device-width : 479px) {
	table {
	width: 90%;	
	}
	.cim h1{
	font-size: 64px;
	}
 } 
