@charset "utf-8";
/**
 * Components Styles
 *
 * This stylesheet refines the look and feel of a number of page components:
 *
 * 1. Sidebar "Find Events" form
 * 2. Advertisements
 * 3. The Hotel Detail content
 * 4. "Find Your Detroit Hotel" form
 * 5. "Socialize With Us" Social Media widgets: todo
 *
 * Try to keep the stylesheet arranged so that the elements appearing first
 * in the HTML appear first in this stylesheet
 *
 * Colors:
 *   black #000000
 *   blue grey: #7d8a9d
 *   light grey: #f1f1f1
 *   grey: #cccccc
 *   white: #ffffff
 *   light brown: #f2f3ed
 *   brown: #dfe3d4
 *   dark brown: #848063
 *   green: #5fa6aa
 *   orange: #fa5f0f
 */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Left Sidebar
 */

#left_col {
/*  padding-top: 65px;  * push down the content under the Left Sidebar Location Indicator */
  position: relative;
}

/* the sidebar's width is 190px, but the content needs to be 183px to account for the margin
   separating the left and center columns.  This child selector does just that */
#left_col > div {
  width: 183px;
}

/**
 * Left Sidebar Ads : just threw some images in there for the sake of the demo
 */

#left_col div.ad {
  margin-bottom: 10px;
}

/**
 * Main Content
 */




.blog-featured {  /* hide blog-featured title */
  display: none;
}

#mid_col h2 {
  color: #fa5f0f /* orange */;
  font-size: 33.95px;
  margin: 10px 0;
}

#mid_col .content ul.horiz li {
  display: inline-block;
  width: 100px;
}

#mid_col .content p {
  margin-top: 20px;
}

/**
 * Image Rotator
 */

@font-face {
    font-family: 'CombiNumerals';
    src: url('CombiNumeralsLtd.eot');
    src: url('CombiNumeralsLtd.eot?#iefix') format('embedded-opentype'),
         url('CombiNumeralsLtd.woff') format('woff'),
         url('CombiNumeralsLtd.ttf') format('truetype'),
         url('CombiNumeralsLtd.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CombiNumeralsBold';
    src: url('cnfreebd-webfont.eot');
    src: url('cnfreebd-webfont.eot?#iefix') format('embedded-opentype'),
         url('cnfreebd-webfont.woff') format('woff'),
         url('cnfreebd-webfont.ttf') format('truetype'),
         url('cnfreebd-webfont.svg#CombiNumeralsBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

#mid_col .vSlider {
  position: relative;
}

#rotator {
  height: 393px;
  overflow: hidden;
  position: relative;
  width: 585px;
}

#rotator li {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}

#rotator li.active {
  z-index: 10;
}

#rotator + .controls {
  background: rgba(73, 0, 0, 0.5); /* #530000; */
  bottom: 0;
  color: #ffffff;
  height: 41px;
  left: 0;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 100;
}

#rotator + .controls li {
  display: inline;
  font-family: 'CombiNumerals';
  font-size: 24px;
  line-height: 41px;
  margin: 0 10px 0 0;
}

#rotator + .controls li.control_active {
  font-family: 'CombiNumeralsBold';
  font-weight: bold;
}

.content.todo {
    margin-bottom: 20px;
    width: 100%;
    height:100%;
}

.content.todo .find_a_form h3 {
  background: transparent url('/templates/visitdetroitinteriorpage-2-column/images/event-form-h3-divider.png') left center no-repeat;
  display: inline-block;
  margin: 0;
  padding-left: 15px;
  width: 253px;

}

.content.todo #event_forms {
    margin-bottom: 20px;
    width: 100%;
    height: 485px;
}
.content.todo #event_forms form {
  background: #e4e4e4 url('/templates/visitdetroitinteriorpage-2-column/images/event-form-divider.png') left center no-repeat;
  background-size: auto 95%;
  float: left;
    margin-bottom: 0;
    /* padding-bottom: 0; */
    height: 100%;
    width: 241px;
}

.content.todo #event_forms form:first-child,
.content.todo .find_a_form h3:first-child {
  background-image: none;
}

.content.todo #event_forms label {
  color: #000000 /* black */;
  font-size: 10px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
}

.content.todo #event_forms input[type=text] {
  margin-bottom: 5px;
  width: 90%;
}

.content.todo #event_forms img.calendar {
    /* hide joomla's datepicker image */
   display:none;
}

.content.todo #event_forms input[type=checkbox] {
  margin: 0 2px;
}

.content.todo #event_forms fieldset {
  margin-top: 10px;
}

