/* D Fossum, 10/19/2009: This CSS document controls styling of custom HTML output from the Google Search Appliance  */
#main #content{width:740px;}
#main #content table td{border:0px;}
.s{font-size: 80%}
.g{margin-top: 1em; margin-bottom: 1em}
.s td{width:34em}
/*.l{font-size: }*/
.l{color: #0000cc}
.w,.w a:link{color:#0000cc}
.f,.f:link,.f a:link{color:#7777cc}
.f a:visited{color:#551a8b}
.f a:active{color:#ff0000}
.t{color:#000000}
.t{background-color:#e5ecf9}
.z{display:none}
.i,.i:link{color:#a90a08}
.a,.a:link{color:#008000}
div.n {margin-top: 1ex}
.n a{font-size: 10pt; color:#000000}
.n .i{font-size: 10pt; font-weight:bold}
.q a:visited,.q a:link,.q a:active,.q {color:#0000cc;}
.b,.b a{font-size: 12pt; color:#0000cc; font-weight:bold}
.d{margin-right:1em; margin-left:1em;}

/* N Danielson, 8/8/2017: New Google Search styles */

/* Remove left border when search result is hovered */
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  border-color: transparent !important;
}
/* Add some extra padding on pagination */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 0 5px !important;
}
/* Remove text shadow from pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  text-shadow: none !important;
}