#totalTransferCost { 
    display: inline;
    max-width: 130px;
    top: 3px;
    position: relative;
    max-height: 19px;
  }
  
  #barTime {
  border:0;
  width: 100%;
  height: 350px;
}


@media screen and (min-width: 768px) {
  #pieDemo { height:265px; width:425px; float: left; }
  #pieDemo_mobile + p { width:85%; }
  #pieDemo_mobile { display: none; }
  #pageswitcher-content, #totalTransferCost  { overflow: hidden; }
  #barTime { height: 350px; }
}
@media screen and (max-width: 767px) { 
  #barTime { max-height: 125px;}
  #tableSummary { max-width:360px; }
  #pieDemo { display: none; float: none; }
  #pieDemo + p { float: none; width:100%; }
  #pieDemo_mobile { display: bloåçck; }
  }