/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wp-ableplayer-wrapper .able {box-shadow:none;} /* remove shadow */
.wp-ableplayer-wrapper .able-controller .able-left-controls {margin-left:16px;} /* line up with play bar */
.wp-ableplayer-wrapper .able-controller .able-right-controls {margin-right:15px;} /* line up with play bar */
.wp-ableplayer-wrapper .able-controller .able-right-controls img { /* vertical bar images, don't stack controls */
  border:none !important;
  display:inline-block !important;
}

.wp-ableplayer-wrapper .able-status-bar { /* timer, speed, and status bar taller */
  height:32px;
  padding:5px 25px 5px 20px;
}

.wp-ableplayer-wrapper .able-seekbar-loaded{
    height:.3em;
}
.wp-ableplayer-wrapper .able-descriptions{
    width
    : 100%;
}
.wp-ableplayer-wrapper .able-vidcap-container {
    margin-bottom: -5px !important;
}