/*place all localization css overrides in here*/
.floor a.learn-more, #sources a.learn-more{white-space:nowrap;}
#floor-0 a.learn-more, #floor-6 a.learn-more{padding-left:10px; padding-right:10px; width:130px;}
#sidebar_nav ul .label span.flr_txt{font-size:0.9em; letter-spacing:-1px; padding:0;}

/* SOURCE Links */
a.source,a.source:active {
	color: #666;
}

a.source:hover,a.source:visited {
	color: #333;
}

.header .logo a {
  display: block;
  background-position: 0 0;
  height: 40px;
  width: 195px;
  /* No retina images for logo or logo_small  */
  background-position: 0 -50px;
  height: 30px;
  width: 159px;
  /* No retina images for logo or logo_small  */
}
@media only screen and (min-height: 38.8125em) {
  /* line 950, sass/_main.scss */
  .header .logo a {
    background-position: 0 0;
    height: 50px;
    width: 195px;
  }
}