@media (min-width: 1200px) {  .container { max-width: 95%; }  }
@media (max-width: 600px) {
    .cashflow { font-size: 0.7rem; }
}
.navbar { padding:0;}

.one { border:1px solid #000; width:10%;display:block;float:left; text-align:center; }
.oneStock { border:1px solid #000; width:16.5%;display:block;float:left; text-align:center; }
.clear{clear:both;}

.box { width:3px; margin-right:1px; height:5px; margin-bottom:3px; }
.boxBig { width:20px; margin-right:1px; height:5px; margin-bottom:3px; font-size: 8px; text-align: center;}

#portfolioDashboard { zoom:0.85 }
#portfolioDashboard th { color:#fff; background-color:#666;}

#tradingview { width:100%; height:700px; border:none; ; }

#gobacklink { display:block; position:absolute; top:22px; right:0px; margin-right:20px; background: #3490dc; color:#fff; padding: 0 10px; z-index: 1000}
.stocksTable { margin-top:10px; }
.stocksTable a { color:black; border-bottom: 1px dashed #888; text-decoration: none; }
.chartContainer .selected, .selectedHint { border-left:2px solid #0033cc; padding-left:5px; }
.col-history { background-color:#ddd;}

.bear { background-color:red; color:#fff; }
.bull { background-color: green; color:#fff; }

.cashflow table { width:100%; }
.cashflow table.disabled tr { background: lightgrey; }
.cashflow .title { font-weight: bold; color:white; background: dimgray; text-align: center; padding: 0; margin:0.25rem 0;}
