body{
	margin-top: 71px;
	margin-bottom: 60px;
}

h1, h2, h3, h4{
	margin: 10px 0;
}

.chartwrap {
  float: left;
  width: 100%;
}

.chart {
  width: 100%;
  max-height: 600px;
  min-height: 350px;
}

.inline-block{
	display: inline-block;
}

.field{
	padding: 5px 15px;
}

.print{
	padding-left: 0;
	padding-right: 30px;
}

.printbtn{
	margin-top: 20px;
	margin-bottom: 10px;
}

.message {
    position: fixed;
    top: 0;
    right: 0;
    margin: 71px 15px 0 0;
    width: 500px;
}

.trackbtn{
	width: 100%;
}

.notif{
	border: 1px solid #ddd;
	border-radius: 4px;
}
.notifelem{
	padding: 10px 10px 0;
	border-bottom: 1px solid #ddd;
}
.notifelem:last-child{
	border: 0;
}
.notifelem:nth-of-type(even){
	background: #f9f9f9;
}

.welcome{
	margin-top: 20px;
}

.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #f5f5f5;
}

.footer .container{
	width: auto;
	max-width: 680px;
	padding: 0 15px;
	text-align: center;
}

.footer .text-muted{
	margin: 20px 0;
}