* {
  margin: 0;
  padding: 0;
}

ul,li {
  list-style: none;
}

#wrapper {
  display: flex;
  padding: 30px;
}

#thumnail-list ul {
  margin-right: 30px;
}

#thunail-list li {
  width: 100px;
  height: 100px;
  border-radius: 55px;
  padding: 2px;
  border: solid 3px #ddd;
  margin-bottom: 10px;
}

#thumnail-list img {
  border-radius: 50px;
}

#thumail-list .selected {
  border-color: #0080ff;
}