body {
	padding-top: 60px;
	background-image: url('/assets/images/app/bg2.jpg');
	background-size: 100% 1200px;
	background-position: center -100px;
	background-attachment: fixed;
}
.starter-template {
	padding: 40px 15px;
	text-align: center;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
	color: white;
	text-shadow: 1px 1px 2px black;
}

#mobileMate {
	margin-top: 10px;
}

#mobileMate h1,
#mobileMate h2,
#mobileMate h3,
#mobileMate h4,
#mobileMate h5 {
	margin-top: 0;
	color: black;
}

.group_image {
}

.class_image_box {
	text-align: center;
}

.class_image_container {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.class_image_container img {
	border: 1px solid #444;
	width: 100%;
	height: 100%;
}

.hideFrames .frame {
	border: none !important;
}

.class_image_container .frame {
	position: absolute;
	border-radius: 50%;
	border: 3px solid #ffee0f;
	cursor: pointer;
}

.class_image_container:hover .frame {
}

.class_image_container .frame.selected {
	border: 3px solid #00CC00;
	box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.class_image_container .frame:hover {
	border: 3px solid #00CC00;
}

.group_pic_preview_box {
	position: relative;
	text-align: center;
	color: white;
	font-size: 12px;
	width: 120px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #333;
}

.group_pic_preview_box.selected {
	border-color: white;
	box-shadow: 0 0 10px #000, 0 0 10px #000;
}

.group_pic_preview_box div#classPicTitle {
	position: absolute;
	bottom: 0;
	right: 5px;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black;
}

.group_pic_preview_box div#classPicInfo {
	position: absolute;
	bottom: 14px;
	right: 5px;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black;
}

.group_pic_preview_box:first-child {
	margin-left: 0;
}

.group_pic_preview_box:last-child {
	margin-right: 0;
}

.group_pic_preview_box img {
	filter: none;
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	cursor: pointer;
}

.group_pic_preview_box img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
	transition: all 300ms ease;
	cursor: pointer;
}

.group_pic_preview_box img.selected {
	filter: none;
	-webkit-filter: grayscale(0%);
	-moz-filter:    grayscale(0%);
	-ms-filter:     grayscale(0%);
	-o-filter:      grayscale(0%);
}

.avatar1 {
	width: 100%;
	margin-top: 20px;
}

.avatar2 {
	width: 100%;
	margin-bottom: 20px;
}

#classPicsList {
	background-color: rgba(0,0,0,0.2);
	overflow-x: auto;
	max-height: 135px;
	white-space: nowrap;
}