.key-container {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 17px 0 0 0;
}
.key-item {
	display: flex;
	flex-flow: row nowrap;
	padding: 0 20px;
	align-items: center;
}
.key-logo {
	width: 40px;
}
.key-text {
	text-transform: capitalize;
	font-size: 15px;
	padding: 12px 0 0 7px;
}
.key-units, .key-units-long {
	height: 40px;
	width: 40px;
	border-radius: 5px;
	background-color: #598de0;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
}

.key-units-long {
	width: 100px;
}

.flex-holder .key-units {
	margin: 0 5px 0 5px;
}

.key-rates {
	height: 40px;
	border-radius: 5px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #808080;
	padding: 6px 10px 0 10px;
}

.blm-table-key-container {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 17px 0 35px 0;
}
.blm-camp-elevation {
	background-color: #598de0;
	color: white;
	height: 40px;
	width: auto;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 6px 0 6px;
}
.blm-camp-sites {
	background-color: #48a873;
	color: white;
	height: 40px;
	width: auto;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	padding: 6px 6px 0 6px;
}
.blm-camp-rv-length {
	background-color: #b72d42;
	color: white;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	padding-top: 6px;
}
.blm-camp-group-sites {
	background-color: #09a3c1;
	color: white;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	padding-top: 6px;
}
.blm-camp-picnic-tables {
	background-color: #2031b2;
	color: white;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	padding-top: 6px;
}
.blm-camp-boat-launch {
	background-color: #af6107;
	color: white;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	padding-top: 6px;
}
.blm-camp-small {
	padding-top: 13px;   
	margin-left: 8px; 
}

.managed-table-key-container {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 17px 0 0 0;
}
.managed-property-units {
	background-color: #598de0;
	color: white;
	height: 40px;
	width: 100px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 6px 0 6px;
}


.resorts-table-key-container {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 17px 0 35px 0;
}
.resorts-total-units {
	background-color: #598de0;
	color: white;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
}
.resorts-rates {
	background-color: #808080;
	color: white;
	height: 40px;
	width: auto;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	padding: 6px 6px 0 6px;
}
.resorts-small {
	padding-top: 13px;   
	margin-left: 8px; 
}

.rv-units {
	background: #b72d42;
}
.tent-units, .elev-units {
	background: #598de0;
}
.elev-units {
	width: 60px;
}
.cabin-units, .group-units {
	background: #09a3c1;
}
.rv-length, .camp-units {
	background: #6e993d;
}

@media all and (max-width: 650px){
	.key-container {
		justify-content: left;
	}

	.key-item {
		flex: 1 1 50%;
		padding: 0 10px;
	}
}

@media all and (max-width: 450px){
	.key-item {
		padding: 0 5px;
	}
	.key-units {
		height: 34px;
		width: 34px;
	}
	.key-logo {
		width: 34px;
	}
	.key-rates {
		height: 34px;
		padding: 6px 7px 0 7px;
	}
}