.page-taxonomy-term .field-label {
	display: none;
}

.page-taxonomy-term .field-name-field-image {
	width: 20%;
	float: left;
	margin-right: 5%;
}

.page-taxonomy-term  .field-name-body {
	width: 75%;
	float: left;
	clear: right;
}

.page-taxonomy-term .node-readmore {
	float: left;
    width: 75%;
}



.page-taxonomy-term .field-type-taxonomy-term-reference  {
	display: none;
}

/*  Other */

.node-type-publication  .field-type-taxonomy-term-reference {
position: absolute;
    top: 50px;
    color: white;
}

.node-type-article  .field-type-taxonomy-term-reference  {
	position: absolute;
    top: 50px;
    color: white;
}

.node-type-publication  .field-name-field-subtitle  {
	position: absolute;
    top: 180px;
    color: white;
}


.node-type-publication  .field-type-taxonomy-term-reference a , .node-type-article  .field-type-taxonomy-term-reference a {
	color: white;
}


.node-type-article  .field-label , .node-type-publication .field-label{
	display: none;
}

.node-type-article .field-name-field-image  {
	display: none;
}


.node-type-webform  .field-type-text-with-summary .field-label {
	display: none;
}

.node-type-webform .submitted {
	display: none;
}

.node-type-webform  .field-name-field-form-side-text {
	float: right;
	width: 50%;
}

.node-type-webform .field-name-field-form-preamble  {
	float: left; 
	width: 47.5%;
}

.node-type-webform  form {
	float: left; 
	width: 47.5%;
}