.cell
      {
          float: left;
          border-right: 1px solid transparent;
          border-bottom: 1px solid transparent;
          margin-right: -1px;
          margin-bottom: -1px;
          background: url(/media/themes/fukasawa-child/images/breadcrumb.png) no-repeat -10px;
      }
      .left { border-left: 1px solid #000000; }
      .right { border-right: 1px solid #000000; }
      .top { border-top: 1px solid #000000; }
      .bottom { border-bottom: 1px solid #000000; }
      .noleft { border-left: 1px solid transparent; }
      .noright { border-right: 1px solid transparent; }
      .notop { border-top: 1px solid transparent; }
      .nobottom { border-bottom: 1px solid transparent; }
      .mrow
      {
          float: left;
      }
      #box
      {
          margin: 0px auto 30px auto;
          overflow: hidden;
          padding-bottom: 1px;
          background-color: #fff;
          visibility: hidden;
          width: 82%;
      }
      @media screen
      {
          #details
          {
            margin: 1.5em .75em .5em;
            padding: 1em;
            border: 1px solid #ddd;
            background-color: #fff;
          }

          #mazeform
          {
            padding: .5em;
            margin: auto;
            border: 1px solid #ddd;
            background-color: #f4f4f4;
          }

          input
          {
            padding: 0 20px 0 0;
            margin: 0 5px 0 0;
            vertical-align: middle;
          }
      }
      @media print
      {
          #details { display: none; }
		  #respond { display: none; }
		  .social-bookmarks { display: none; }
		  #footer { display: none; }
		  
      }
	  
      .cell {height: 10px;} /* this rule must next to last */
      .cell {width:  10px;} /* this rule must be last */
	  
