﻿/* Charges
--------------------------------------------------------------------------------------*/
#charges {
	margin: 0 0 10px 0;
	background: #eaf4fb;
	width: 400px;	
	line-height: 1;
	padding: 4px;
}

#charges td,
#charges th {
	padding: 4px;	
}

#charges td {
	width: 1%;
	padding-left: 0.5ex;	
	text-align: right;
	white-space:nowrap;
}

#charges-items-last td,
#charges-items-last th{
	padding-bottom: 8px;
}

#charges-total th,
.charges-info th {
	text-align: right;
}

#charges-total td,
#charges-total th {
	font-weight: bold;	
}

#charges-total td,
#charges-total th {
	padding-top: 8px !important;	
	border-top: 2px solid #fff;
	padding-bottom: 4px !important;
}

.charges-info {
	color: #6a6e71;	
}

#dashboardMessage {
	background-color: #e3f7d6;
	padding: 10px;
	margin-bottom: 10px;
	color: #182e09;
}
