body {
	font-family: calibri,tahoma,arial,verdana,sans-serif !important;	
}

/*
Ext turns off nearly all standard html formatting, so this section is turning it back on for remote content
pulled in and placed in a a 'md' class.
*/
.md strong { font-weight: bold; }

.md hr {
    border-color: #e1e1e1;
    margin:10px 0;
}

/* Restore table rendering */

.md table:not(.code) {
    margin: .8em .2em;
    color: #000000;
    border: 0;
    width: auto;
    display: block;
    overflow-x:auto
}

.md table:not(.code) thead tr:nth-child(odd) {
    background: #bbbbbb;
}

.md table:not(.code) thead tr:nth-child(even) {
    background: #bbbbcc;
}

.md table:not(.code) tbody tr:nth-child(even) {
    background: #d6e3f2;
}

.md table:not(.code) tbody tr:nth-child(odd) {
    background: #bcc8d6;
}

.md table:not(.code) tr th {
    padding: .5em .9em;
    line-height: 1.8em;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
}

.md table:not(.code) tr td {
    padding: .2em .4em;
    line-height: 1.2em;
    vertical-align: left;
    border: 1px solid #dbdbdb;
}

/* Lists */

.md ul { list-style-type: disc; }
.md ol { list-style-type: decimal; }
.md ul li, .md ol li {
    line-height: 1.6em;
    margin-left: 2em;
    padding-left: 3px;
}

/*Web Services Table CSS*/
.confluenceTable{
    border-collapse: collapse;
    margin-bottom:10px;
}

.confluenceTable thead tr{
    background:#d6e3f2 !important;
}

.confluenceTable tr:nth-child(even){
    background:#d6e3f2;
}

.confluenceTable tr:nth-child(odd){
    background:#bcc8d6;
}

.confluenceTh{
    text-align:left;
    padding:10px;
}

.confluenceTd{
    padding:10px;
}

/*Web Services Table CSS END*/

/*Cooperatives FAQ CSS*/
#faqsDiv div[style]{
   border-top:none !important;
   border-bottom:none !important;
}

#faqsDiv p{
    margin:10px;
}
/*Cooperatives FAQ CSS END*/

.ngwmn-tabs-container H1 {
    font-size: 15pt;
    margin-bottom: 10pt;
}

.backtosplash{
    text-decoration:none;
    color:#233f8f;
}

.ngwmn-footer {
	margin-top: 6em;
	text-align: center;
	font-size: small;
}

.ngwmn-footer a,
.ngwmn-footer a:hover {
	text-decoration: none;
}

.ngwmn-footer a:link {
	color: #233F8F;
}

.ngwmn-footer a:visited {
	color: #D1544A;
}

#legend-div {
	z-index: 99;
	position: absolute;
	bottom: 160px;
	right: 0px;	
}

#visid{
	z-index: 99;
	position: absolute;
	bottom: 5px;
	left: 150px;	
}

.map-tools {
	z-index: 99;
	position: absolute;
	top: 5px;
	left: 40px;
}

.hand-drag-icon {
	background-image: url(../images/draghand.gif) !important;
}


.id-reach-icon {
	background-image: url(../images/identifygif.gif) !important;
}
.cursor-identify {
	cursor: url('../images/identifyCur.cur'), pointer;
}


.zoom-in-icon {
	background-image: url(../images/zoomInIcon.gif) !important;
}

.zoom-out-icon {
	background-image: url(../images/zoomOutIcon.gif) !important;
}

.map-layers-icon {
	background-image: url(../images/layersIcongif.gif) !important;
}

.download-icon {
	background-image: url(../images/downloadIcongif.gif) !important;
}

.map-export-icon {
	background-image: url(../images/exportIcongif.gif) !important;
}

.extent-usa-icon {
	background-image: url(../images/extentUSA.gif) !important;	
}

.columns_33p {
  width: 31%;
  float: left;
  margin-right: 1em;
}
.columns_66p {
  width: 65%;
  float: left;
}

