
.navigation_bar {
	height: 50px;
	width: 100%;
	background-color: rgb(50, 50, 50);
}

.navigation_content_container {
	float: right;
	height: 100%;
}

.navigation_bar_item {
	margin-left: 10px;
	float: left;
}

.input_text {
	color: white;
	height: 100%;
	line-height: 50px;
	font-size: 14px;
}

.input_box {
	height: 20px;
	margin-top: 10px;
}

.input_button {
	height: 20px;
	width: 60px;
	margin-top: 10px;
	cursor: pointer;
	color: white;
	border: 1px solid rgb(240, 240, 240);
	border-radius: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-right: 10px;
	font-size: 14px;
	text-align: center;
}

.content_container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.list_container {
	margin-top: 20px;
	width: 100%;
}

.table_row {
	width: 90%;
	margin-bottom: 10px;
	background-color: rgb(240, 240, 240);
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid rgb(210, 210, 210);
}

.row_header:hover {
	cursor: pointer;
}

.row_header {
	width: 95%;
	height: 30px;
	padding-left: 5%;
	z-index: 500;
}

.row_content {
	width: 97.5%;
	padding-left: 2.5%;
	overflow-y: auto;
	background-color: rgb(250, 250, 250);
	text-align: justify;
}

.word {
	float: left;
	display: inline-block;
	padding-left: 3px;
}

.word_ignore_left_padding {
	padding-left: 0px;
}

.word_hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 2px;
	text-align: center;
	border-radius: 3px;
	display: none;
	position: fixed;
	font-size: 14px;
}







