@media only screen and (max-width: 992px) and (min-width: 480px){
	.btn{margin:5px;}
}

@media only screen and (max-width: 479px){
	.alert{width:330px;}
	.btn{width:100%;margin:5px;}
	.generatereport{position:relative;margin:0;right:0;}
	.connect ul li{width:100%;text-align:center;}
}