.columns_50p {
  width: 48%;
  float: left;
  padding: 0.2em;
}

.columns_25p {
  width: 23%;
  float: left;
  padding: 0.2em;
}

.columns_75p {
  width: 73%;
  float: left;
  padding: 0.2em;
}


.criteria {
  border: solid gray 1px;
  overflow: visible;
}

.criteria label {
  font-weight: bold;
  padding-left: 0.3em;
}

.criteria .input select {
  margin: 0em 0.5em 0.5em 0.5em;
  width: 90%;
}

.criteria input, .criteria select {
  margin: 0.2em;  
}

.criteria .input {
  text-align: center;
}

.criteria h2 {
position:relative;
text-align:left;
width:auto;
  font-size: 110%;
  margin-top: -0.9em;
  margin-bottom: -0.7em;
  margin-left: 0.3em;
  background-color: #F1EAD8;
  padding: 0em 0.2em;
  float: left;
}

.tab-padding {
  padding: 0.9em 0.4em 1.4em 0.4em;
}

.instruction {
  background-color: #DED6A4;
  padding: 0.5em 0.5em 0em 0.5em;
  font-size: 95%;
}

.map_button {
  font-size:100%;
  font-weight:bold;
  text-align:center;
  width:95%;
  white-space: normal;
}

.short-text {
  width: 33%;
}

hr {
  width: 90%;
}

.const-div {
  cursor: pointer;
}

.toc{
    text-align:center;
}

.toc a{
    padding:10px;  
}

.toc a:nth-child(3){
    margin-right:0px;
}

.reset-button {
  float: right;
  border: solid blue 1px; 
  width: 7em; 
  background-color: white; 
  color: blue; 
  text-align: center; 
  margin-top: 2px; 
  margin-right: 1px;  
}


.controls-custom {
  left:0em;
  margin-left:0.5em;
  position:absolute;
  top:17em;
  z-index:998;
  width: 20px;
}


.controls-custom img {
  background-color: #F1EAD8;
  border:2px outset gray;
  padding:0.1em;
  cursor: pointer;
}


.controls-custom a img {
  background-color: #F1EAD8;
  border:1px outset gray;
  padding:0.1em;
  cursor: pointer;
}

.controls-custom a:hover img {
  border:1px inset gray;
  background-color: #DED6A4;
}

.controls-custom .selected img {
  border:1px inset gray;
  background-color: #DED6A4;  
}


.layer-button {
  position: absolute;
  right: 1.6em;
  top: 0.5em;
  z-index: 998;
  width: 5em;
  text-align: center;
}

.predef_theme {
  clear:none;
  display:block;
  float:left;
  margin:0.2em;
  padding:0pt;
  position:relative;
  text-align:left;
  width:98%;
  border: solid gray 1px;
}

.predef_theme a {
  background-color:#DED6A4;
  display: block;
  color:#201C9B;
  padding:2px;
  text-align:left;
  text-decoration:underline;
}

.predef_theme a:hover {
  background:#EEEEEE none repeat scroll 0%;
  color:#003399;
}

#popuplabel q {
  display: none;
  overflow:  hidden;
}

.highlite {
  width: 15px;
  height: 15px;
  border: solid red 4px;
  overflow: hidden;
  position: absolute;
}

#graph-description h4 {
  margin: 0.1em;
  padding-bottom:0.2em;  
}

#graph-description h5 {
  margin: 0.1em;
}

.theme-set {
  padding-left: 2em !important;
}

.layer-set {
  padding-left: 2em !important;
}

#bglayers {
  cursor: pointer;
}

#bottom_panel {
  width: 768px;
  height:1.5em;
  padding-top:0.4em;
  background-color: #F1EAD8;
  border: solid gray 1px;
  position: relative;
}

#address-entry {
  display:none; 
  position: absolute; 
  background-color: white; 
  z-index: 2999;
  left: 30%;
  bottom: 0%;
  border: solid black 1px;
  width: 40%;
  height: 250px;
}

