/**
 * Project: PassGen
 */

body{
	background: url(../img/squairy_light.png) repeat;
}
.social{
	text-align: center;
	margin-top: 20px;
	box-sizing: content-box;
}
.social a{
	box-sizing: content-box;
}
.social div{
	box-sizing: content-box;
}
.social table{
	margin:0 auto;
}
.td_p{
	padding: 0 5px;
}
.clear{
	clear: both;
}
.password{
	width: 720px;
	position: relative;
	margin: 0 auto;
}
.container{
	margin-bottom: 20px;
}
.password button{
	margin: 20px 0;
}
.password h1{
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}
.password h2{
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-size: 24px;
	height: 25px;
	overflow: hidden;
}
.pass_cont{
	border: 2px solid rgb(242, 252, 240);
	box-shadow: rgb(170, 170, 170) 0px 0px 10px 2px;
	-webkit-box-shadow: rgb(170, 170, 170) 0px 0px 10px 2px;
	background-color: #ffffff;
	text-align: center;
}
.pass_cont p {
	margin: 0;
	padding: 5px 0;
}
.pass_cont > p:nth-child(2n) {
	background-color: rgb(233, 233, 233);
}
.pass_cont > p:nth-child(2n+1) {
	background-color: #fff;
}
/*
.pass_cont p:hover {
	background-color: #ACD4F7;
}
*/
.ZeroClipboard {
	float: right;
	font-size: 16px;
	margin-top: 3px;
	text-decoration: none;
}
.ZeroClipboard:hover {
	text-decoration: none;
}
.form-inline{
	margin-top:20px;
	text-align: center;
}

@media screen and (min-width:0px) and (max-width:750px){
	.password{
		width: auto;
		position: relative;
		margin: 0 auto;
	}
}
