
.naag li {
	list-style: none;
}

.naag li::before {
	width:8px; 
	height:8px; 
	background: #e6673d; 
	margin: 5px 4px 0 0px; 
	content:""; 
	float:left; 
	display:block;
}

.naag li .result {
	float:right; 
	font-weight: bold;
}

.naag li.table {
	margin: 10px 0px;
}

ul.naag {
	width: 95%;
}

#main .naag table {
	margin: 15px 0px 20px 0px !important; 
	border-left: solid 1px black; 
	border-color: black; 
}

.naag img {
	border: 2px #ccc solid; 
	padding: 20px; 
	margin-bottom: 10px;
}

.naag table.dropdown {
	display:none; 
	margin-top: 5px;
}

.naag a.dropdown {
	margin-bottom:10px; 
	margin-top: 3px;
}

.naag table td, .naag table th {
	border: 1px gray solid; 
	padding: 2px 0px 1px 3px; 
	width: auto;
}

.naag table tr:nth-child(even) {
	background: white;
}

.naag table tr:nth-child(odd) {
	background: #eee;
}

.naag table th {
	background: white;
}

.naag-container #site-links {
	margin: 20px 0 30px 0;
}

.naag-container #site-links a {
	margin-right: 20px;
}

.naag-container .tell-us {
	margin-left: 5px;
}

.naag-container .gform_confirmation_message {
	margin-left: 40px; 
	color: #e6673d;
}