@import url("blue-basic.css");

@media print {

	body {
    	background: white
	}

    div.layout-main {
	 	background: white;
		border: none;
        margin-left: 2ex;
        margin-right: 2ex;
        margin-top: 2ex;
        margin-bottom: 2ex;
        padding: 1ex 1ex 1ex 1ex;
        min-height: 400px;
    }

	.layout-top, .layout-bottom, .screen, #side1, #side21, #side2 {
    	display: none;
	}

}

table.dictionary {
	border-spacing: 0px;
	border-collapse: collapse;
	border: solid #ccf 1px;
}

table.dictionary td {
	background-color: #fff;
	padding: 10px;
	border: solid #ccf 1px;
	vertical-align: top;
	text-align: left;
}
