
.thumbnail-icon {
	text-align: center;
	font-size: 100px;
	padding: 2rem;
}


.mark_attendance {
	width: 100%;
}

table.table > tbody > tr > td {
	vertical-align: middle;
}

tr.term_subscription {
	background-color: hsl(120,100%,95%);
}
.pass_subscription {
	background-color: hsl(60,100%,95%);
}

.sign-on {
	text-align: center;
}

.social-sign-on {
	width: 250px;
	display: inline-block;
	padding: 16px;
	position: relative;
	text-align: left;
	/*margin: 0;*/
}
.social-sign-on i.fa {
	margin-right: 8px;
}
.social-sign-on:hover, .social-sign-on:active, .social-sign-on:visited {
	text-decoration: none;
}

.social-sign-on.google {
	background: #dd4b39;
	color: white;
}

.social-sign-on.facebook {
	background: #3b5998;
	color: white;
}