* {
	box-sizing: border-box;
}

body {
	background: #eeeeee;
	color: #212121;
	font-size: 16px;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	box-shadow: none;
	line-height: 1.5;
}

body.theme-darkblue {
	background: #01074b;
	color: #fefefe;
}

.page {
	max-width: 660px;
	margin: 0 auto;
}

.container {
	max-width: 100%;
	margin: 1px 0;
	padding: 16px;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

body.theme-darkblue .container {
	background: #01074b;
	box-shadow: unset;
}

.article {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.article h2 {
	margin-top: 0;
}

.article h2 a {
	text-decoration: none;
	color: #212121;
}

.article h2 a:hover {
	color: #0025ff;
}

.article h2 a:focus {
	color: #0025ff;
	text-decoration: underline;
}

.toolbar {
	max-width: 100%;
	margin: 1px 0;
	padding: 0;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#customSearchBarButton {
	display: block;
	background: none;
	border: none;
	cursor: pointer;
}

#customSearchBarButton svg {
	width: 17px;
	height: 17px;
}

.header-image {
	height: 100px;
	width: 100%;
	object-fit: cover;
	display: block;
	margin-bottom: 16px;
}

.published-on,
.search-icon {
	font-size: 12px;
	margin-top: 10px;
}

h1 {
	font-size: 1.4rem;
	margin-top: 0;
}

h2 {
	font-size: 1.1rem;
}

footer {
	text-align: center;
	border-top: 0.3rem solid #eeeeee;
	margin-top: 50px;
	padding-top: 25px;
}

.footer {
	text-align: center;
}

footer a,
.footer a {
	color: #212121;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
}

body.theme-darkblue footer a,
body.theme-darkblue .footer a {
	color: #fefefe;
}

.logo {
	margin-bottom: 16px;
}

.logo img {
	width: 100%;
}

.webresults {
	margin-top: 16px;
	color: #515151;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.webresults a {
	color: #515151;
	font-size: 18px;
	text-decoration: none;
}

.ws-domain {
	font-size: 14px;
}

.searchbar {
	display: flex;
	margin-top: 16px;
}

.searchbar input {
	flex-grow: 1;
	border: 1px solid #212121;
	background: #fff;
	padding: 8px 10px;
	font-size: 12px;
	border-right-width: 0;
}

.searchbar button {
	border: 1px solid #212121;
	background: #e5e5e5;
	padding: 8px 10px;
	font-size: 12px;
}