/* Dashboard: Billing */
.page-template-page-billing .current-bill{

}

.page-template-page-billing .current-bill .bill-line{
	border-bottom: 1px solid #404243;
	padding: 5px;
}

.page-template-page-billing .current-bill .bill-line.bill-total{
	color: #d02c32;
	font-size: 20px;
	font-weight: 900;
	border-bottom: none;
}

.page-template-page-billing .current-bill .bill-line .domain{
	float: left;
}

.page-template-page-billing .current-bill .bill-line .price{
	float: right;
}