.w3-btn,.w3-button {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
}

.w3-btn,.w3-button {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}   

.w3-disabled,.w3-btn:disabled,.w3-button:disabled {
	cursor:not-allowed;
	opacity:0.3;
}

.w3-modal {
	z-index:3;
	display:none;
	padding-top:100px;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.4);
}

.w3-modal-content {
	margin:auto;
	background-color:#fff;
	position:relative;
	padding:0;
	outline:0;
	width:600px;
}

.w3-bar .w3-button {
	white-space:normal;
}

@media (max-width:600px) {
	.w3-modal-content {
		margin:0 10px;
		width:auto!important;
	}
	
	.w3-modal {
		padding-top:30px;
	}
	
	.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button {
		width:100%;
	}
}

@media (max-width:768px) {
	.w3-modal-content {
		width:500px;
	}
	
	.w3-modal {
		padding-top:50px;
	}
}

@media (min-width:993px) {
	.w3-modal-content {
		width:900px;
	}
	
	.w3-display-topright {
		position:absolute;
		right:0;
		top:0;
	}
	
	.w3-animate-zoom {
		animation:animatezoom 0.6s;
	}
	
	@keyframes animatezoom {
		from{transform:scale(0)} to{transform:scale(1);
	}
}

.w3-opacity,.w3-hover-opacity:hover {
	opacity:0.60;
}

.w3-opacity-off,.w3-hover-opacity-off:hover {
	opacity:1;
}

.w3-xlarge {
	font-size:24px!important;
}

.w3-button:hover{ 
	color:#000!important;background-color:#ccc!important;
}

/* Colors */
.w3-red,.w3-hover-red:hover {
	color:#fff!important;background-color:#f44336!important;
}