﻿body {
	font-family: "Segoe UI", Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
}
.app-button {
	border-width: 0;
	padding: 10px 20px;
}
.secondary-app-button {
	border-width: 0;
	padding: 10px 20px;
}
.header-text {
	text-align: center;
}

/* Bootstrap items that are not AppSetting specific */
.navbar-custom {
	border-width: 0,0,1px,0;
}

@media (max-width: 450px) { 
	.navbar-brand {
		font-size: .9em;
		padding-right: 0;
		overflow:hidden;
		white-space:nowrap;
	}
}

/* Boostrap emits links in print*/
@media print {
  a[href]:after {
	content: normal !important;
  }
  img {
	  max-width:none !important;
  }
}