.nav > li > a,
.nav > li > a i {
	color:#712786;
}

.front-search-legend {
	background-color: white !important;
	background-image: none;
	color: #8d002b !important;
	text-shadow: none;
}

.list-table tr:nth-child(even) th {
	background-color: #fefefe;
}

.tip-box {
	width: 45%;
	margin-bottom: 20px;
	border: 1px solid lightgray;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	padding: 15px;
	/*border-bottom: 2px solid lightgray;*/
}

@media (max-width: 800px) {

	.tip-box {
		width: 95%;
		float: none;
	}
}

th.cell-left-border-gray, td.cell-left-border-gray {
	border-left: 1px #f0f0f0 solid;
}

th.cell-bottom-border-gray {
	border-bottom: 1px #f0f0f0 solid !important;
}