@page {
  size: 900px 1272px;
}

body{
    font-size:11pt;
}

div.navbar-fixed{
	display: none !important;
}

nav.blue.lighten-2{
	/*display: none !important;*/
	background: none !important;
	box-shadow: none;
}

.card{
	page-break-inside: avoid;
	box-shadow: none;
}

.fixed-action-btn{
	display: none !important;
}

.collection-item{
    page-break-inside: avoid;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.print-only{
	display: inherit !important;
}
.no-print{
	display: none !important;
}

nav a{
    color: black !important;
}
.brand-logo{
    color: black !important;
}

input{
	margin-bottom: 0 !important;
}

::-webkit-input-placeholder {
	visibility: hidden;
}
