/*
Updated for ID7 
Gavin Wray 7 Jan 2016
*/

.hiddenItem {
    display: none;
}
.shownItem {
    display: inherit;
}

/* Filter by tags */

@media (min-width:480px) { 
	.tag-container-wrapper {
		margin-bottom: 20px;
	}
}
.tag-container-wrapper {
	margin-left: -10px;
}
.tag-container .tag label {
    margin-left: 10px;
    font-weight: normal;
}

/* Staff summaries */

.results-container li.profile.layout.boxstyle_ {
    padding: 20px;
    min-height: 190px; /* increase if photos break out of containing box */
}

/* Constrain image sizes when dimensions are unknown and variable */

/* extra small screens first and set default */
.results-container li.profile.layout img {
    float: right !important;
    margin: 0 0 0 20px !important;
	max-width: 200px;
	max-height: 150px;
}
/* medium screens and above */
@media (min-width: 768px) {
	.results-container li.profile.layout img {
		max-width: 275px;
	}	
}

/* Display 'Edit summaries' to signed-in contributors */
a.edit-link {
    position: relative;
    top: 0px;
    left: 0px;
    color: #fff;
    background-color: #B52D3E;
    padding: 5px;
}