.content.todo #event_forms fieldset label {
  color: #666666 /* dark grey */;
  display: inline-block;
  font-size: 12px;
  line-height: auto;
  text-transform: none;
  width: 40%;
}

.content.todo #event_forms select {
  margin-bottom: 10px;
  width: 70%;
}

/**********************
* Search Results Page *
**********************/

.search-page.results #mid_col,
#mid_col .search-page.results {
  padding-left: 20px;
  width: 725px;
}

/* Top Nav */
#top_nav {
  margin-bottom: 8px;
}

#top_nav h3 {
  display: inline;
  font-size: 17px;
  margin-right: 20px;
  text-transform: uppercase;
}

#top_nav h3:after {
  content: '';
}
#top_nav span {
  color: #d9a128 /* yellow */;
  font-size: 12px;
  font-weight: bold;
}

#top_nav #options {
  float: right;
  line-height: 14px;
  margin-top: 4px;
}

#top_nav #options li {
  border-left: #000000 /* black */ solid 1px;
  line-height: 12px;
  padding: 0 7px;
}
#top_nav #options li:first-child {
  border: none;
}

#top_nav #options a {
  color: #000000 /* black */;
  font-weight: bold;
}

/**
 * Results Nav
 */

#content p.title {
  color: #f95e10 /* orange */;
  margin: 30px 10px 10px;
}

#content p.num-results {
  color: #f95e10 /* orange */;
  float: right;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: -49px;
}

#results_nav {
  background: #babdbd /* light grey */;
  color: #ffffff /* white */;
  height: 18px;
  line-height: 18px;
  margin-top: 5px;
  width: 100%;
}

#results_nav > * {
  display: inline-block;
}

#results_nav a {
  color: #ffffff /* white */;
  font-weight: bold;
  text-transform: uppercase;
}

#results_controls {
  background: #babdbd /* light grey */;
  color: #ffffff /* white */;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  width: 100%;
}

#results_controls > * {
  display: inline;
}

#results_controls a {
  color: #ffffff /* white */;
  font-weight: bold;
  text-transform: uppercase;
}

#results_controls span {
  color: #ffffff /* white */;
  font-weight: bold;
  text-transform: uppercase;
}

#results_filter, #results_reset, #results_paginator {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#results_filter {
  margin-left: 10px;
  cursor: pointer;
}

#results_reset {
  color: #ffffff;
  cursor: pointer;
}


#results_filter a:after, #results_filter span:after {
  color: #ffffff;
  content: "|";
  font-size: 16px;
  font-weight: normal;
  padding: 0 0.5em;
  vertical-align: bottom;
}

#results_paginator {
  float: right;
  font-weight: normal;
  text-align:right;
  margin-right: 10px;
}

#results_paginator span,#results_paginator a, #results_reset span, #results_previous, #results_next {
  color: #000000 /* black */;
  font-weight: bold;
  margin: 0 0.5em;
  text-transform: uppercase;
  cursor: hand; cursor: pointer;
}

span.results_filter_active {
  color: #ffff00;
  font-weight: bold
}

/* Horizontal Letter Filter */

.letter-bar {
  background: #babdbd;
  color: #ffffff;
  font-size: 12px;
  height: 18px;
  line-height: 10px;
  width: 100%;
}

.letter-bar ul:first-child {
  display: inline-block;
  margin-left: 5px;
}

.letters {
  display: inline-block;
  padding-top: 4px;
  width: 73%;
}

.letters li {
  border-left: #eeeeee solid 1px;
  color: #eeeeee;
  text-align: center;
  text-indent: 1%;
  width: 3%;
}

.letters li:first-child {
  border: none;
  text-indent: 0;
  width: 2%;
}

#results_nav .letters li.results_letter_filter_selected a {
  color: #ffff00;
}

.letters a {
  color: #ffffff;
  font-weight: bold;
}

.letters #results_filter_all {
  width: 2%;
}

/* Horizontal Page Selector */

#right_col .pages, #mid_col .pages,
#right_col .page-content, #mid_col .page-content {
  border-left: #888888 solid 2px;
  color: #000000 /* black */;
  float: right;
  font-weight: bold;
  line-height: 18px;
  padding: 0 10px;
  text-transform: uppercase;
}

 

#right_col .pages li , #mid_col .pages li {
  padding: 0 1px;
}

#right_col li.numpages , #mid_col li.numpages {
  color: #FFFFFF /* white */;    
  text-transform: none;
}

#mid_col .pages a,
#right_col .pages a{
  color: #000000 /* black */;
}


/* Results Page Content */
#mid_col #map,
{
    background: url('/templates/visitdetroitinteriorpage-2-column/images/map-placeholder.jpg') top center no-repeat;
    border: #fa5f0f /* orange */ solid;
    border-width: 10px 0;
    height: 267px;
    width: 725px;
}

