/*
 * TFJP single actions spacing 1.0.33
 * Fix the REAL sources of the gap below the actions row.
 */
.vv-video .vv-video-actions{
  /* Stop using negative child margin as spacing control. */
  margin-bottom:0!important;
}

/* Base Velocity leaves 10px below the whole video head. Tighten it. */
.vv-video .vv-video-head{
  padding-bottom:3px!important;
}

/* When description exists, its own 12px top padding was adding the visible gap. */
.vv-video .vv-video-head + .vv-description{
  margin-top:0!important;
  padding-top:6px!important;
}

/* When there is no description, taxonomy starts directly after the head. */
.vv-video .vv-video-head + .vv-tax-wrap{
  margin-top:6px!important;
}
