.settings_page_excelkits #wpcontent {
	padding-left: 0;
}

.excelkits-container {
	margin: 0 auto;
	max-width: 45rem;
	padding: 1.5rem;
}

.excelkits-masthead {
	background-color: #fff;
	text-align: center;
	box-shadow: 0 1px 0 rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.excelkits-masthead__inside-container {
	padding: 0.375rem 0;
	margin: 0 auto;
	width: 100%;
	max-width: 45rem;
	text-align: left;
}

.excelkits-masthead__logo-container {
	padding: 0.3125rem 0 0;
}

.excelkits-masthead__logo-container svg {
	max-width: 90px;
	max-height: 34px;
}

.excelkits-card {
	position: relative;
	margin: 0 auto 0.625rem auto;
	box-sizing: border-box;
	background: white;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.excelkits-section-header {
	position: relative;
	margin: 0 auto 0.625rem auto;
	padding: 1rem;
	box-sizing: border-box;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
	background: #ffffff;
	width: 100%;
	padding-top: 0.6875rem;
	padding-bottom: 0.6875rem;
	display: flex;
}

.excelkits-section-header__label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1.75rem;
	position: relative;
	font-size: 0.875rem;
	color: #4f748e;
}

.excelkits-inside {
	padding: 1.5rem;
	padding-top: 1rem;
}

.excelkits-table {
}

.excelkits-table tbody tr {
	height: 45px;
}

.excelkits-table input[type='text'],
.excelkits-table input[type='password'] {
	width: 75%;
}

.excelkits-table-label {
	vertical-align: middle;
	padding-top: 0;
}

.excelkits-card-actions {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.excelkits-card-actions__delete {
	line-height: 2.4;
}

.excelkits-card-actions__delete > a {
	margin-top: 8px;
	display: block;
	color: gray;
}

.excelkits-button {
	background: white;
	border-color: #c8d7e1;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #2e4453;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
	border-radius: 4px;
	padding: 7px 14px 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.excelkits-success-text,
.excelkits-error-text {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	margin-right: 12px;
}

.excelkits-success-text {
	color: #14ac14;
}

.excelkits-error-text {
	color: #ff4e4e;
}
