/*
 * Bootstrap 3 grid, with some modifications to play nice with Drupal and CKEditor
 */

img {
  width: auto; /* Prevent squishing of large images in all themes */
  height: auto;
}

.carousel img {
  margin:0!important;
}

.cms-core-util-clear-both,
.clear-both {
  clear:both;
}

.cms-core-util-right,
.clear-right {
  clear: right;
}

.cms-core-util-left,
.clear-left {
  clear: left;
}

.cms-core-util-single-line {
  height: 1.3em;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.views-bootstrap-grid-plugin-style .row img {
  width: 100%;
}