.chart-display{display:inline-block;position:relative;text-decoration:underline;color:#ff6600;cursor:pointer}.rwc-container{opacity:0;visibility:hidden;position:absolute;padding:8px;background-color:#fff;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.5);bottom:105%;border:1px solid #113752;left:-25%;transition:all .5s ease;width:271px;height:224px; z-index:1;}.symbols .chart-container{background-color:rgba(255,255,255,.1)}.chart-display:hover .rwc-container{opacity:1;visibility:visible}.rwc-container>span{background-color:rgba(0,0,0,.25);opacity:1;-webkit-animation:fadeinout 1s linear infinite;animation:fadeinout 1s linear infinite;display:inline-block}.rwc-ticker-title{height:20px;width:81px}.rwc-ticker-time{width:117px;height:20px;float:right}.rwc-ticker-chart{width:253px;height:148px}.rwc-ticker-footer{width:253px;height:24px}@-webkit-keyframes fadeinout{0%,100%{opacity:0.25}50%{opacity:1}}@keyframes fadeinout{0%,100%{opacity:0.25}50%{opacity:1}}