* {
	font-family: arial, sans-serif;
	color: #545454;
}

html,
body {
	margin: 0;
	height: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

p {
    margin: 10px;
}

.topMenu {
	display: flex;
	justify-content: space-between;
}

.wrapper {
	display: flex;
    flex-direction: column;
    min-height: 100%;
}

.wrapper .indexPage {
	justify-content: flex-start;
}

.navigator {
	justify-content: flex-end;
}

.mainSection {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainSection .searchContainer {
	margin-top: 5px;
    /* width: 100%; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainSection .searchContainer form {
	/* display: flex;
	flex-direction: column;
	align-items: center; */
	margin: 15px 0 20px 0;
}

.mainSection .searchBarContainer {
	height: 44px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	width: 100%;
	/* max-width: 630px; */
	/* padding-right: 20px; */
	box-sizing: border-box;
	display: flex;
}

.searchContainer .searchButton {
	color: #757575;
    background-color: #f5f5f5;
    border: none;
    height: 36px;
    width: 125px;
    border-radius: 1px;
    font-size: 13px;
    font-weight: bold;
    /* margin-top: 20px; */
    cursor: pointer;
    outline: none;
	width: 70%;
}

.mainSection .downloadButton {

	color: #757575;
    background-color: #f5f5f5;
    border: none;
    height: auto; /* 36px */
    width: 125px;
    border-radius: 1px;
    font-size: 13px;
    font-weight: bold;
    /* margin-top: 20px; */
    cursor: pointer;
    outline: none;

}

.mainSection .searchContainer .searchBox {
	border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    height: 44px;
    border-radius: 2px;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    width: 70%;
    max-width: 630px;
    color: #000;
}

.mainSection .logoContainer {
	width: 100%;
	max-width: 520px;
	text-align: center;
}

.logoContainer img {
	width: 100%;
}

.appContainer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.mainSection .imageContainer {
	/* width: 100%; */
	max-width: 260px;
	text-align: center;
}

.imageContainer img {
	width: 100%;
}

.header {
	background-color: #FAFAFA;
	border-bottom: 1px solid #ebebeb;
	
}

.wrapper .headerContent {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.headerContent .logoContainer {
	width: 100%;
	max-width: 520px;
	padding: 5px 20px;
	box-sizing: border-box;
}

.header .searchContainer {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: space-between; */

}

.header .searchContainer form {
	margin: 15px 0 28px 0;
	width: 480px;
}

.header .searchBarContainer {
	height: 44px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	width: 100%;
	/* max-width: 630px; */
	/* padding-right: 20px; */
	box-sizing: border-box;
	display: flex;
}

.header .searchBarContainer .searchBox {
	/* flex: 1; */
	border: none;
	background-color: transparent;
	padding: 12px;
	font-size: 16px;
	color: #000;
	width: 100%;
	/* width: 70% */
	/* width: 125px; */
}

.header .searchBarContainer .searchButton {
	/* background-color: #fff;
	height: 44px;
	margin-top: 0;
	width: 44px;
	padding-right: 20px;
	display: flex; 
	justify-content: center; */
	
	margin-top: 0;
	color: #757575;
    background-color: #f5f5f5;
    border: none;
    height: 44px;
	width: 30%;
    /* width: 125px; */
    border-radius: 1px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
	
}

.header .searchBarContainer .searchButton img {
	width: 32px
}

.selectCategory {
	display: flex;
	justify-content: center;
}

.tabsContainer {
	/* margin-left: 150px; */
	margin-left: auto;
	margin-right: auto;
}

.tabsContainer .tabList {
	padding: 0;
	margin: 0;
}

.tabsContainer .tabList li {
	display: inline-block;
	padding: 0 16px 12px 16px;
	color: #777;
	font-size: 13px;
}

.tabsContainer .tabList li a {
	text-decoration: none;
}

.tabsContainer .tabList li.active {
	border-bottom: 3px solid #1A73E8;
}

.tabsContainer .tabList li.active a {
	font-weight: bold;
	color: #1A73E8;
}

.mainResultsSection {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	/* align-items: center; */
}

.mainResultsSection .resultsCount {
	font-size: 13px;
	color:#808080;
	text-align: center;
	/* margin-left: auto;
	margin-right: auto; */
}

.mainResultsSection .siteResults {
	/* margin-left: 150px; */
	margin-left: 20px;
	margin-right: 20px;
	max-width: 1000px;
	/* margin-left: auto;
	margin-right: auto; */
}

.mainResultsSection .resultContainer {
	display: flex;
	flex-direction: column;
}

.mainResultsSection .resultContainer .title {
	margin: 0;
}

.mainResultsSection .resultContainer .title a {
	color: #1a0dab;
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
}

.mainResultsSection .resultContainer .title a:hover {
	text-decoration: underline;
}

.mainResultsSection .resultContainer .url {
	color: #006621;
	font-size: 16px;
	margin-bottom: 1px;
}

.mainResultsSection .resultContainer .definition {
	font-size: 16px;
	margin-bottom: 5px;
}

.mainResultsSection .resultContainer .examples {
	font-size: 16px;
	margin-bottom: 5px;
	white-space: pre-wrap;
}

.mainResultsSection .resultContainer .synonym {
	font-size: 16px;
	margin-bottom: 5px;
	white-space: pre-wrap;
}

.mainResultsSection .resultContainer .source {
	font-size: 16px;
	margin-bottom: 5px;
	display: inline;
	word-break: break-all;
}

.mainResultsSection .resultContainer a {
	font-size: 16px;
	margin-bottom: 5px;
	display: inline;
}

.mainResultsSection .resultContainer .category {
	font-size: 16px;
	background: red;
	padding: 3px;
}

.mainResultsSection .resultContainer .category2 {
	font-size: 16px;
	background: #007FFF;
	padding: 3px;
}

.mainResultsSection .resultContainer .category3 {
	font-size: 16px;
	background: magenta;
	padding: 3px;
}

.mainResultsSection .resultContainer .category4 {
	font-size: 16px;
	background: orange;
	padding: 3px;
}

.mainResultsSection .resultContainer .category5 {
	font-size: 16px;
	background: skyblue;
	padding: 3px;
}

.mainResultsSection .resultContainer .category6 {
	font-size: 16px;
	background: #00FF40;
	padding: 3px;
}

.mainResultsSection .resultContainer .category7 {
	font-size: 16px;
	background: pink;
	padding: 3px;
}

.mainResultsSection .resultContainer .category8 {
	font-size: 16px;
	background: yellow;
	padding: 3px;
}

.mainWordResultsSection {
	/* flex: 1; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainWordResultsSection .resultsCount {
	font-size: 13px;
	color:#808080;
	/* margin-left: auto;
	margin-right: auto; */
}

.mainWordResultsSection .siteResults {
	/* margin-left: 150px; */
	margin-left: 20px;
	margin-right: 20px;
	max-width: 800px;
	/* margin-left: auto;
	margin-right: auto; */
}

/* .mainWordResultsSection .resultContainer .title {
	margin: 0;
}

.mainWordResultsSection .resultContainer .title a {
	color: #1a0dab;
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
} */

.mainWordResultsSection .resultContainer {
	display: flex;
	flex-direction: column;
	margin-bottom: 26px;
}

.mainWordResultsSection .resultContainer .title {
	margin: 0 0 5px 0;
}

.mainWordResultsSection .resultContainer .title a {
	color: #1a0dab;
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
}

.mainWordResultsSection .resultContainer .title a:hover {
	text-decoration: underline;
}

.mainWordResultsSection .resultContainer .url {
	color: #006621;
	font-size: 16px;
}

.mainWordResultsSection .resultContainer .definition {
	font-size: 16px;
	margin-bottom: 5px;
}

.mainWordResultsSection .resultContainer .examples {
	font-size: 16px;
	margin-bottom: 5px;
	white-space: pre-wrap;
}

.mainWordResultsSection .resultContainer .source {
	font-size: 16px;
	margin-bottom: 5px;
	display: inline;
}

.mainWordResultsSection .resultContainer a {
	font-size: 16px;
	margin-bottom: 5px;
	display: inline;
}

.mainWordResultsSection .resultContainer .category {
	font-size: 16px;
	background: red;
	padding: 3px;
}

.mainWordResultsSection .resultContainer .category2 {
	font-size: 16px;
	background: #007FFF;
	padding: 3px;
}

.mainWordResultsSection .resultContainer .category3 {
	font-size: 16px;
	background: magenta;
	padding: 3px;
}

.mainWordResultsSection .resultContainer .category4 {
	font-size: 16px;
	background: orange;
	padding: 3px;
}

.mainWordResultsSection .resultContainer .category5 {
	font-size: 16px;
	background: skyblue;
	padding: 3px;
}

.mainWordResultsSection .resultContainer .category6 {
	font-size: 16px;
	background: #00FF40;
	padding: 3px;
}

.mainWordResultsSection .resultContainer .category7 {
	font-size: 16px;
	background: pink;
	padding: 3px;
}

.mainWordResultsSection .resultContainer .category8 {
	font-size: 16px;
	background: yellow;
	padding: 3px;
}

.paginationContainer {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.pageButtons {
	display: flex;
}

.pageNumberContainer
.pageNumberContainer a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.pageNumber {
	color: #000;
	font-size: 13px;
	margin: 10px;
}

.pageNumberCurrent {
	color: #000;
	font-size: 16px;
	margin: 10px;
}

a .pageNumber {
	color: #4285f4;
}


