html {
	min-height: 100%;
	position: relative;
}

body {
	margin-left: 5px;
	margin-bottomt: 50px;
	font-family: "Segoe UI Light", "Segoe UI", "Verdana";
	font-size: 0.90em;
	overflow-x: hidden;
	color: #000;
	padding: 2%;
	padding-top: 1%;
	margin-top: 0;
	background-color: #fefefe;
	background-image: linear-gradient(135deg, white, #fefefe 500px);
	height: auto;
	width: 100%;
}

h1 {
	margin-top: 5px;
}

h1, h2, h3, h4 {
	font-family: "Segoe UI Light", "Segoe UI", "Verdana";
	font-weight: bold;
}

pre, samp {
    font-family: Consolas, Monaco, "Courier New", monospace;
    display: block;
    padding: 8.5px;
    font-size: 11px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #222;
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    border-radius: 8px; 
    margin-top: 8px; 
    margin-bottom: 8px; 
    position: relative;
    z-index: 100;	
}

.form-div {
	margin-right: 0px;
}

.checkbox-label {
	font-size: 12px;
	padding-left: 3px;
    padding-right: 5px; 	
}	
.dropdown-form {
	display: inline;
	white-space: wrap;
}

.dropdown-item {
	padding: 2px;
}

.wahl-chart {
  	height:auto;
}	

.info-text {
   margin-top:20px;
   height:auto;
}	

.button {
	border-radius: 4px;	
	border:  #505050 solid 2px;
	padding: 4px;
}

table {
	background-color: #f4f4f4 ! important;
}

.td_number {
  text-align: right;
  font-size: 12px;
  margin-right: 30px;
}

.button:hover {
  background-color: #707070; 
  color: white;
}

.select {	
	width: auto;
	font-size: 12px;
	padding: 3px 8px;
	white-space: nowrap;
	display: inline;
}

.chart_tooltips_css {
	background-color: #f0f0f0 ! important;
	color: #000 ! important;
	padding: 5px ! important;
	border: solid 2px #707070 !important;
	text-align: center;
	font-size: 12px ! important;
	z-index: 999 ! important;
}

#RGraph_tooltipsPointer {
	border-bottom: #707070 solid 2px;
	border-right: #707070 solid 2px;
	bottom: -7px !important;
}