#address-entry .instructions { margin: 0; }
#address-entry .criteria { clear: none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
#address-entry .criteria input { margin-bottom: .5em; }

#address-entry .criteria label { font-weight: normal; }

#address-entry-results {
  height: 130px;
  width: 97%;
  overflow: auto;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
  margin-top: 10px;
  padding: 5px;
}

#address-close-button a {
	float: right;
}

#address-find-button {
	text-align: center;
}

.legend-container {
  padding-bottom: 1em;
}

#bglayers * {
  padding-left: 0.4em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}


#bglayers .closed {
  padding-left: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../scrollable_map/images/maximize.PNG');
}

#bglayers .open {
  padding-left: 15px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../scrollable_map/images/minimize.PNG');
}

#bglayers  span {
  padding: 0em !important;
}

table.report-table {
  border-collapse: collapse;
  border: 1px solid #444;
}

.report-table th {
  background-color:#666666;
  color:#FFFFFF;
  padding:0.2em;
}

td.long-text {
  font-size:80%;
}

.report-table td {
  background-color:#FFC;
  border:1px solid #444;
  padding:0.2em;
}


.parameter-set input {
  height: 2em;
}


.ncp-hover {
	z-index: 9999;
	background-color: white;
	border: solid black 1px;
	position: absolute;	
	padding: 2px;
}

.ncp-hover q {
	display: none;
}

.highlight {
	position: absolute;
	width: 15px;
	height: 15px;
	border: solid red 2px;
	overflow: hidden;
}

.caption {
	background-color: #7f7e7f;
	color: #FFFFFF;
	font-size: smaller;
	padding: 2px;
	margin-bottom: 3px;
	border: dotted gray 1px;
}

.graph-options {
	padding: 5px;
	font-size: smaller;
}	

.help ul {
	list-style: square inside none;
}

#id-container table {
	border-collapse: collapse;
}

#id-container table th {
	text-align: left;
	background-color: #eee;
	font-weight: bold;
	padding: 2px;
}

#id-container table td {
	padding: 2px;
}

#id-table {
	border: solid 1px #afa5a3;
}

#id-table th {
	text-align: left;
	background-color: #cac1be !important;
	font-weight: bold;
	padding: 2px;
	border: solid 1px #afa5a3;
}

#id-table td {
	padding: 2px;
	background-color: #ffffff !important;
	border: solid 1px #afa5a3;
}

#id-table img {
	border: solid 1px #afa5a3 !important;
	margin: 5px !important;
	background-color: #ffffff !important;
}

.tools-bbox-handle {
	position: absolute;
	bottom: -2px;
	right: -2px;
	cursor: se-resize;
	width: 10px;
	height: 10px;
	background-color: #ffe;
	border: solid red 1px;
}

.tools-bbox-export-frame {
	position: absolute;
	border: solid red 2px;
	overflow: hidden;
}

.tools-bbox-export-inside {
	cursor: move;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-color: white;
	overflow: hidden;
}

.tools-export-link {
	position: absolute;
	top: 0px;
	left: 0px;
}

.tools-bbox-close {
	position: absolute;
	top: -2px;
	right: -2px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background-color: #ffe;
	border: solid red 1px;
	text-align: center;
	font-size: small;
}

.title-link {
	color: #f44 !important;
}
.title-link:hover {
	text-decoration: underline !important;
}


#logos {
	width: 100%;
	border-collapse: collapse;	
}

#logos tr td img {
	width: 100px;	
	padding: 5px;
}

.hud-scale-bars div {
	font-size: 80% !important;
}

.base-layers-button {
	position: absolute;
	right: 35px;
	top: 10px;
	text-decoration: none;
	background-color: white;
	border: outset black 2px;
	padding: 3px;
	color: black;
	font-weight: bold;
	text-align: center;
	z-index: 99;
	font-size: 80%;
	outline: 0px;
}

