html, body {
  height: 100%;
  margin: 0;
    font: 400 16px/18px Roboto,sans-serif;
}
.grid2x2 {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid2x2 > div {
  display: flex;
  flex-basis: auto;
  justify-content: top;
  flex-direction: column;
}

#emphasis {
font: 400 14px/18px Roboto,sans-serif;

}



.box_view {
  padding: 5px;
  font-size: 0.8em;
  border: 1px solid #92a8d1;
font: 200 14px/18px Roboto,sans-serif;
  width: 180px;
  margin-left:5px;
  margin-top: 5px;
}

#data_box {
  background-color:#F6FAF5;
  font: 200 14px/18px Roboto,sans-serif;

}



.box { }
.box1 {
        width:200px}
.box2 {}
.box3 { background-color: purple; }
.box4 { background-color: grey; }

.groupby_section {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1em;
   border-bottom: 1px dotted;
}

#titlebar {
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-bottom: 1px dotted;
  font-size: 1.0em;
  font-weight: 300;
  background-color: #5a6372;
  color:white;
}

.groupby_pulldown_style {
  font-size: 0.8em;
  width: 150px;

}


.pulldown_style {
  width:150px;

}

#axis_select {
  font: 200 16px/18px Roboto,sans-serif;
  padding-top:10px;
  padding-left: 5px;
}

#pulldowns {
 padding-left: 15px;
 padding-top: 0px;
 margin-top: 0px;
 font: 200 14px/18px Roboto,sans-serif;
}

ul {
  padding-top: 0px;
  margin-top: 3px;
}

#instructions {
padding: 5px;
font-size: 0.9em;
font-weight: 300;

}
#apply_wrapper {

  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#apply_button {
-moz-box-shadow:inset 0px 1px 3px 0px #276873;
	-webkit-box-shadow:inset 0px 1px 3px 0px #276873;
	box-shadow:inset 0px 1px 3px 0px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #3d768a;
}
