@charset "utf-8";
/* CSS Document */

.popover { max-width: 476px; }

::-webkit-input-placeholder { text-transform: none; font-style: italic; }
::-moz-placeholder { text-transform: none; font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { text-transform: none; font-style: italic; } /* ie */
input:-moz-placeholder { text-transform: none; font-style: italic; }

input.longfield { width: 100%;}

.sitemaptable { width: 100%;}

.profile-info-name { width: 160px;}
.profile-info-value > span + span::before {
    content: " ";
}
table.background-white { background-color: #FFFFFF;}

.btn.btn-app.producten { font-size: 14px;}

.row.hoverffect:hover { background-color: #e0e0e0;}

ul.changelog li { padding: 4px 0;}

/* All your print styles go here */
@media print { 
	* { color: #000000 !important;}
	 #breadcrumbs, form, .noprint { display: none !important; } 
	 h2 { margin: 0 0 3px 0; font-size: 16px;}
	 
	 .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 3px !important; line-height: 1 !important; font-size: 12px !important;}
}

