body.edition-greenhouse div.maincolumn_head {
	background-color: #007030;
}

body.edition-greenhouse div.rightcolumn_head, body.edition-greenhouse div.leftcolumn_head {
	background-color: #11A24A;
}

body.edition-greenhouse #chatwrapper {
	border-color: #e2f3e8;
	background-color: #e2f3e8;
}

body.edition-greenhouse #chatbox {
	border-color: #11A24A;
}

body.edition-greenhouse a,body.edition-greenhouse h1,div.storyblock.edition-greenhouse a,div.storyblock.edition-greenhouse h1 {
	color: #007030 !important;
}

body.edition-greenhouse ul.tabs_menu a {
	color: #fff !important;
}

body.edition-greenhouse div.comment-buttons a {
	color: #fff;
}

body.edition-greenhouse div.story a:visited,div.storyblock.edition-greenhouse div.story a:visited {
	color: #00471D !important;
}

body.edition-greenhouse div#crystalball-wrap {
	background-image: radial-gradient(circle farthest-corner,#f9f8fa 80%,#C6DBCD 89%,#C6DBCD 92%);
	border-color: #11A24A;
}

body.edition-greenhouse div#hdr_nav_user i.fas.fa-user.insider {
	background-image: radial-gradient(circle closest-side,#007030 50%,#11A24A 90%,#1D1D1D 100%);
}

body.edition-greenhouse li.cmt > div {
	border-top-color: #C6DBCD;
}

body.edition-greenhouse div#bottom {
	border-top-color: #007030;
}

body.edition-greenhouse img.hdr_title, body.edition-greenhouse img.hdr_icon {
	height: 60px;
}

body.edition-greenhouse div#hdr_nav_tabs > ul.tabs_menu li a:link, body.edition-greenhouse div#hdr_nav_tabs > ul.tabs_menu li a:visited {
	color: #eee;
}

body.edition-greenhouse div#hdr_nav_tabs > ul.tabs_menu li a:hover, body.edition-greenhouse div#hdr_nav_tabs > ul.tabs_menu li a:active {
	color: #ccc;
}

body.edition-greenhouse div.maincolmod {
	border-color: #007030;
}

body.edition-greenhouse div#expandercontrols, body.edition-greenhouse div#expandercontrols > a {
	color: #C6DBCD !important;
}

body.edition-greenhouse div.featured-discussion {
	background-color: #e2f3e8;
	padding: 24px;
	margin-bottom: 38px;
	margin-left: 5px;
	margin-right: 5px;
}

body.edition-greenhouse 

div.featured-discussion h2 {
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 3px solid #007030;
	color: #333;
	font-family: 'Georgia','Times',serif;
	font-weight: normal;
	font-size: 24px;
}

ol.featured-discussion {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0;
}

div.featured-discussion h3 {
	padding-bottom: 8px;
}

ol.featured-discussion li {
	padding-bottom: 12px;
	border-bottom: 2px dotted #007030;
	margin-bottom: 24px;
}

ol.featured-discussion li:last-child {
	border-bottom: 3px solid #007030;
	padding-bottom: 24px;
	margin-bottom: 0;
}

ol.featured-discussion li h3 {
	font-size:17px;
	margin-bottom: 0;
	color: #333;
}

ol.featured-discussion li h3 span.quoted-post-title {
	font-style: italic;
}

ol.featured-discussion li div.commentname {
	font-style: italic;
	margin-bottom: 4px;	
	font-family: Georgia,'Times',serif;
	font-size: 14px;
	color: #666;
}

ol.featured-discussion li div.commentname a {
	font-style: normal;
	font-weight: bold;
}

ol.featured-discussion div.cbody {
	line-height: 140%;
}

body.edition-greenhouse form.comment-form {
	padding: 0;
}

div.featured-discussion form.comment-form p,div.featured-discussion form.comment-form input[type="text"],div.featured-discussion form.comment-form textarea {
	margin: 0 0 6px;
}

div.featured-discussion input.td-button {
	background-color: #007030;
	border: none;
	color: white;
	font-weight: bold;
	font-family: 'Trebuchet MS','Arial','Helvetica',sans-serif;
	padding: 4px 12px !important;
}

body:not(.edition-greenhouse) div.storyblock.edition-greenhouse {
	background-color: #e2f3e8;
	border: 1px solid #C6DBCD;
}

body:not(.edition-greenhouse) div.storyblock.edition-greenhouse div.story {
	padding: 10px 12px 12px 10px;
}

body:not(.edition-greenhouse) div.storyblock.edition-greenhouse::before {
content: 'Tech Policy Greenhouse';
display: block;
margin: 0 0 5px;
padding: 4px;
background-color: #C6DBCD;
text-align: center;
line-height: 10px;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #007030;
letter-spacing: 1px;
}

body:not(.edition-greenhouse) div.storyblock.edition-greenhouse div.expandermask {
	background: -moz-linear-gradient(top,rgba(226,243,232,0) 0%,rgba(226,243,232,1) 99%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,243,232,0)),color-stop(99%,rgba(226,243,232,1)));
	background: -webkit-linear-gradient(top,rgba(226,243,232,0) 0%,rgba(226,243,232,1) 99%);
	background: -o-linear-gradient(top,rgba(226,243,232,0) 0%,rgba(226,243,232,1) 99%);
	background: -ms-linear-gradient(top,rgba(226,243,232,0) 0%,rgba(226,243,232,1) 99%);
	background: linear-gradient(to bottom,rgba(226,243,232,0) 0%,rgba(226,243,232,1) 99%);
}

body:not(.edition-greenhouse) div.storyblock.edition-greenhouse a.expanderlink {
	background-color: #e2f3e8;
	border-bottom-color: #e2f3e8;
}