body{
	position: relative;
  min-height: 100vh;
}
.page-footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	height:110px;
}
.main{
	padding-bottom: 100px;
}
.w-30{
	width: 30% !important; 
}
.w-40{
	width: 40% !important;
	float: left;
}
.w-60{
	width: 58% !important;
	float: left;
}
.p6{
	font-size: 0.8rem;
}
.tooltip-button{
	padding: 2px 6px !important;
	font-size: 10px;
	background: #fff;
}
.spinner-border{
	position: absolute;
	z-index: 999;
	top: 40%;
	left: 45%;}

@media screen and (max-width: 650px) {
  .navbar .navbar-brand img {
    width: 400px;
  }
}
@media screen and (max-width: 550px) {
  .navbar .navbar-brand img {
    width: 240px;
  }
}
@media screen and (max-width: 350px) {
  .navbar .navbar-brand img {
    width: 200px;
  }
}