body {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	text-rendering: optimizeLegibility;
	color: #2d0e41;
	-moz-font-feature-settings: "liga" on;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-y: hidden;
}

img {
	max-width: 100%;
}

.main {
	width: 100%;
	height: calc(100vh - 48px); /* min top bar */
}

.clear {
	clear: both;
}

a {
	color: #db5087;
}

.top-bar__menu {
	position: absolute;
	top: 10px;
	right: 20px;
}

	.top-bar__menu li {
		text-decoration: none;
		background: #db5087;
		padding: 4px 8px;
		border-radius: 3px;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		margin-left: 10px;
	}

.tabs__content__panel h2 {
	margin: 20px;
}