@charset "utf-8";@font-face{font-family:Rubric;font-style:normal;font-weight:normal;src:url(../Assets/fonts/Cabin-Bold.ttf);}
@font-face{font-family:Ans,sans-serif;font-style:normal;src:url(../Assets/fonts/Roboto-Regular.ttf);}
body{margin:0px;padding:0px;-webkit-user-select:none;-moz-user-select:none;}
#main{position:absolute;width:1280px;height:720px;background:url(../Assets/images/bg.png);}
#vidClose{position:absolute!important;left:1000px;top:125px;z-index:100;}
.cell{font-family:Ans,sans-serif;font-size:16px;border-radius:5px;background:#00ff00;padding:10px;background:url(../Assets/images/btnBg.png);}
#leftPannel{position:absolute;top:100px;left:500px;width:304px;height:664px;}
#recordBtn{position:relative;cursor:pointer;text-align:center;margin:560px 0 0 296px;width:100px;height:40px;background-color:#C9F;visibility:hidden;}
#playBtn{position:relative;cursor:pointer;text-align:center;margin-top:20px;margin-left:300px;width:100px;height:40px;background-color:#C9F;visibility:hidden;}
#title{font-family:Rubric;position:absolute;top:42px;left:410px;font-size:26px;text-align:center;color:#FFF;width:460px;text-shadow:3px 3px 4px #000;}
#navigation{position:absolute;width:500px;height:60px;top:655px;left:510px;}
#prev{background:url(../Assets/images/nextprev.png) 0 0;width:109px;height:60px;cursor:pointer;display:inline-block;}
#next{background:url(../Assets/images/nextprev.png) -109px 0;width:109px;height:60px;cursor:pointer;float:right;}
.bigImage{border-radius:25px;border:2px solid #FFF;}
.meaningDivClass{border:1px solid #673903;border-radius:4px;padding:5px;background-color:rgba(86,49,5,0.7);}
.debug{border:1px solid #FFF;}
.flexcroll{overflow:scroll;}
.flexcroll{scrollbar-face-color:#dcf3ff;scrollbar-shadow-color:#FFFFFF;scrollbar-highlight-color:#FFFFFF;scrollbar-3dlight-color:#FFFFFF;scrollbar-darkshadow-color:#FFFFFF;scrollbar-track-color:#FFFFFF;scrollbar-arrow-color:#FFFFFF;}
.flexcroll::-webkit-scrollbar{width:9px;}
.flexcroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #dcf3ff;background-color:#fff;-webkit-border-radius:10px;border-radius:10px;}
.flexcroll::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#2e1a02;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}
/