* {
	border: 0px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #0084C8;
	text-decoration: none;
}

body {
	text-align: center;
	font-family: Courier;
	font-size: 13px;
	background-color: #18B5CD;
	color: #fff;
}

#body-wrapper {
	margin-top: 88px;
	width: 90%;
	max-width: 1200px;
	padding: 20px;
	border-radius: 10px;
}

#logo-wrapper img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#search-box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#search-box form {
	display: flex;
	width: 100%;
}

#search-box input[type="text"] {
	flex: 1;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
	outline: none;
	border: 5px solid #fff;
}

#search-box button {
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	background-color: #18b5cd;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s;
	border: 1px solid #fff;
	border-left: none;
}

#search-box button img {
	width: 20px;
	height: 20px;
}


@media (max-width: 768px) {
	#body-wrapper {
		margin-top: 40px;
		padding: 10px;
	}

	#logo-wrapper img {
		width: 58px;
	}

	#search-box {
		max-width: 100%;
	}

	#search-box button {
		padding: 10px 15px;
	}
}


#result {
	margin-top: 20px;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 11px;

	text-align: left;
	background-color: #fffef2;
	color: #000;
	font-size: 13px;
}

.lingoes.word{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #CC0000;
	font-size: 15px;
	border-bottom: 1px dashed #C0C0C0;
}
.lingoes.word a{
	color: #CC0000;
	text-decoration: none;
}

.lingoes.c {
	width: 100%;
	overflow-x: hidden;
}

.lingoes.f {
	color: grey;
	margin: 0 0 5px;
	line-height: normal;
}

.lingoes.h {
	font-size: 10.5pt;
	color: #000;
	line-height: normal;
}

.lingoes.m {
	font-size: 10.5pt;
	font-family: 'Lingoes Unicode';
	line-height: normal;
	color: #009900;
}

.lingoes.i {
	margin: 0 0 5px;
}

.lingoes.n {
	margin: 4px 0;
}

.lingoes.p {
	display: inline;
}

.lingoes.u {
	color: #c00000;
	display: inline;
}

.lingoes.q {
	display: inline;
}

.lingoes.x {
	color: #000080;
	display: inline;
}

.lingoes.j {
	margin: 0 0 5px;
	direction: ltr;
}

.lingoes.j>div:first-child {
	font-size: 10.5pt;
	font-family: Tahoma;
	color: #4d00cc;
	margin: 8px 0 0;
	line-height: normal;
}

.lingoes.j>div:last-child {
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 1em;
	padding-right: 0;
}

.lingoes.r {
	margin: 4px 0;
}

.lingoes.ref{
	margin-top: 8px;
	padding-top: 8px;
	font-size: 13px;
	border-top: 1px dashed #C0C0C0;
}

.lingoes.ref a{
	color: #CC0000;
	text-decoration: none;
}

.lingoes.w{
	display: inline-block;
	margin: 4px 0;
}

/* Word List */
.lingoes.odd, .lingoes.even{
	padding-left: 18px;
	font-size: 15px;
	margin: 8px 0;
}
.lingoes.odd a:hover, .lingoes.even a:hover{
	text-decoration: underline;
}
.lingoes.odd a{
	color: #CC0000;
}
.lingoes.even a{
	color: #009900;
}