#g-vis h1 {
  font-weight: bold;
}

#g-vis .lead {
  font-weight: normal;
}

#g-vis-container {
  max-width: 850px;
  /*width: 95%;*/
  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: 1px 1px 5px rgba(0,0,0,0.25);
  padding: 1em;
}

.g-tip-mobile {
  left: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0px -1px 10px rgba(0,0,0,0.15);
}

.note {
  font-size: 14px;
}

.axis {
	font-family: 'Lato', 'Helvetica';
	font-size: 12px;
}

.axis path,
.axis-x line {
	display: none;
}

.axis-y line {
	stroke: #bbb;
}

.axis-y .tick:nth-child(2) line {
	stroke: #000;
}


.svg-container {
	float: left;

}

.svg-container h3 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 2em 0 0;
}

.overlay {
	pointer-events: all;
	fill: transparent;
}

.no-touch {
	pointer-events: none;
}

.g-btn-wrap {
	display: block;
	text-align: center;
	margin: 16px 0px 4px;
}

.g-legend {
	width: 250px;
	margin: 16px auto 0;
	display: flex;
	justify-content: space-around;
}

.key {
	display: flex;
	justify-content: center;
	align-items: center;
}

.key-block {
	width: 25px;
	height: 5px;
	border-radius: 3px;
	margin-right: 4px;
}

.key-block.tip-block {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

table.g-table {
	margin: 0;
}

table.g-table > thead > tr > th {
	border-bottom: 1px solid #000;
	padding: 4px;
	font-weight: normal;
}

table.g-table > tbody > tr > td {
	/*border-top: none;*/
	/*border-bottom: 1px solid #ddd;*/
}

table.g-table > thead > tr > th:last-child,
table.g-table > tbody > tr > td:last-child {
	text-align: right;
}

table.g-table > tbody > tr > td:first-child {
	display: flex;
	align-items: center;
}

.g-tip > div {
	font-size: 15px;
}