
table.invoice, table.paginated, table.paginated tr, table.paginated td {
	border: 0 !important;
	margin-bottom: 5px;
	vertical-align: top;
}


table.invoice th, table.paginated th {
	border: 0;
	color: white;
	background-color: #4a4a4a;
	padding: 5px;
	font-weight: 600;
}

table.invoice tr:nth-child(odd), table.paginated tr:nth-child(odd) {
	background-color: #dedede;
}

table.invoice tbody tr:hover, table.paginated tbody tr:hover {
	background-color: #c0c0c0;
}

table.invoice td, table.paginated td {
	padding: 5px;
}

.pager {
	background-color: #858585;
	padding: 0px 5px 0 5px;
	font-size: 12px;
}

.pager-label {
	color: white;
	margin-right: 5px;
}

.pager > .clickable {
	color: white;
	padding: 5px 3px;
	cursor: pointer;
	display: inline-block;
	line-height: 13px;
	min-width: 20px;
	text-align: center;
}

.pager > .clickable:hover {
	text-decoration: underline;
}

.pager > .active {
	background-color: #e8e8e8;
	cursor: auto;
	color: black;
	margin-top: -5px;	
}

.pager > .active:hover {
	text-decoration: none;
}

table.paginated a {
	color: #2b699e;
}

table.paginated a:hover {
	color: #204e77;
	text-decoration: underline;
}

hr {
	border-bottom: 1px solid #9f9f9f !important;
}

.acgshop-page-account input {
	margin: 2px;
	
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.tracking-modal {
	border: 1px solid #cacaca;
	padding: 4px;
	font-size: 12px;

}
