
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

.moveLeft10{
	position:absolute;
	margin-left:-8px;
	/*margin-top:4px;*/
}

@media only screen and (device-width: 768px) {
   ::-webkit-scrollbar-thumb {
       border-radius: 3px;
       background-color: rgba(0, 0, 0, .4);
       ;
   }
}