body {
  font-family: sans-serif;
}

.container {
	max-width: 1000px;
}

.overview {
/*TODO*/
}

.details {
  border-top: rgba(240, 239, 239, 0.5) solid thin;
}

/*Carousel*/
.carousel-indicators {
	bottom: 0;
}
.carousel-indicators .active {
	background-color: #222;
}
.carousel-indicators li {
	border-color: #222;
}
/*Universal settings for all slides*/
.item{
  color: white;
}
/*Individual slide backgrounds*/
.slide1 {
    background-image: url('../img/buildings.gif');
    height: 220px;
    padding-left: 15px;
}
.slide2 {
    background-image: url('../img/university.jpg');
    height: 220px;
    padding-left: 15px;
}
.slide3 {
    background-image: url(http://www.publicdomainpictures.net/pictures/60000/nahled/-1378272724L7c.jpg);
    height: 220px;
    padding-left: 15px;
}
.slide4 {
    background-image: url('../img/art.jpg');
    height: 220px;
    padding-left: 15px;
}
/*End of carousel*/

.item {

}

.fruit {
  text-align: center;
  padding-top: 20px;
}
.sidebar {
  width: 100%;
  float: right;
  background-color: rgba(190, 187, 187, .5);
}

.important {
  text-align: center;
}

.details {
  float: center;
}

.overview {
  float: center;
}

.sidebar ul {
  text-align: left;
  text-overflow: ellipsis;
}

.glyphicon {
	font-size: 3em;
	display: block;
	text-align: center;
	color: rgba(58,135,173,1);
}