#mid_col #results,
#right_col #results {
  margin-top: 10px;
}

#mid_col #results li,
#right_col #results li {
  border-bottom: #cccccc solid 1px;
  clear: both;
  display: block;
  padding: 6px 0;
  width: 100%;
}

#mid_col #results li img,
#right_col #results li img{
  width: 195px;
}

#mid_col #results .no-pin,
#right_col #results .no-pin,
#mid_col #results .number-pin,
#right_col #results .number-pin {
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  font-weight: bold;
  height: 100%;
  line-height: 21px;
  margin: 0 10px;
  padding-top: 1px;
  min-height: 30px;
  text-align: center;
  width: 28px;
}


#mid_col #results .no-pin,
#right_col #results .no-pin {
  color: #000000;
/*
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	visibility: hidden;
*/
}


#results.accommodations .number-pin {
  background-image: url('/images/interactivemap/pins/accommodations.png');
  color: #000000 /* black */;
}

#results.attractions .number-pin {
    background-image: url('/images/interactivemap/pins/attractions.png');
    color: #ffffff /* white */;
}

#results.entertainment .number-pin {
    background-image: url('/images/interactivemap/pins/entertainment.png');
    color: #ffffff /* white */;
}
#results.dining .number-pin,
#results.restaurants .number-pin {
    background-image: url('/images/interactivemap/pins/restaurants.png');
    color: #000000 /* black */;
}

#results.shopping .number-pin {
    background-image: url('/images/interactivemap/pins/shopping.png');
    color: #ffffff /* black */;
}

#results.sports .number-pin {
    background-image: url('/images/interactivemap/pins/sports.png');
    color: #000000 /* black */;
}
#results.transportation .number-pin {
    background-image: url('/images/interactivemap/pins/transportation.png');
    color: #ffffff /* white */;
}

#results.attractions .number-pin-1 {background-image: url('/images/interactivemap/pins/attractions-1.png');}
#results.attractions .number-pin-2 {background-image: url('/images/interactivemap/pins/attractions-2.png');}
#results.attractions .number-pin-3 {background-image: url('/images/interactivemap/pins/attractions-3.png');}
#results.attractions .number-pin-4 {background-image: url('/images/interactivemap/pins/attractions-4.png');}
#results.attractions .number-pin-5 {background-image: url('/images/interactivemap/pins/attractions-5.png');}
#results.attractions .number-pin-6 {background-image: url('/images/interactivemap/pins/attractions-6.png');}
#results.attractions .number-pin-7 {background-image: url('/images/interactivemap/pins/attractions-7.png');}
#results.attractions .number-pin-8 {background-image: url('/images/interactivemap/pins/attractions-8.png');}
#results.attractions .number-pin-9 {background-image: url('/images/interactivemap/pins/attractions-9.png');}
#results.attractions .number-pin-10 {background-image: url('/images/interactivemap/pins/attractions-10.png');}
#results.attractions .number-pin-11 {background-image: url('/images/interactivemap/pins/attractions-11.png');}
#results.attractions .number-pin-12 {background-image: url('/images/interactivemap/pins/attractions-12.png');}
#results.attractions .number-pin-13 {background-image: url('/images/interactivemap/pins/attractions-13.png');}
#results.attractions .number-pin-14 {background-image: url('/images/interactivemap/pins/attractions-14.png');}
#results.attractions .number-pin-15 {background-image: url('/images/interactivemap/pins/attractions-15.png');}
#results.attractions .number-pin-16 {background-image: url('/images/interactivemap/pins/attractions-16.png');}
#results.attractions .number-pin-17 {background-image: url('/images/interactivemap/pins/attractions-17.png');}
#results.attractions .number-pin-18 {background-image: url('/images/interactivemap/pins/attractions-18.png');}
#results.attractions .number-pin-19 {background-image: url('/images/interactivemap/pins/attractions-19.png');}
#results.attractions .number-pin-20 {background-image: url('/images/interactivemap/pins/attractions-20.png');}


