/*
 * print.css
 * 
 * CSS for the printable version of the Yukendo webgame.
 * 
 * Author: Johannes Marbach
 * 
 * Copyright (c) 2009, rapidrabbit GbR.
 * All rights reserved.
 *
 */

/* Container */

#container {
    width: auto;
    height: auto;
    background: white;
}

/* Game area */

#game-area .frame-top-left, #game-area .frame-top-center,
#game-area .frame-top-right, #game-area .frame-left,
#game-area .frame-right, #game-area .frame-bottom-left,
#game-area .frame-bottom-center, #game-area .frame-bottom-right {
    display: none;
}

/* Game menu */

#game-menu {
    display: none;
}

/* Game layers */

#puzzle div.over-layer, #puzzle div.value-layer {
    display: none;
}

#puzzle div.operation-cursor-layer table tr td div {
    height: 49px;
    background: white;
    padding: 1px 0px 0px 3px;
    font-size: 8pt;
}
