/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
 body {
    background-color: #333333;
    margin: 0px;
       }   
  x3d {
  border: none !important;
  width: 100%;
  height: 90%;
  height: 95vh;
      }   
 .direita {
   text-align: right;
    } 
 .esquerda {
    text-align: left;
    }
    
table{
    width:100%
}
td{
    width:50%;
    height: 21px;
    padding:0; 
    margin:0;
}