	.editTextBox, .saveBox {
    color: #888;
	}
	.editTextBox {
    font-size:0.9em;
    margin-top: 6px;
	}
	.editTextBox:hover, .saveBox:hover {
    color: #557;
    cursor:pointer;
	}
	#ask1 {
		background-color:#ff6e52;
		color:white;
	}
	div#layout {
  	text-align: center;
	}

	#container2 {
	  margin: auto;
	}
	
	#container2 svg {
	  width: 100%;
	  height: 100%;
	  min-height:600px;
	}
	
	.bar {
	}
	
	text {
	  font-size: 12px;
	  fill: #333;
	}
	
	path {
	  stroke: gray;
	}
	
	line {
	  stroke: gray;
	}
	
	line#limit {
	  stroke: #5d5;
	  stroke-width: 2;
	}
	
	.grid path {
	  stroke-width: 0;
	}
	
	.grid .tick line {
	  stroke: #9FAAAE;
	  stroke-opacity: 0.3;
	}
	
	text.divergence {
	  font-size: 14px;
	  fill: #2F4A6D;
	}
	
	text.value {
	  font-size: 14px;
	  fill:#fff;
	}
	
	text.title {
	  font-size: 22px;
	  font-weight: 600;
	}
	
	text.label {
	  font-size: 16px;
	  font-weight: 600;
	}
	text.source {
	  font-size: 14px;
	  text-shadow: 1px 1px 2px white;
    fill: black;
	}
	table.larger {
		font-size:1.15em;
		color:#666;
	}
	table.larger .custom-select, table.larger input {
	    font-size: 1.5rem;
	}
	table.larger .stepper {
		display:none;
	}
	table.larger .results td span{
		font-weight:600;
	}
	table.larger .results td span#rProfit{
		color:#ff6e52;
	}
	[class*='fa-']:before {
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }