/* 
    Document   : Grid
    Created on : 2009-12-18, 12:28:32
    Author     : Romek
    Description:
        Purpose of the stylesheet follows.
*/

.grid {
  border: 1px solid #333;
  text-align: center;
  background-color: #333333;
  width: 100%;
  padding: 3px;
}
