body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.banner {
	padding: 10px;
	height: 60px;
	background: #9bbc88;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}

.banner_title {
	float: left;
	font-size: 32;
}

.banner_roscoe {
	float: right;
	margin-right: 20px;
}

.banner_roscoe form {
	font-size: 11;
	margin: 1px;
}

.banner_roscoe p {
	font-size: 12;
	margin: 1px;
}

.banner_profile {
	float: right;
	margin-right: 20px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	right: 10px;
	left: auto;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Add a grey background color to dropdown links on
* hover */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.banner_profile:hover .dropdown-content {
	display: block;
}

// tab navigation
.tab_div {
	overflow: hidden;
	background-color: #333;
}

.tab_div a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}


.tab_div a:hover {
	background-color: #ddd;
	color: black;
}

.tab_div a.active {
	background-color: #04AA6D;
	color: white;
}

.tab_div .icon {
	display: none;
}
 
@media screen and (max-width: 600px) {
	.tab_div a:not(.active) {display: none;}
	.tab_div a.active {display: block;}
	.tab_div a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.tab_div.responsive {position: relative;}
	.tab_div.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.tab_div.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}


.auth {
	margin: auto;
	width: 350px;
}

.reports {
	//float: left;
	width: 250px;
	// border-style: solid;
}

.preview {
	// float: right;
	// border-style: solid;
}

.multipane_body {
	overflow: hidden;
}

.search_results2_wide {
	float: left;
	width: 64%;
	margin: 5px;
}

.search_results2_narrow {
	float: left;
	width: 100%;
	margin: 5px;
}

.search_results2_suppressed {
	display: none;
}

.row_detail_wide {
	overflow: hidden;
	width: 34%;
}

.row_detail_narrow {
	overflow: hidden;
	width: 100%;
}

.row_detail_suppressed {
	display: none;
}

.search_back {
	display: none;
}

.search_back_scoop {
	margin: 15px;
}

.diag {
	clear: both;
}
