
.welcome-panel {
	padding: 0;
	background: none;
	overflow: inherit;
}
.welcome-panel:before,
.welcome-panel:after {
	background: none;
}
.welcome-panel .edbb-panel-content {
	margin-left: 0;
	margin-right: 0;
    max-width: 100%;
    width: auto;
}
.welcome-panel .edbb-panel-content h3 {
	margin: auto;
}
.welcome-panel .welcome-panel-close {
	z-index: 100;
}
.notice.bricks-message:before {
	content: none;
}
.welcome-panel .welcome-panel-content {
	display: none !important;
}
#edbb-dashboard-welcome {
	-webkit-font-smoothing: antialiased;
}
#edbb-dashboard-welcome input:focus,
#edbb-dashboard-welcome textarea:focus,
#edbb-dashboard-welcome select:focus,
#edbb-dashboard-welcome button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}