.visitedUrls {
	font-weight: bold;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}.carousel-caption {
	left:10px;
	top: 0;
	text-align: left;
	max-width: 440px;
	right: auto;
	padding:5px;
}
.carousel-control.left, .carousel-control.right {
	top: auto;
	bottom: 20px;
	background-image: none
}
.carousel-inner h3 {
	font-size:28px;
	color: #fff;
	font-weight: bold;
}
.carrousel-inner p {
	font-size: 12px;
}
#carousel {
	width: 100%;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #eaeaea;
}