.qw-table table {
	font-size: 90%;
	border-collapse: collapse;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	background-color: white;
}
.qw-table table  th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.qw-table table  td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.well-log-graphic {
	border-collapse: collapse;
	margin-left: 5em;	
	font-size: 70%;
}

.well-log-wrapper{
    height: 97%;
}

.well-log-header{
    color: #264390;
    font-size: 1.5em;
    font-weight: bold;
	margin-top: .6em;
    margin-bottom: .1em;
}

.well-log-graphic-wrapper{
    background: #FFF;
    display:inline-block;
    height: 98%;
    width: 23%;
    margin: 1%;
    overflow-y: auto;
}

.well-log-info-wrapper{
    margin: .1em 0 0 .2em;
    display: inline-block;
    vertical-align: top;
    height: 98%;
    width: 73%;
}

.well-log-info-pane{
    display:block;
}

.summary-table {
	border-collapse: collapse;	
    margin-bottom: .1em;
    margin-top: .1em;
	font-size: small;	
}

.summary-table th {
	font-weight: bold;
    background: #CAC1BE;
    border: 1px solid black;
	padding: 3px;
	text-align: center;
}

.summary-table td {
	padding: 3px;
	text-align: center;
    background-color: #FFF;
    border: 1px solid black;
}

.summary-table .points {
	background-color: #cff;
}

.summary-table .national {
	background-color: #fcf;
}

.attribution {
	font-size: small;
	font-style: italic;
}
#well-log-lithology-detail{
    height: 90%;
    overflow-y: auto;
}

#map-area .scale-white{
    color: white;
}
#map-area .scale-white .olControlScaleLineTop{
    border: solid 2px white;
    border-top: none;
}
#map-area .scale-white .olControlScaleLineBottom {
    border: solid 2px white;
    border-bottom: none;
}
#map-area .position-white {
    color: white;
}

.ngwmn-help-tip {
	padding: 10px;
}

.ngwmn-help-tip p{
    margin-bottom: 1em;
}

.ngwmn-help-tip span{
    font-size: 1em;
    font-weight: bold;
}

.ngwmn-help-tip ul{
    padding-left: 1em;
}

.ngwmn-help-tip ol{    
    padding-left: 2em;
    list-style-type: decimal;
}

#ccsa-area {
	background-color: white;
}

#banner-area {
	background-image: none !important;
    background-color: white !important;
}

#banner-title,
#banner-title a {
	bottom: 0px;
	font-size: xx-large;
	color: #233f8f !important;  
	text-decoration: none;  
	margin-right: 10px;
    margin-top: 30px;    
    font-family: Calibri,Verdana,Arial,Helvetica,sans-serif;
}

#banner-title a:hover {
	text-decoration: none;  
}

.ngwmn-highlight {
	color: #d1544a !important;
}

.ngwmn-currentview-panel {
	background-color: #f3755e;
}

#dygraph-plot {
	background-color: white;    
	float:left;
}
#overall-stats {
	border: solid black;
	float:  right;
	height: 245px;
	width:  150px;
}
#overall-stats .label {
	font-weight: bold;
	font-size:   13px;
	margin-top:  4px;
	margin-left: 2px;
}
#overall-stats .value {
	margin-left: 10px;
	margin-bottom: 8px;
	font-size:   15px;
	display: inline-block;
}
#overall-stats .dash {
	display: inline-block;
    font-size: 24px;
    margin-top: -5px;
}

#monthly-stats-button {
    float: right;
	height: 35px;
    width: 149px;
    margin-top: 5px;
    padding-top: 14px;
    border: rgba(195,128,70,1) solid 3px;
    background: rgba(248,166,85,1);
}

#monthly-stats-button:hover {
    background: rgba(255,175,100,1);
}
#monthly-stats-button:active {
    border: rgba(248,166,85,1) solid 3px;
}

#monthly-stats-button a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
}

