.box {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.box h3 {
  font-weight: bold;
}
.edit {
  font-size: 14px;
  color: green;
  cursor: pointer;
}
.modal-input {
  width: 100%;
}
.video-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  background-color: skyblue;
  padding-left: 10px;
}
