.page {
  margin-bottom: 25px;
}
.page > footer .cblt-panel,
.page > header .cblt-panel,
.page > footer .cblt-content,
.page > headr .cblt-content,
.page > footer header,
.page > header header,
.page > footer .cblt-tab-container,
.page > header .cblt-tab-container {
  background: transparent;
  border: none;
}
.page > footer header,
.page > header header {
  margin: 0 0 10px;
  padding: 0;
}
#flexible-dealer-footer {
  margin-bottom: 0;
}
/* Tabs and Panels */
.cblt-panel {
  border: none;
  border-bottom: 1px solid;
  overflow: hidden;
}
.cblt-panel.no-chrome,
header .cblt-panel,
footer .cblt-panel {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .cblt-panel,
footer .cblt-panel {
  border: none;
}
.cblt-panel > header {
  height: 30px;
  line-height: 30px;
  padding: 0;
  position: relative;
}
.cblt-panel > header .h1,
.cblt-panel > header h1,
.cblt-panel > header .title {
  padding-left: 5px;
}
.cblt-panel .cblt-content {
  border-top-width: 1px;
  border-top-style: solid;
}
footer .cblt-panel .cblt-content {
  border-width: 0;
  width: 100%;
}
.cblt-panel footer {
  bottom: 0;
  float: left;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
}
.cblt-button,
button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  border: 0;
}
/* For NADA */
.image-widget,
.image-widget img {
  border-radius: 5px;
}
.cblt-panel.no-chrome {
  outline: none;
}
.cblt-panel.no-chrome header {
  background: transparent !important;
  background-image: none;
  border-color: transparent;
}
.cblt-panel.no-chrome .cblt-content {
  border: none;
}
#content .cblt-panel.controls {
  border-width: 1px !important;
  border-style: solid;
}
/* Tooltip popups */
.cblt-tooltip {
  position: relative;
}
.cblt-tooltip .label {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  cursor: help;
}
.cblt-tooltip .tooltip {
  display: none;
  margin: 0;
  line-height: 12px;
  font-size: 10px;
  padding: 5px;
  position: absolute;
  z-index: 10;
  left: -10px;
  bottom: 0;
  width: 120px;
  overflow-y: auto;
  max-height: 75px;
}
.cblt-tooltip.bubble .tooltip {
  border-radius: 5px;
  bottom: 20px;
  overflow-y: auto;
}
.cblt-tooltip .label:hover + .tooltip,
.cblt-tooltip .tooltip:hover {
  display: block;
}
/* These hacks may have been created for legitimate business reasons, 
 * but they are terrible design practices.
 * This file exists to shame everyone that reads it until these can be 
 * refactored and removed.
*/
/* Specials Rotator uses a non-standard tabs functionality because it was mocked to client
 * DO NOT USE FOR OTHER PROJECTS
 * The widget should be refactored to a standard after delivery
 */
.cblt-tabs-container.specials-widget-only .cblt-tabs a {
  padding: 3px 5px;
  margin-right: 1px;
}
.cblt-tabs-container.specials-widget-only .cblt-tab-panels > .cblt-panel {
  display: none;
}
.cblt-tabs-container.specials-widget-only .cblt-tab-panels > .cblt-panel.active {
  display: block;
}
.cblt-panel > header span {
  line-height: 30px;
}