.ngwmn-site-count-label {
	color: #CEE56A;
	border: none;
	background: #72665c;
	padding: 3px;
}

.ngwmn-site-count-display {
	font-weight: bold !important;
	color: #264390;
	border: none;
	padding: 3px;
	left: 10px;
}

.download-opts-label {
	border: none;
	font-weight: bold !important;
	color: #264390;
	padding-top: 5px;
	padding-bottom: 5px;
}

/**
 * Layer switcher
 */
.GWDPuiLayerSwitcher {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.GWDPuiLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: #72665C;
    overflow-y: scroll;
}

.GWDPuiLayerSwitcher .layersDiv .baseLbl,
.GWDPuiLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.GWDPuiLayerSwitcher .layersDiv .baseLayersDiv,
.GWDPuiLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.GWDPuiLayerSwitcher .maximizeDiv,
.GWDPuiLayerSwitcher .minimizeDiv {
    width: 18px;
    height: 18px;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.GWDPuiLayerSwitcher .maximizeDiv {
	top: -165px;
}

/**
 * Site Selector
 */
.GWDPuiSiteSelector {
    position: absolute;
    top: 30px;
    right: 0;
    width: 430px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: smaller;
    background-color: #233F8F;
}

.GWDPuiSiteSelector .siteSelectorDiv {
    background-color: #233F8F;
}

.GWDPuiSiteSelector .x-panel-footer,
.GWDPuiSiteSelector .x-panel-body {
    background-color: #c6bab6;
    border-bottom: 0 solid white;
}

.GWDPuiSiteSelector .x-panel-footer {
    background-color: #c6bab6;    
    border-left: solid 1px #72665c;   
    border-right: solid 1px #72665c;    
    border-bottom: solid 1px #72665c;    
}

.GWDPuiSiteSelector .x-grid-panel .x-panel-body {
    border: none; 
}

.GWDPuiSiteSelector .maximizeDiv,
.GWDPuiSiteSelector .minimizeDiv {
    width: 18px;
    height: 18px;
    top: 0px;
    right: 0;
    cursor: pointer;
}

/* ExtJSTools*/
.GWDPuiExtJSTools {
    position: absolute;
    top: 0px;
    right: 25px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: smaller;
    background-color: transparent;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ol-ux-tool {
	margin: 1px;
}

/* Overview map */
.GWDPuiOverviewMapContainer {
    bottom: 15px;
    position: absolute;
    right: 0;
}
.GWDPuiOverviewMapElement {
    bottom: 15px;
    background-color: #72665c;
    padding: 10px 18px 10px 10px;
}
.GWDPuiOverviewMapMinimizeButton, .GWDPuiOverviewMapMaximizeButton {
    bottom: 80px;
    cursor: pointer;
    height: 18px;
    right: 0;
    width: 18px;
}
.GWDPuiOverviewMapExtentRectangle {
    background-color: rgba(255,255,255,0.50);
    border: 2px dotted red;
    cursor: move;
    overflow: hidden;
}

/*
.ext-ie div.dygraph-ylabel {
    background-image: url("../images/YLabel.png");
    background-color: cyan;
    width: 14px;
    height: 212px;
}

.ie-y-label {
	background-color: red;
    background-image: url("../images/YLabel.png");
    width: 14px;
    height: 212px;
    background-position: center center;
    background-repeat: no-repeat;
}
*/

.GWDPuiOverviewMapRectReplacement {
    background-image: url("img/overview_replacement.gif");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
    overflow: hidden;
}

#availableDataTipAnchor_tooltip, #state-and-county-selector_tooltip{
    position: relative !important;
}

input.siteInfoCheckbox[name="REGISTRY"] {
    display: none;
}

input.siteInfoCheckbox[name="REGISTRY"] + label.x-form-cb-label {
	color: black !important;
	padding-left: 17px !important;
	margin-left: 0 !important;
    background-repeat: no-repeat !important;
    height: 15px !important;
    width:15px !important;
    background-image: url('../images/lite-plus.png') !important;
    background-position: 0 -15px !important;
}


/*==========web services==========*/

*{padding:0; margin:0;}

#wrapper{ width:100%; }
	
#content{
	background-image: url('../images/litho_background.png');
  	background-repeat: repeat;
  	font-family: calibri,tahoma,arial,verdana,sans-serif;
	min-height:1200px;
	overflow-wrap: break-word;
	}
	
