/* Owl Carousel Bootstrap Custom CSS */



/* Content */
.table th, .table td {
padding: 8px 12px;
}

/* Footer */



/* Demo Slides */

#owl-example .item{
	margin: 0 15px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#owl-example .item img{
	width: auto;
	margin: 0 auto;
	display: block;
}