/***********************************************************
 Styles for company pages and the stock data being displayed from Iguana/QuoteAPI.
 ************************************************************/

header .quoteapi-ticker-lookup-results {
    width:20em;
    min-width:auto;
    overflow:hidden;
    right:0px;
}
@media only screen and (max-width: 1025px) {
    header .quoteapi-ticker-lookup-results {
       left:0px;
    }
}

.shortcode-widget .quoteapi-chart {
    padding: 10px 40px 24px 8px;
}

#chart-wrapper.shortcode-widget{
  background: white;
  padding: 14px;
  border: 1px solid #a0a0a0;
}

.shortcode-widget{
  margin:4px 0px;
  clear: both;
}

 .shortcode-widget .quotes-table{
    margin-bottom:0px;
    border: 2px solid #c1c1c1;
}

#market-overview-wrapper{
    margin-bottom: 20px;
}

#investing-services-wrapper{
  clear: both;
  padding-top: 20px;
}

.search-no-results #main-post #searchform{
  display:none !important;
}