.main{
	background-color: #c2d6f0;
  	width: 730px;
	min-height:200px;
	margin:0 auto;
	padding:30px;
	}
	
.main h1{
	font-weight:normal;
	padding-bottom: 10px;
  	border-bottom: solid #baada8 1px;
	color:#233f8f;
	}
	
.main p{
	margin:20px 0;
	line-height:1.5em;
	word-wrap:break-word;
	}
	
.web-service-table{
  	background-color: #d6e3f2;
  	border: solid #acc7e5 1px;
  	font-size: small;
	width:100%;
	font-size:1em;
	border-collapse:collapse;
	margin-bottom:20px;
	}
	
.web-service-table th{
	font-size:1.1em;
	text-align:left;
	padding:10px;
	}
	
.web-service-table td{
	padding:10px;
	}
	
.table-info{
	height:30px;
	}
	
.dark{background-color: #bcc8d6;}
	
.table-header{
	margin-bottom:5px;
	}
	
.ngwmn-highlight{color:#d1544a;}

#ngwmn-content-strip {
	width: 750px; padding: 25px; margin-left: auto; margin-right: auto; background-color: #c2d6f0;
	text-align: left;
}

#ngwmn-title-container {
	padding-bottom: 10px;
	border-bottom: solid #baada8 1px;	
}

.ngwmn-title {
	font-size: xx-large;
	color: #233f8f;
}

.ngwmn-title a {
	text-decoration: none;
        color: #233f8f;
}

.ngwmn-sub-title {
	font-size: x-large;
	color: #233f8f;	
}

.app-version {
	margin-bottom: 1em; text-align: left; font-size: small; color: #233f8f;
}


/*TABBING START*/
.ngwmn-tab-content hr {
	background-color: #f9765d;
	color: #f9765d;
	height: 1px;
	width: 95%;
}



div.ngwmn-tab-layout {
	width: 100%;
	margin: 0 0 20px;
	background: #e0dede;
	border: 1px solid black;
    box-shadow: 10px 10px 5px #888888;
}

ul.ngwmn-tab-layout {
	list-style-type: none;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	background: #99887e;
}

ul.ngwmn-tab-layout li a {
	line-height: 1.2em;
	min-height: 2.4em;
}

ul.ngwmn-tab-layout li {
	float: left;
}

ul.ngwmn-tab-layout a {
	float: left;
	display: block;
	padding: 4px 8px;
	padding-bottom: 5px;
	color: #cee56a;
	background: #99887e;
	text-decoration: none;
	font-weight: bold;
	border-right: solid black 1px;
	width: 10.5em;
	text-align: center;
}

ul.ngwmn-tab-layout a.active {
	background: #cee56a;
	padding-bottom: 5px;
	cursor: default;
	color: #99887e;
}

.ngwmn-tabs-container {
	clear: left;
	border-top: 1px solid black;
}
/*TABBING END*/

.ngwmn-tab-title {
	font-size: large;
	color: #233f8f;
	font-weight: bold;
}

.ngwmn-tab-content div {
	padding-left: 25px;
	padding-right: 25px;
}

.ngwmn-tab-content{
	padding: 25px;
}

.ngwmn-tab-content ul li span {
	text-decoration: underline;
}

.ngwmn-tab-content ul li p{
	margin-left: 2em;
}

.ngwmn-tab-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/*Publisher Agency Logo*/
.agencyLogo{
    margin:10px 0;
    width:200px;
    min-height:100px;
}

.agencyLogo img{
    width:100%;
}



