h4.guestBook-title {
	border-bottom:1px solid #666666;
	margin-top:30px;
}

div.guestBook-entry {
	padding:10px;
	margin:6px 0 12px 0;
	overflow: hidden;
}

.guestBook-entry div.contentByLine {
	font-size:.8em;
	color:#333333;
	margin-bottom: 4px;
	overflow: hidden;
}

.guestBook-entry div.contentByLine .commentAvatar {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 80px;
	float: left;
}

.guestBook-entry div.guestBook-manage-links {
	font-size:.8em;
	color:#AAA;
	text-align:right;
	float:right;
	padding-left:8px; 
}

.guestBook-formBlock {
	margin:12px 0 12px 0;
}

.guestBook-formBlock label {
	display:block;
	float:none;
}

.guestBook-formBlock textarea {
	width:100%;
	height: 150px;
	margin: 12px 0 12px 0;
}

.guestBook-formBlock .note {
	font-size:10px;
}

.guestBook-formBlock span.error{
	color:#990000;
	text-align:left;
}

.comments-closed-true, .website-url {
	display: none;
}

/*.odd {
	padding: 10px;
	margin-top: 7px;
	background-color: #f3f3f3; 
}*/

.comments-form-type input.form-control, .input-row input#inputname, .input-row input#inputemail {
	width:250px;
	padding:0 13px;
	font-size:14px!important;
	line-height: 26px;
}

.ajax-form textarea, .ajax-form input {
	font-family:inherit;
}

.ajax-form textarea#commentText {
	padding:13px;
	font-size:80%;
	width:60%
}

.ajax-form .input-row input.button {
	padding:8px 13px;
	border:none!important;
	font-size:90%;
}

div.commentAuthor {
	background:#4385c5;
	color:#fff;
	padding:2px 4px;
	display:inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.outreach div.commentAuthor {
	background:#5cad2a;
}

.news div.commentAuthor {
	background:#fd8820;
}

.error-message {
	color:#ff0000;
}

h2.feedback-block-hdr {
	border-top: 5px solid #e4e4e4;
	color: #0774a7!important;
	padding: 40px 0 20px!important;
	text-transform: none!important;
}

/* Larger than standard - Larger than 1280 (devices and browsers) */
@media only screen and (min-width: 1280px)  {
	.guestBook-formBlock {
		width: 276px;
	}

	.input-row input#inputname, .input-row input#inputemail, .ajax-form textarea#commentText {
		width:250px;
	}
}

/* 'Standard' desktop */
@media only screen and (min-width: 960px) and (max-width: 1279px)   {
	.guestBook-formBlock {
		width: 220px;
	}

	.input-row input#inputname, .input-row input#inputemail, .ajax-form textarea#commentText {
		width:190px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.guestBook-formBlock {
		width: 180px;
	}

	.input-row input#inputname, .input-row input#inputemail, .ajax-form textarea#commentText {
		width:150px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.guestBook-formBlock  {
		position: relative;
		right: 0;
	}
}
