﻿[v-cloak] {
	display: none;
}

a.peak15DestinationFilterLink {
	color: #000000;
	text-decoration: underline;
}

#peak15DestinationFilterUp {
	color: #000000;
	text-decoration: underline;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.filter {
	font-size: 14px;
	padding: .3em .4em .4em;
	margin: 0 .1em;
}

	.filter a {
		color: #bbb;
		cursor: pointer;
		opacity: 0.6;
		margin: 0 0 0 .3em;
	}

		.filter a:hover {
			opacity: 1.0;
		}

	.filter .remove {
		vertical-align: bottom;
		top: 0;
	}

	.filter a .glyphicon-white {
		color: #fff;
		margin-bottom: 2px;
	}

.flex-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin: -10px;
}

.flex-column {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 175px;
	margin: 10px;
}

.center {
	text-align: center;
}

@media(max-width: 400px) {
	.flex-grid {
		display: block;
	}
}
