
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

#canvasId{height:398px !important; line-height:11px;}

@media only screen and (device-width: 768px) {
   ::-webkit-scrollbar-thumb {
       border-radius: 3px;
       background-color: rgba(0, 0, 0, .4);
       ;
   }
}