.content {
  background: #fff;
}
.content .row {
  margin-left: 0;
  margin-right: 0;
}
.img-responsive {
  margin-bottom: 20px;
}
.about {
  text-align: center;
  background: #413A41;
  color: #FFFFFF;
  padding: 20px;
  font-size: 20px;
}
.list-item {
  padding: 15px 0 15px 30px;
  background-color: #e9e7e7;
  font-size: 14px;
  border-bottom: 1px solid #d3cfcf;
}
.list-item a {
  color: inherit;
}
.list-item a:hover {
  color: #fff;
}
.list-item:hover {
  background: #cccaca;
  color: #fff;
  cursor: pointer;
}
.placea {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  background: #F0F0F0;
  font-size: 14px;
  padding: 15px;
}
.placea a:hover {
  color: #eb1010;
}
.textbok {
  padding: 10px 0;
}
.textbok img {
  width: 80%;
}
