.search-bar {
  margin: 20px;
  text-align: center;
}

.search-bar input {
  width: 75%;
}

.list-group-item {
  cursor: pointer;
}

.list-group-item:hover {
  background-color: #eee;
}

.video-list img {
  max-width: 65px;
}

.details {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #eee;
}
