body {
	font-family: 'Droid Sans', 'Helvetica', sans-serif;
}

.plate-container {
	position: relative;
	max-width: 900px;
	margin: 10px auto 40px;
	padding: 0;
	font-family: 'Droid Sans', 'Helvetica', sans-serif;


}

#plate {
	width: 100%;
	height: auto;
	max-width: 870px;
}


form {
	padding: 0;
	max-width: 800px;
	margin: auto;
	overflow: hidden;
	font-family: 'Droid Sans', 'Helvetica', sans-serif;
}


	form fieldset {
		border: 0 none;
		margin: 0;
		padding: 0;
		width: 295px;
		float: left;
	}

	fieldset.license-text {
		width: 197px;
		margin-left: 0;
	}

	form legend {
		margin: 0;
		padding: 0 0 10px 0;
		display: block;
		font-size: 18px;
		color: #444;
	}

	#license_text {
		border: 1px solid #ddd;
		font-size: 2em;
		font-family: 'DriverGothic';
		text-align: center;
		border-radius: 5px;
		width: 154px;
		padding: 7px 10px;
		margin: 10px 0 0 0;
		-webkit-transition: all 0.2s;

	}

	#license_text:hover,
	#license_text:focus {
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		border-color: #aaa;
	}

	label {
		margin-left: 0;
		font-size: 18px;
		color: #444;
	}

	label.color {
		display: block;
		float: left;
		width: 60px;
		height: 60px;
		position: relative;
		overflow: hidden;
		margin: 0 10px 10px 0;
		text-indent: -100000px;
		border-radius: 5px;
		cursor: pointer;
		-webkit-transition: all 0.2s;

	}

	form label.color:hover {
		-webkit-transform: scale(1.1);

	}

	label.color input {
		position: absolute;
		top: -100px;
		margin: 0;
	}

	.turquoise {
		background: #35d1d8;

	}
	.red {
		background: #fc361b;
		}
	.blue {
		background: #0764f0;
	}
	.black {
		background: #000;
	}

	.lightblue {
		background: #90bcfe;
	}
	.orange {
		background: #fd9107;
	}
	form label.white {
		width: 58px;
		height: 58px;
		border: 1px solid #ddd;
		background: #fff;
	}
	.yellow {
		background: #feca18;
	}

.share {
	max-width: 800px;
	margin: 20px auto 0;
	overflow: hidden;
	padding: 20px 0 0;
	text-align: left;
}

.url {
	border: 1px solid #ddd;
	font-size: .9em;
	text-align: left;
	border-radius: 5px;
	color: #444;
	max-width: 100%;
	width: 100%;
	padding: 7px 10px;
	margin: 10px 0 0 30px;
	-webkit-transition: all 0.2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.direct-url {
	padding-left: 160px;
	position: relative;
}

.direct-url label {
	margin-left: -150px;
}





.btn {
	background-color: #f02;
	display: inline-block;
	border-radius: 0.3em;
	padding: 0 1.85em;
	line-height: 2;
	color: #eee;
	text-decoration: none;
	position: relative;
	margin: 0 5px 10px 0;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.05);
	-webkit-font-smoothing: antialiased;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.5), inset 0 -0.5em 0.5em rgba(0,0,0,0.2), inset 0 0.5em 0.5em rgba(255,255,255,0.1);*/
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	font-size: 16px;
	height: 60px;
	line-height: 60px;

}

.btn:hover {
	cursor: pointer;
	background-color: #333;
}

.print {
	background-color: #555;
	font-size: 20px;
}

.fb {
	background: #3B5998;
}

.tw {
	background: #00B4E1;
}

.pnt {
	background: #DF0000;
}

.mail {
	background: #aaa;
}

.short {
	background: #aaa;
}

@media screen and (max-width: 480px) {
	/*.share .btn {
		display: block;
		float: none;
	}*/

	body {
		max-width: 290px;
		margin: auto;
		padding: 0;
	}

	#plate {
		width: 284px;
	}

	.plate-container {
		margin: 1em 0;
	}

	.btn {
		font-size: 15px;
		padding: 0 23px 0 23px;

	}

	.btn.print {
		display: none;
	}

	.btn.mail, .btn.tw {
		padding: 0 26px 0 26px;
	}

	form fieldset {
		margin: 0;

	}
	form fieldset {
		width: 100%;
	}


	fieldset.license-text {
		width: 300px;
		margin: 0 0 5px;
	}

	label.color {
		width: 62px;
		height: 62px;
	}
	form label.white {
		width: 60px;
		height: 60px;
	}

	.share {
		margin-top: 0;
		padding: 0;
	}

	#license_text {
		width: 284px;
		box-sizing: border-box;
	}
	.direct-url {
		padding: 0;
	}

	.direct-url label {
		margin: 0 0 5px;
		display: block;
	}
	#direct_link {
		float: none;
		width: 284px;
		box-sizing: border-box;
		margin: 0 0 1em;


	}
}

@media print {
	body {
		margin: 0;
		padding: 0;
	}

	body * {
		display: none;
	}

	.plate-container,
	#plate {
		width: 119.7mm;
		height: auto;
		margin: 50pt auto;
		padding: 0;
		display: block;
	}



	form {
		display: none;
	}

	.share {
		display: none;
	}

	#mainmenu,
	#copyright,
	.post-single {
		display: none;
	}


}

