			body {
				font-size:16px;
				font-family: "Signika", serif;
		  		font-weight: 400;
		  		font-style: normal;
			}
			strong, .strong{
				font-weight: 700;				
			}
			.maindiv{
				width: 600px;
				margin:10px auto;
				position:relative;
			}
			h1{
				text-align: center;
				font-size: 35px;
			}
			h3{
				text-align: center;
				color: #ff6060;
			}
			.upozorneni{
				padding: 10px 0px;
				color: #ff6060;
			}			
			.popis-doplnku{
				text-align: justify;
				font-size: 16px;
				margin: 10px 0px;
				padding-top: 10px;
			}
			p{
				font-size: 19px;
			}
			#contactlink{
			    text-align: right; 
			    padding: 10px 15px;
			    font-size: 12px;
			}
			#contactlink a{
				color: #000;
			}
			button{
				min-width: 180px;
				padding: 8px 18px;
			}
			#stremioLink{
				border:1px solid;
				padding:10px 15px;
				border-right-color: #31ce70;
				border-left-color: #eeaa77;
				border-top-color: #31ce70;
				border-bottom-color: #eeaa77;
				border-radius: 5px;
				display: block;
				margin-bottom: 5px;
				
			}
			input[type="password"],input[type="text"] {
				width:90%;
			}