﻿html,
body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: rgb(120, 130, 136);
}

#widgetTitle {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 15px;
}

#widgetFooter {
  font-family: "Open Sans", Arial, sans-serif;
  text-align: center;
  font-size: 1em;
  line-height: 1.1;
  color: rgb(120, 130, 136);
  margin: 10px 0 10px;
}

.embed-card-body {
  padding: 4px 5px 6px;
}

a .powered-by {
  width: 100px;
  opacity: 0.9;
  cursor: pointer;
}

.powered-by-outer {
  margin-top: 0.5em;
  text-align: right;
}

.embed-card-body #widgetContent {
  border: 1px solid #eaeaea;
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.inline-children div {
  display: inline-block;
  padding: 0 10px 0 5px;
}

a[href='http://www.amcharts.com/javascript-charts/']
{
  display: none !important;
}

#data-insight-outer .panel {
  margin-bottom: 0;
}

.no-responses > * {
  display: block;
  margin: 15px auto;
}

.response-count {
  display: none;
}

td.legendLabel {
  color: #333;
}
