#update-nag, .update-nag{
	display: none !important;
}

.bpmt-body{
	min-height: 200px;
	margin: 20px 0;
	font-size: 14px;
}

.bpmt-body *{
	box-sizing: border-box;
}

.bpmt-card{
	margin-bottom: 10px;
	padding: 25px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.bpmt-card.settings-card{
	display: none;
}

#settings-menu{
	position: relative;
	padding-right: 150px;
}

#enable-setting-title{
	display: inline-block;
	font-weight: 600;
	line-height: 1.3;
}

#settings-menu input[type="submit"]{
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 15px;
	padding: 10px;
	border: none;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	background-color: #0085ba;
}

#settings-menu input[type="submit"].saving{
	background-color: #df3a3a;
}

#bpmt-modern-theme table{
	width: 100%;
}

#bpmt-modern-theme .setting-title{
	vertical-align: top;
	text-align: left;
	padding: 20px 10px 20px 0;
	width: 200px;
	line-height: 1.3;
	font-weight: 600;
}

.image-preview{
	width: 303px;
	height: 200px;
	border: 1px solid #ddd;
	padding: 4px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
