.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	max-width: 700px;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	background: #000;
}
h1, p, div {
	color: #fff;
	font-weight: 300;
}
h1 { margin-bottom: 0px; }
p { font-size: 1.05em; }
h1 + div, div + div {
	margin-top:  10px;
}
.img-container {
	width: 95px;
	height: 95px;
	margin: 0px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 2px;
}
.img-grid {
	display: table;
}
.img-container img {
	max-width: 150px;
	max-height: 150px;
}
.img-container:hover img {
	opacity: 0.90;
}
a {
	text-decoration: none;
}

.text-primary {
  color: #4da3ff; /* Brighter, more saturated blue */
}
a.text-primary:hover {
  color: #99d6ff; /* Very bright, unmistakable hover */
  text-decoration: underline;
}