:root {
	--note-color: #92C1E9;
	--warning-color: #EF9600;
}

body {
	margin: 0;
	padding: 0;
}

a.return {
	background: var(--warning-color);
	display: block;
	text-align: center;
	width: 260px;
	padding: 8px 0;
	color: white;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	position: fixed;
	z-index: 1;
}

#top-container {
	display: flex;
	flex-wrap: wrap;
	padding:20px;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	color: rgb(51, 51, 51);
	background-color: rgb(250, 250, 250);
	border-bottom: 1px solid rgb(225, 225, 225);
}

#top-container-return {
	padding-left: 10px;
	flex: 0 0 200px;
	margin-top: 1em;
}

/* The following content is for a note at the top of the Automate API page */

#top-container-messages {
	flex: 1 1 500px;
	margin: 1em 1em 0 1em;
	padding: 0;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
}

.top-container-message {
	padding: 0;
	margin: 0 1em;
	border-radius: 3px;
}

.container-note {
	border: 2px solid var(--note-color);
}

.container-warning {
	border: 2px solid var(--warning-color);
}


.top-container-admonition {
	margin: 0 !important;
	padding: 0.1rem 0 0.1rem 0.5rem;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
}


p#top-container-note {
	background-color: var(--note-color);
}

p#top-container-warning {
	background-color: var(--warning-color);
}

.top-container-text {
	padding: 0 1em;
}