#results.shopping .number-pin-1 {background-image: url('/images/interactivemap/pins/shopping-1.png');}
#results.shopping .number-pin-2 {background-image: url('/images/interactivemap/pins/shopping-2.png');}
#results.shopping .number-pin-3 {background-image: url('/images/interactivemap/pins/shopping-3.png');}
#results.shopping .number-pin-4 {background-image: url('/images/interactivemap/pins/shopping-4.png');}
#results.shopping .number-pin-5 {background-image: url('/images/interactivemap/pins/shopping-5.png');}
#results.shopping .number-pin-6 {background-image: url('/images/interactivemap/pins/shopping-6.png');}
#results.shopping .number-pin-7 {background-image: url('/images/interactivemap/pins/shopping-7.png');}
#results.shopping .number-pin-8 {background-image: url('/images/interactivemap/pins/shopping-8.png');}
#results.shopping .number-pin-9 {background-image: url('/images/interactivemap/pins/shopping-9.png');}
#results.shopping .number-pin-10 {background-image: url('/images/interactivemap/pins/shopping-10.png');}
#results.shopping .number-pin-11 {background-image: url('/images/interactivemap/pins/shopping-11.png');}
#results.shopping .number-pin-12 {background-image: url('/images/interactivemap/pins/shopping-12.png');}
#results.shopping .number-pin-13 {background-image: url('/images/interactivemap/pins/shopping-13.png');}
#results.shopping .number-pin-14 {background-image: url('/images/interactivemap/pins/shopping-14.png');}
#results.shopping .number-pin-15 {background-image: url('/images/interactivemap/pins/shopping-15.png');}
#results.shopping .number-pin-16 {background-image: url('/images/interactivemap/pins/shopping-16.png');}
#results.shopping .number-pin-17 {background-image: url('/images/interactivemap/pins/shopping-17.png');}
#results.shopping .number-pin-18 {background-image: url('/images/interactivemap/pins/shopping-18.png');}
#results.shopping .number-pin-19 {background-image: url('/images/interactivemap/pins/shopping-19.png');}
#results.shopping .number-pin-20 {background-image: url('/images/interactivemap/pins/shopping-20.png');}

#results .info {
  display: inline-block;
  width: 475px;
}

#results .info h5,
#details h5 
{
  color: #000000 /* black */;
  font-size: 9px;
  font-weight: normal;
  margin-top: 5px;
  width: 80%;

}


#results .info h5 a,
#details h5 a {
  color: #000000 /* black */;
  font-size: 9px;
  font-weight: normal;
  line-height: normal;
}

#results li a {
  font-weight: bold;
  line-height: 18px;
}

#results h4 a {
  color: #000000 /* black */;
  font-size: 12px;
  font-weight: bold;
}

#results .location {
  color: #000000 /* black */;
  font-weight: bold;
  margin-top: 1px;
}

#results .location span {
  padding: 0 3px;
}

#results .location span:first-child {
  font-weight: bold;
  padding-left: 0;
}

.location .event_district,
.location .event_types,
#results .location .event_types a {
  color: #fa5f0f; /* orange */
}

.location .event_categories,
#results .location .event_categories a {
  color: #5fa6aa; /* green */
}

#results-color-legend {
  margin-bottom: 10px;
}

#results-color-legend span:first-child {
  color: #686550 /* grey */;
  text-transform: uppercase;
}

#results .desc {
  margin-top: 3px;
}

p.page-range {
  color: #d9a128 /* yellow */;
  font-weight: bold;
  text-align: right;
}

/***************
* Details Page *
***************/

#info {
  background: #e8e8e8;
  left: -20px;
  min-height: 250px;
  position: relative;
  width: 583px;
}

#info img {
  width: 196px;
}

#info .left-content {
  color: #000000 /* black */;
  display: inline-block;
  font-weight: bold;
  margin: 15px;
  width: 230px;
}

#info h1 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

#info h4 {
  margin-bottom: 10px;
}

#info .left-content p {
  font-size: 12px;
  line-height: 15px;
  margin-top: 0;
}

#info .left-content p .divider {
  padding: 0 3px;
}

#info .left-content a.cta.yellow {
  background: url('/templates/visitdetroitinteriorpage-2-column/images/yellow-cta-bkgnd.png') top center no-repeat;
  color: #000000 /* black */;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 41px;
  line-height: 41px;
  margin: 2px -7px -10px;
  text-align: center;
  text-transform: uppercase;
  width: 133px;
}

/**
 * Info Right Column
 */

#info .right-content {
  background: url('/templates/visitdetroitinteriorpage-2-column/images/right-content-border.png') top left no-repeat;
  display: inline-block;
  float: right;
  height: 212px;
  margin-top: 20px;
  text-align: center;
  vertical-align: top;
  width: 120px;
}

/**
 * Services Icons
 */

ul.services li {
  background: transparent top center no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 17px;
  margin: 15px 4px 0 0;
}

ul.services li.facebook {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/icon-fb.png');
  width: 24px;
}

ul.services li.twitter {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/icon-twitter.png');
  width: 25px;
}

ul.services li.video {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/icon-video.png');
  width: 25px;
}

