.media img {
	height: 100px;
}

.p-t-8 {
	  padding-top: 8px !important;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
	cursor: pointer;
}

.rating{
	color: #a9a9a9;
	margin: 0;
	padding: 0;
}

ul.rating {
	display: inline-block;
}

.rating li {
	list-style-type: none;
	display: inline-block;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.rating .rateable li:hover {
	color: gold;
}
.rating .filled {
	color: #39a5dc;
}

.center {
	margin: 0 auto;
	width: 80%;
}

.overlay {
	border-radius: 10px;
	position: fixed;
	width: 95%;
	height: 95%;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.85);
	z-index: 2;
	display: none;
}
