body > .container {
	padding-top: 0px;
}
body > .container-fluid {
	padding-top: 0px;
}

@media print {
  a[href]:after {
    content: "";
  }
}