@media only screen and (max-width: 660px) {
    a.transactions-list{ margin-top: 0;}
	.link_btn a ,
	.cancel_btn a {
		border: none;
	}
	#account_balance .wallet_label {font: bold 16px/35px 'IRANSans'}
	#account_balance table.pecuniary{font: 14px/30px 'IRANSans';}
}
@media only screen and (max-width: 460px) {
	#userinfo #avatar {
		width: 90px;
		height: 90px;
		border-width: 4px;
	}
	#userinfo #avatar img {
		width: 90px;
		height: 90px;
	}
	#userinfo #name {
		font-size: 20px;
		line-height: 30px;
	}
	.success_message,
	.error_message {
		font-size: 15px;
		padding: 10px 20px;
	}

	#nventory_increase {
		margin-top: 30px;
	}
	#nventory_increase .title {
		margin-bottom: 10px;
	}

	.pay_btn button,
	.pay_btn a,
	.cancel_btn a,
	.link_btn a {
		font-size: 15px;
	}
	#banks .packages {
		padding: 20px 0;
	}
	#banks .packages .pay_btn {
		text-align: center;
	}
	#irancell_gateway input,
	input.nventory_increase {
		width: 85px;
		padding: 0 5px;
	}

	#invoice .invoice_item span {
		font-size: 15px;
		width: 70px;
	}
	#invoice.payInvoice .invoice_item span.label {
		width: auto;
		display: block;
	}
	#invoice .invoice_form_item label{
		width: auto;
		display: block;
		padding: 3px 5px;
	}

	#invoice .invoice_form_item input,
	#invoice .invoice_form_item textarea{
		width: 95%;
		max-width: 95%;
	}
	#banks .labletitle {
		font-size: 13px;
	}
	#banks .labeldesc{
		font-size: 12px;
	}
	#banks a {
		padding: 0 4px;
	}
	#banks .icon {
		margin-right: 5px;
	}
	.banks_title {
		font: 500 15px/38px 'IRANSans';
	}
}
@media only screen and (max-width: 380px) {
	.container {
		width: 95%;
	}
	#banks {
		font-size: 14px;
		font-weight: normal;
	}
	
}
/** grid table responsive **/
.full-responsive {
    border: 0;
}

.full-responsive caption {
    font-size: 1.3em;
}

.full-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.full-responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
}

.full-responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9em;
    text-align: left;
}

.full-responsive td:before {
    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

.full-responsive td:last-child {
    border-bottom: 0;
}