#wpcontent {
	padding: 0 24px !important;
}

#nmgr-setup {
	max-width: 820px;
	margin:	32px auto 65px;
	clear: both;

}

#nmgr-content {
	background-color: white;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	padding: 40px;
}

.nmgr-tc {
	text-align: center;
}

.nmgr-page-title {
	font-size: 32px;
	font-weight: 300;
}

.nmgr-name {
	font-weight: 300;
	font-size: 18px;
}

#nmgr-setup .nmgr-container {
	max-width: 630px;
	margin: 30px auto;
	padding: 14px;
}

.nmgr-container:not(:last-of-type) {
	border-bottom: 1px solid #dedede;
}

#nmgr-setup,
#nmgr-setup p {
	font-size: 19px;
}

#nmgr-setup .nmgr-welcome-text {
	font-weight: 300;
	line-height: 160%;
	font-size: 25px;
}

.nmgr-note {
	font-size: 16px;
	color: darkgrey;
	margin-top: 60px;
}

.nmgr-setup-info {
	margin-top: 45px;
}

.nmgr-footer{
	margin-top: 20px;
	text-align: center;
}

.nmgr-footer.has-previous {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nmgr-setup-table {
  display: table;
  width: 100%;
}

.nmgr-setup-table > * {
  display: table-row;
}

.nmgr-cell {
  display: table-cell;
	padding-bottom: 27px;
}

.nmgr-cell:last-child {
	width: 38%;
}

.nmgr-setup-table select,
.nmgr-setup-table input[type=text] {
	width: 100%;
	padding: 7px 13px;
	font-size: 16px;
	line-height: 1.429;
	border-radius: 4px;
}

.nmgr-hr {
	margin: 45px;
}

.nmgr-container legend {
	color: rgba(169, 169, 169, .66);
	text-align: center;
	font-size: 17px;
}

.nmgr_set_page_title {
	margin-top: 13px;
}

.nmgr-hearts {
	color: #BD2709;
	font-size: 29px;
}


#nmgr-setup .nmgr-checkbox-switch {
	--nmgr_ts-bar-color: #ddd;
}

#nmgr-setup-tabs {
	margin-bottom: 33px;
}

.nmgr.button {
	font-size: 16px;
	padding: 3px 30px;
	border-radius: 30px;
}

.nmgr-setup-tab-item {
	font-size: 16px;
	padding: 8px 19px;
	line-height: 2.15384615;
	display: inline-block;
	color: #949494;
	text-decoration: none;
}

.nmgr-setup-tab-item:hover,
.nmgr-setup-tab-item:active,
.nmgr-setup-tab-item.active {
	border-bottom: 1px solid #007cba;
	box-shadow: inset 0 0 0 2px transparent, inset 0 -1.5px 0 0 #007cba;
	color: inherit;
}

.nmgr-desc {
	font-size: 16px;
	color: darkgrey;
	margin-top: 6px;
	line-height: 1.25;
}

.nmgr-wishlist-type {
	margin-bottom: 49px;
}

.nmgr-wishlist-text {
	padding-bottom: 8px;
	font-weight: 300;
	box-shadow: inset 0 0 0 2px transparent, inset 0 -1.5px 0 0 #007cba;
}

fieldset:disabled {
	display: none;
}

#nmgr-setup .nmgr-version {
	font-size: 3rem;
	margin-top: 0;
}

#nmgr-setup ul {
	padding: inherit;
	list-style: disc;
	font-weight: 300;
}

#nmgr-setup li {
	line-height: 1.5;
	margin-bottom: 27px;
}

.whats-new {
	font-weight: 500;
	margin: 59px 0 35px;
}