body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	margin: 24px;
}

.container {
	max-width: 1000px;
	margin: auto;
}

.seachbox {
	max-width: 700px;
	text-align: center;
	margin: auto;
}

.header {
	margin-bottom: 24px;
}

.content {
	margin-top: 24px;
}

.botton {
	margin-left: 8px;
}

.playlist-link {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.curator-link {
	color: #555;
}
.search-input {
	width: 420px;
	padding: 8px;
	font-size: 1em;
	border-radius: 25px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: 0px;
}

.search-button {
	padding: 8px 16px;
	margin-left: -6px;
	font-size: 1em;
	border-radius: 25px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.resultrow {
	margin: 6px;
	padding: 6px;
	border-bottom: 1px solid #ddd;
}