.hiddenItem {
    display: none;
}

.shownItem {
    display: inherit;
}

/*** Filter by tags ***/

@media (max-width:480px) { 
	.tag-container-wrapper {
    	display: none;
	}
}

@media (min-width:480px) { 
	.tag-container-wrapper {
		margin-bottom: 20px;
	}
}

.tag-container-wrapper {
	margin-left: -10px;
}

.tag-container .tag label {
    margin-left: 10px;
}

/*** INDIVIDUAL PROFILE BOX ***/

.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 0 20px !important;
}

/* Scale down images on extra small screens */
@media screen and (max-width: 480px) {
	.results-container li.profile.layout img {	
		max-width: 80px;
 	}
}

/* Display 'Edit profiles' to signed-in contributors */
a.edit-link {
    position: relative;
    top: 0;
    left: 0;
    background-color: #621818;
	color: #fff;
    padding: 5px;
}