body {
    background: #eee;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 10px;
    font-weight: 300;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-rendering: optimizeLegibility
}

td.billede {
	background-color: rgb(255,255,255);
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,.30);
}