#search_result_container .videoItem, #search_channel_result_container .videoItem, #search_result_list_container_video .videoItem, #search_result_list_container_channel .videoItem {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  height: 110px;
  cursor: pointer;
}

#search_result_container .videoItem:hover, #search_channel_result_container .videoItem:hover, #search_result_list_container_video .videoItem:hover, #search_result_list_container_channel .videoItem:hover {
  background: #eceff1;
}

#search_result_container .videoItem .icon, #search_channel_result_container .videoItem .icon, #search_result_list_container_video .videoItem .icon, #search_result_list_container_channel .videoItem .icon {
  width: 120px;
  height: 90px;
  float: left;
}

#search_result_container .videoItem .icon img, #search_channel_result_container .videoItem .icon img, #search_result_list_container_video .videoItem .icon img, #search_result_list_container_channel .videoItem .icon img {
  border-radius: 5px;
}

#search_result_container .videoItem .title, #search_channel_result_container .videoItem .title, #search_result_list_container_video .videoItem .title, #search_result_list_container_channel .videoItem .title {
  margin-left: 130px;
  font-size: 16px;
  font-weight: 500;
  color: #263238;
}

#search_result_container .videoItem .channel-title, #search_channel_result_container .videoItem .channel-title, #search_result_list_container_video .videoItem .channel-title, #search_result_list_container_channel .videoItem .channel-title {
  margin-left: 130px;
  font-size: 14px;
  font-weight: 500;
  color: #263238;
}

#search_result_container .videoItem .description, #search_channel_result_container .videoItem .description, #search_result_list_container_video .videoItem .description, #search_result_list_container_channel .videoItem .description {
  margin-left: 130px;
  margin-top: 5px;
  font-size: 14px;
  color: #616161;
  overflow: hidden;
}

#search_result_container .videoItem .details, #search_channel_result_container .videoItem .details, #search_result_list_container_video .videoItem .details, #search_result_list_container_channel .videoItem .details {
  margin-left: 130px;
  font-size: 14px;
  color: #616161;
}

/* === Divider with "or" === */
.divider-or {
  display: flex;
  align-items: center;
  margin: 26px 0 10px;
}

.divider-or .line {
  flex: 1;
  height: 1px;
  background: #eee;
}

.divider-or .text {
  padding: 0 16px;
  color: #999;
  font-size: .97em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.helper-bubble {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  cursor: pointer;
  color: #4169e1;
  font-size: 1.11em;
  border-radius: 50%;
  text-align: center;
  line-height: 0;
  background: #f4f7ff;
  box-shadow: 0 1px 3px rgba(65, 105, 225, 0.07);
  border: 1px solid #e6ebf5;
  transition: background .2s;
  padding: 1px;
}

/* === Toggle links === */
.toggle-link {
  display: block;
  text-align: center;
  color: #4169e1;
  cursor: pointer;
  font-weight: 500;
  margin-top: 8px;
  font-size: 1.05em;
  transition: color .2s;
}

.toggle-link:hover {
  color: #2741b2;
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

.helper-text {
  color: #bbb !important;
  font-size: .96em !important;
}

.small-link {
  color: #4169e1;
  font-weight: 500;
  text-decoration: none;
}

.small-link:hover {
  text-decoration: underline;
}

/* Tablet - Medium screens (601px to 992px) */
@media only screen and (min-width: 769px) {
  #create .desktop-valign {
    display: flex;
    align-items: center;
  }
}

