body {
	font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 1.5em;
	color: #333;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
h3 {
	font: bold 140% trebuchet ms, sans-serif;
	letter-spacing: 5px;
	margin-bottom: 0;
	color: #000000;
}
hr {
	color: #eee;
	background-color: #000;
	height: 2px;
}
img {
	border: 0;
}

/* ---( specific tags )----------------------------- */
header h1
{
 	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
}
footer {
	bottom:0px;
	height: 100px;
	letter-spacing: 0.4em;
}
footer a {
		color:#ccc;
		text-decoration: none;
		border-bottom: 1px solid #036;
}
footer a:hover {
		color:#ddd;
		text-decoration: none;
		border-bottom: 1px solid #ddd;
}

/*------- FORM  */
label {
	letter-spacing: 2.5px;
	background: #dddddd;
	color: #000000;
	text-transform: uppercase;
/* 	text-align: center; */
	border-bottom: 2px solid #cccccc;
}
label:after {
	content:": ";
}
/*------- COMMENT*/
.comments {
	background-color: #AAA;
	padding: 5px 15px;
	margin-bottom: 2px;
	border-bottom: 1px solid #000;
}
.comments p ,.comments h3,.comments h4 {
	color: #FFF;
	margin: 2px;
	padding: 2px;
}
.comments h3 {
	border-bottom: 1px dotted #FFF;
}
.comments p {
	font-size:1em;
}
.comments p.comm {
	font-size:0.9em;
	color:#363636;
/* 	font-style: italic; */
}
/* @media only screen and (max-width: 576px) { */
@media only screen and (max-width: 992px) {
	p.text-right {
/* 		float:none !important; */
		text-align: left !important;
	}
}