html {
	font-family: sans-serif;
	color: #4d4d4d;
}

body {
	margin: 0;
	background-color: #0079bf;
}

h1 {
	font-size: 24pt;
	margin: 8px 0 4px 0;
}

h3 {
	font-size: 16pt;
	font-weight: 100;
	margin: 0 0 4px 0;
}

.card {
	background-color: #fff;
	box-shadow: 0 1px 0 0 #ccc;
	border-radius: 5px;
	margin-bottom: 8px;
	max-width: 700px;
	margin: 100px auto;
	overflow: hidden;
}

.card-image {
	height: 180px;
	overflow: hidden;
	position: relative;
}

.card-image:after {
	content:"";
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: -30px;
	background: linear-gradient(to top, #333, transparent);
}

.card-image img {
	width: 100%;
}

.card-header, .card-body {
	padding: 5px 10px;
}

a, a:visited {
	color: #55b2e7;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #3588BA;
	text-decoration: underline;
}

#docs-link, #uas-link {
	text-align: center;
}

#uas-link {
	margin-bottom: 15px;
}

#docs-link a, #docs-link a:visited {
	color: #999;
	font-weight: normal;
}

#docs-link a:hover {
	color: #777;
}

hr {
	border: none;
}

hr::after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #aaa;
	background: linear-gradient(90deg, rgba(170,170,170,0) 0%, rgba(170,170,170,1) 10%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 90%, rgba(170,170,170,0) 100%);
}
