
.amg-upc-table {
	display: table;
	width: 100%;
}

.amg-upc-table.head {
	border: 1px solid #ccc;
}

.amg-upc-row {
	display: table-row;
}

.amg-upc-cell {
	display: table-cell;
	padding: 4px;
}

.amg-upc-cell:last-child {
	text-align: right;
}

h3.amg-upc-cat {
	text-align: center;
	font-size: 1.3em;
	padding: 20px 0;
}

#top label.amg-upc-label {
	font-weight: 300 !important;
}

#top input.amg-uc-checkbox {
	margin-right: 5px !important;
}

#top .amg-upc-search-results {
	font-weight: 300 !important;
	color: #888;
}

#top a.amg-upc-link {
	color: #888 !important;
}

#top span.amg-upc-reset {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 2px;
	cursor: pointer;
}

.amg-upc-hidden {
	display: none;
}

.amg-upc-expand {
	background: #eee;
	text-align: center;
	position: relative;
	width: 200px;
	transform: translateX(-50%);
	left: 50%;
	border-radius: 0 0 50px 50px;
	box-shadow: 0 1px 2px #ccc;
	cursor: pointer;
}

.amg-upc-expand .open, .amg-upc-expand.active .close {
	display: inline;
}

.amg-upc-expand .close, .amg-upc-expand.active .open {
	display: none;
}

table.amg-uc-table {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
	border-spacing: 0;
}

table.amg-uc-table td {
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}

table.amg-uc-table th {
	border-bottom: 2px solid #aaa;
	padding: 10px;
}

table.amg-uc-table td:nth-child(1), table.amg-uc-table td:nth-child(2), table.amg-uc-table td:nth-child(6), table.amg-uc-table td:nth-child(7), table.amg-uc-table td:nth-child(8) {
	text-align: right;
}

table.amg-uc-pag td {
	white-space: nowrap;
}

table.amg-uc-pag td:nth-child(1) {
	width: 80%;
}

table.amg-uc-pag {
	width: 100%;
	margin: 1em 0 0;
}

.amg-uc-notice {
	text-align: center;
}

h2.amg-uc-notice {
	color: green;
}
