
#g-vis h1 {
  font-weight: bold;
}

#g-vis .lead {
  font-weight: normal;
}

.no-padding-only {
	padding: 0;
}

#g-vis-container {
  max-width: 1050px;
  margin: 1% auto;
  font-family: "Lato";
}

.g-tip {
  position: absolute;
  width: 300px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff;
  z-index: 100;
  font-size: 12px;
  box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
  padding: 1em 1.32em;
}

.g-tip-mobile {
  left: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.note {
  font-size: 14px;
}

path {
  stroke: #aaa;
  stroke-opacity: .25;
}

path:hover {
  stroke-opacity: .75;
}

table.g-table {
  margin: 0;
}

.g-tip-title {
  font-size: 15px;
  margin-bottom: 8px;
}

table.g-table > thead > tr > th {
  padding: 4px;
  border-top: none;
  border-bottom: 1px solid #000;
}

table.g-table > tbody > tr > td {
  padding: 6px 4px;
  text-align: right;
}

table.g-table > tbody > tr > td:first-child {
  text-align: left;
}

table.g-table > tbody > tr.totals > td,
table.g-table > tbody > tr.totals {
  border-top: 1px solid #000;
}

text {
  pointer-events: none;
}

.key-block {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background: rgb(233, 74, 66);
  border-radius: 50%;
}

.main-td {
  display: flex;
  align-items: center;
}

.key-block.key-democrat {
  background: rgb(132, 185, 216);
}

.btn-light {
  background-color: #eee;
  margin: 4px 2px;
}

.btn-light.btn-active {
  background-color: #58595b;
  color: #fff;
  box-shadow: 0 0 0 0.15rem rgba(88,89,91,.5);
}

.g-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.btn-custom {
  margin: 0px 4px;
}

span.title {
  display: block;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}