ul.services li.print {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/icon-print.png');
  width: 29px;
}

ul.services li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}

/**
 * District Icons
 */

#info .right-content p {
  background: transparent top center no-repeat;
  height: 100%;
  margin-top: 10px;
  text-indent: -9999px;
}

#info .right-content p.dearborn.wayne {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/district-icon-dearborn-wayne.png');
}

#info .right-content p.downtown.detroit {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/district-icon-downtown-detroit.png');
}

#info .right-content p.greater.novi {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/district-icon-greater-novi.png');
}

#info .right-content p.macomb {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/district-icon-macomb.png');
}

#info .right-content p.oakland {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/district-icon-oakland.png');
}

/**
 * Badges
 */

.badge {
  background: transparent center center no-repeat;
  height: 48px;
  margin: 10px 0;
  width: 48px;
}

.badge.free {
  background-image: url('/templates/visitdetroitinteriorpage-2-column/images/badge-free.png');
}


/**
 * Description and Amenities Section
 */

#details,
.content-section {  /* content section for Deals & Events */
  font-size: 12px;
  margin-top: 20px;
  width: 544px;
}

#details {
  color: #686550;
}

#details p {
  line-height: 15px;
  margin-bottom: 20px;
}

#details p.courtesy-of {
  font-weight: normal;
  margin-top: 25px;
}

dt {
  color: #000000 /* black */;
  display: block;
  font-weight: bold;
}

dt:after {
  content: ":";
}

dt.spacer {
  margin-top: 15px;
}

dd {
  display: inline;
  line-height: 15px;
}

.search-page.dining #mid_col dd {
  color: #000000 /* black */;
  font-weight: bold;
}

#trip-advisor {
  margin-top: 30px;
}

/**
 * Deals & Events
 */

.content-section {
  border-top: #cccccc /* grey */ solid 1px;
  display: block;
  padding: 20px 0 10px;
}

.content-section a,
a.content-section {
  font-weight: bold;
}

.content-section a {
  line-height: 18px;
}

.content-section p {
  line-height: 16px;
  margin: 1px 0 0;
}

.content-section p.title {
  color: #000000 /* black */;
  font-weight: bold;
  text-transform: uppercase;
}

.content-section p span {
  color: #000000 /* black */;
  font-weight: bold;
}

.content-section p span:after {
  content: ":";
}

.content-section li {
  margin-bottom: 20px;
}

#deals h3 {
  color: #702b0d;
}

/**
 * Map Infowindow
 */
.map_infowindow td {
  font-size: 12px;
}

.map_infowindow td,
.map_infowindow td a {
  color: #686550;
  font-size: 12px;
  font-weight: normal;
}

.map_infowindow td img {
  max-width: 150px;
  padding: 0 10px 5px 0;
}

.map_infowindow td:first-child,
.map_infowindow td.link-content {
  color: #f95e10 /* orange */;
  width: 160px;
  text-transform: lowercase;
}

.map_infowindow td:first-child a,
.map_infowindow td.link-content a {
  color: #f95e10 /* orange */;
  margin: 0 3px;
  text-transform: lowercase;
}

/* for IE */
.map_infowindow a.details,
.map_infowindow a.directions {
  color: #f95e10 /* orange */;
  margin: 0 3px;
  text-transform: lowercase;
}

.map_infowindow td:first-child a.details,
.map_infowindow td.link-content a.details {
  border-right: #f95e10 /* orange */ solid 1px;
  padding-right: 6px;
}

.map_infowindow td:first-child a.directions,
.map_infowindow td.link-content a.directions {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.map_infowindow td:first-child a.book-now,
.map_infowindow td.link-content a.book-now {
  background: url('/map/images/btn-book-now.png') top center no-repeat;
  bottom: 0;
  display: block;
  height: 17px;
  left: 5px;
  margin-top: 15px;
  text-indent: -99em;
  width: 56px;
}

.map_infowindow td:first-child img,
.map_infowindow td.link-content img {
  max-width: 150px;
}

.map_infowindow td.member-detail {
  font-weight: bold;
  overflow: hidden;
}

.map_infowindow td.member-detail strong {
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.map_infowindow td.member-detail a {
  color: #686550;
  display: inline-block;
  margin-top: 5px;
}

.map_infowindow td.member-detail p {
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}

/* don't wrap date option checkbox and labels */
#event_options p.dateOptions {
    white-space:nowrap;
        margin-top:0px;
     margin-bottom:0px;
    line-height:.1em;
}

#event_options  {
     margin-top:0px;
     margin-bottom:0px;
    white-space:pre;
    line-height:.3em;
}