/*   Sets the text color to black   
and the background color to   
white for the document body.  */

body {
  color: white !important; 
  background: black !important;
}

* { 
  color: inherit !important; 
  background: transparent !important;
}

/* 

BODY {     
  color: white ! important ;      
  background: black ! important  
}

*{
  color: inherit ! important ;   
  background: inherit ! important  
}
*/

:focus  { outline: thick solid black }

.small-searchinput .tile-content input.textinput {
    background:none;
    padding:0;
    font-size:20px;
    float:left;
    border: 1px solid white;
}

.small-searchinput .tile-content input.submit {
    height:27px;
    width:60px;
    font-size: 18px;
    margin-top:0px;
    margin-left:18px;
    border: 1px solid white;
}

.textinput{
    border: 1px inset white;    
}

