body {
	font-family: arial, geneva, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

/* Line break after each field */
.field{
	display: block;
}

/* Line break after each space in the itemcallnumber field */
#itemcallnumber .space {
	display: block;
}

/* Put the copynumber on the bottom of the label */
#copynumber {
	position: absolute;
	top: 75px;
}

#spinelabel {

}

#print_button {
    bottom: 0;
    padding: 1em;
    position: absolute;
    text-align: center;
    width: 100%;
    border-top: 1px solid #b9d8d9;
    background-color: #e6f0f2;
}