/* Add here all your CSS customizations */

body .btn-primary[disabled] {
	border-color: gray !important;
	background-color: gray;
}

@media only screen and (max-width: 991px) {
	.full-button{
		width: 80% !important;
	}
	
	.full-button-td{
		padding-left: 8px !important;
		text-align: center !important;
	}
	
	.mobile-ml-sm{
		margin-left: 20px;
	}
}