.inactive {
	height: 100%;
}

.inactive .heading {
	margin: 2px 0 2px 5px;
}

.inactive .friendHeading {
	display: none;
}

.inactive.friends .friendHeading {
	display: block;
}

.inactive .communityHeading {
	display: none;
}

.inactive.communities .communityHeading {
	display: block;
}

.inactive .gameHeading {
	display: none;
}

.inactive.games .gameHeading {
	display: block;
}

.inactive .activityHeading {
	display: none;
}

.inactive.activities .activityHeading {
	display: block;
}

.inactive .listContainer {
	padding: 0 10%;
	background-color: white;
	/*max-height: 420px;*/
	overflow-y: auto;
	height: 100%;
}

.inactive.games .is-member .minus {
	display: none;
}

.inactive .empty-message {
	display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    height: 100%;
	font-family: 'Metropolis Bold';
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-align: center;
    color: #7c7c7c;
}