/**
 * Forex account page css rules 
 */
h1.account-title {
	color: #095a8c;
	padding-top: 40px;
	margin-bottom: 35px;
}

.table.display tbody tr td,
.table.display tbody tr th,
.table.display thead tr td,
.table.display thead tr th {
	border: 1px solid #80a5b7;
}

.table.display tbody tr td:last-child, 
.table.display tbody tr th:last-child,
.table.display thead tr td:last-child, 
.table.display thead tr th:last-child {
	border-right: none;
}

.table.display tbody tr td:first-child,
.table.display tbody tr th:first-child,
.table.display thead tr td:first-child,
.table.display thead tr th:first-child {
	border-left: none;
}

.rtl tr td {
	text-align: right;
}

.padding-account-table {
	padding-left: 0px;
	padding-right: 0px;
}

.text-forex-align {
	text-align:center;
}

.text-forex-center {
	text-align: center;
}

section .container.text-forex-center h3 {
	font-size:20px;
}

/* Extra Small Devices, Phones */ 
@media (min-width : 480px) {
	.padding-account-table {
		padding-left:15px;
		padding-right:15px;
	}	
}

/* Medium Devices, Desktops */
@media (min-width : 992px) {
	.text-forex-align {
		text-align:left;
	}

	.rtl .text-forex-align{
		text-align: right;
	}

	.text-forex-center {
		text-align: left;
	}

	.rtl .text-forex-center {
		text-align: right;
	}
}
