/* CSS reset */

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:1190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
}

a{
	color: #333;
	text-decoration: none;
}

.clr{
	clear: both;
}

/* Header Style */
/* Media Queries */
@media screen and (max-width: 767px) {
	
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
