﻿#wave-list
{
	list-style: none;
	padding: 0px;
	margin-left: 20px;
}

#wave-list li
{
	cursor: pointer;
	color: #2650A3;
}

#active-agency-table
{
	display: none;
	margin-top: 10px;
}

.wave, #active-agency-table
{
	width: 100%;
	width: 750px;
	display: none;
}
.wave thead th, #active-agency-table thead th
{
	background: #E4E4E9;
	text-align: center;
	border-bottom: 1px solid #73768D;
	padding: 5px;
}

.wave thead th.name, #active-agency-table thead th.name
{
	background: #fff;
	width: 435px;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #ACADBB;
	padding: 0px;
}

.wave thead th.info
{
	background: #fff;
	border-bottom: 0px;
	text-align: left;
	padding: 10px 0px;
}

.wave tbody td, #active-agency-table tbody td
{
	font-size: 16px;
	text-align: center;
	width: 150px;
}

.wave tbody td.name, #active-agency-table tbody td.name
{
	width: 435px;
	text-align: left;
}

.active
{
	display: block;
	width: 750px;
}

.page-head
{
	margin-top: 10px;
}
#agency-list
{
	margin-top: 10px;
}