/* Updated for ID7, Gavin Wray ITS 26 Jan 2016 */

.hiddenItem {
    display: none;
}
.shownItem {
    display: inherit;
}

/*** Filter by tags ***/

@media (min-width:480px) { 
	.tag-container-wrapper {
		margin-bottom: 30px;
	}
}
.tag-container-wrapper {
	margin-left: -10px;
}
.tag-container .tag label {
    margin-left: 10px;
}

/*** Staff profiles ***/

.results-container li.profile.layout.boxstyle_ {
    padding: 1em;
}
.results-container li.profile.layout.boxstyle_.box2 {
    background-color: #eee;
}
.results-container li.profile.layout img {
    float: right !important;
    margin: 0 0 15px 20px !important;
}
/* Reduce portrait image size on extra small screens */
@media screen and (max-width: 479px) {
	.results-container li.profile.layout img {	
		max-width: 90px;
 	}
}

/* Display 'Edit staff profiles' to signed-in contributors */

a.edit-link {
    position: relative;
    top: 0px;
    left: 0px;
    color: #fff;
    background-color: #89102c;
    padding: 5px;
}