/**
 * Admin Styles
 *
 * @package PunchoutRocket
 */

.punchout-settings {
	max-width: 1200px;
}

.punchout-settings .notice.inline {
	margin: 15px 0;
	padding: 12px;
}

.punchout-settings h2 {
	margin-top: 30px;
}

.punchout-settings code {
	padding: 2px 6px;
	background: #f0f0f1;
	border-radius: 3px;
	font-family: 'Courier New', Courier, monospace;
}

