@-moz-document url("about:newtab") {

#newtab-scrollbox{
    color: #000 !important;
    background-color: #CCD9EA !important;
    background-image: -moz-linear-gradient(top, rgb(231,237,246), rgba(231,237,246,0) 156px),                      
    url("chrome://mozapps/skin/extensions/background-texture.png") !important;
    border-top: none !important;
    color: #000 !important;
    background-image: -moz-linear-gradient(top, rgb(231,237,246) 3px, rgba(231,237,246,0) 156px),                      
                      -moz-linear-gradient(left,
                                           rgba(255,255,255,0.2), rgba(255,255,255,0) 40%,
                                           rgba(255,255,255,0) 60%, rgba(255,255,255,0.2)),
                      -moz-linear-gradient(left 32deg,
                                           /* First light beam */
                                           rgba(255,255,255,0) 19.5%, rgba(255,255,255,0.1) 20%,
                                           rgba(255,255,255,0.1) 21.5%, rgba(255,255,255,0.2) 22%,
                                           rgba(255,255,255,0.2) 25.5%, rgba(255,255,255,0.1) 26%,
                                           rgba(255,255,255,0.1) 27.5%, rgba(255,255,255,0) 28%,
                                           /* Second light beam */
                                           rgba(255,255,255,0) 49.5%, rgba(255,255,255,0.1) 50%,
                                           rgba(255,255,255,0.1) 52.5%, rgba(255,255,255,0.2) 53%,
                                           rgba(255,255,255,0.2) 54.5%, rgba(255,255,255,0.1) 55%,
                                           rgba(255,255,255,0.1) 57.5%, rgba(255,255,255,0) 58%,
                                           /* Third light beam */
                                           rgba(255,255,255,0) 87%, rgba(255,255,255,0.2) 90%),
                      url("chrome://mozapps/skin/extensions/background-texture.png") !important;}
#newtab-grid{
margin-top:10px!important;  
padding:30px!important;  
background:none!important;
    background-color: rgba(179,230,255,.30)!important;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,.60)!important; 
    border: 2px solid !important;
    -moz-border-left-colors: rgba(0,0,0,.7) rgba(255,255,255,.6) !important;
    -moz-border-right-colors: rgba(0,0,0,.7) rgba(255,255,255,.6) !important;
    -moz-border-top-colors: rgba(0,0,0,.7) rgba(255,255,255,.6) !important;
    -moz-border-bottom-colors: rgba(0,0,0,.7) rgba(255,255,255,.6) !important;
    border-radius: 5px 5px 5px 5px!important;
    
    	background-repeat: no-repeat!important;
	background-position: 0 -200px !important;
	   -moz-transition: background-position 100ms !important;
	       background-image: -moz-linear-gradient(rgba(250,253,255,.9), rgba(250,253,255,.75) 20%, rgba(250,253,255,.70) 30%, rgba(250,253,255,0) 40%, rgba(250,253,255,0))!important;

}


#newtab-grid:hover{
	   -moz-transition: background-position 100ms !important;
	background-position: -0 0!important;
    background-color: rgba(179,230,255,.35)!important;
        border-radius: 5px 5px 5px 5px!important;}










.newtab-site{
        box-shadow: 0 1px 3px 2px rgba(0,0,0,.60)!important; 
}

.newtab-control.newtab-control-block{
        display:none !important; 
}

* {
    outline:none!important;
}


}