
.balance-row {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	position:relative;
	padding:10px;
	clear:both;
	margin-bottom:20px;
	overflow:auto;
}

.balance-row.withdrawal {
	background:#F5E7E7;
}

.balance-row:last-of-type {
	margin-bottom:30px;
}

.balance-row > div {
	float:left;
	vertical-align: top;
}

.balance-row .floater {
	float:left;
	margin-right:30px;
}

	.balance-row > div:first-of-type {
		margin-right:20px;
		overflow:auto;
	}

	.balance-row > div:last-of-type {
		padding-top:3px;
		width:485px;
	}


.balance-row .label-z, .balance-row .info {
	font-size:13px;
}

	.balance-row .label-z {
		color: #000;
		display: inline-block;
		border:0 solid #DCCEBC;
		border-bottom-width: 1px;
		text-transform: uppercase;
		font-size:11px;
		margin-bottom:3px;

	}

	.balance-row .info {
		color:#666;
		margin-bottom: 10px;
	}

	.balance-row .info.description {
		font-size:10px;
	}

.balance-row h2 {
	margin-top:0;
	font-size:18px;
}



.h2-header {
	position: relative;
	margin: 15px 0;
}

.h2-header h2 {
	font-size:22px;
	position: absolute;
	top: 21%;
	left: 21px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
} 

.h2-header#svenska-spel {
	background: url(/images/widgets/VaraKop/svenskaspel_bg.png);
	background-repeat: repeat;
	width:530px;
	height:88px;
}

.h2-header#svenska-spel img {
	float:right;
	opacity: 0.7;
}

.h2-header#svenska-spel h2 {
	top:14%;
}




.balance-row.summary {
	background:#7CAA7C;
	overflow:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:30px 30px;
	margin-bottom:100px;
}

.balance-row.summary > div {
	display:block;
	width:100% !important;
	overflow:visible;
	font-size:18px;
	margin-left:30px;
}

.balance-row.summary > div:first-of-type {
	font-size:24px;
	margin-left:0;
}

.balance-row.summary > div > div {
	background:#fff;
	display:inline-block;
	text-align: center;
	padding:10px 15px;
	margin:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.balance-row.summary > div > div:first-of-type {
	position:relative;
}

.balance-row.summary > div > div:first-of-type .fa {
	color:#5C5C5C;
	position: absolute;
	top: -13px;
	left: -19px;
}

.balance-row.summary > div > div:last-of-type {
	color:green;
}




.smaller-date {
	font-size:11px;
	margin-top:-8px;
}

.company-logo {
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:60px;
	width:106px;
}

.balance-row .amount {
	display:block;
	text-align: center;
	font-size: 20px !important;
	width:106px;
	margin-top:10px;
	margin-bottom:15px;
}

.balance-row .amount.withdrawal-amount {
	color:#A46150 !important;
}

.disclaimer-50-50, .withdrawal {
	padding: 10px 10px;
	font-size: 12px;
	border-radius: 3px;
	margin: 20px 5px 20px 5px;
}

.disclaimer-50-50 {
	color: #800000;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
	font-weight: bold;
	border:1px solid #EFDFDF;
}




/* for 980px or less */
@media screen and (max-width: 992px) {

	.balance-row > div:last-of-type {
		width: 335px;
		width: 450px;
	}

}


/* for 700px or less */
@media screen and (max-width: 768px) {

	.balance-row > div:last-of-type {
		width:243px;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {
	
	.balance-row > div:last-of-type {
		width: 335px;
		width:216px;
	}

	.balance-row.common-purchases > div:last-of-type {
		width:243px;
	}

	.balance-row > div:first-of-type, .balance-row .amount {
		width: 72px;
		min-width: 72px;
		margin-right: 10px;
	}

	.balance-row .amount {
		font-size: 18px !important;
	}

	.balance-row.common-purchases .amount {
		font-size: 14px !important;
	}

	.balance-row .label-z, .balance-row .info {
		font-size:10px;
	}

	.company-logo {
		height:40px;
		width:72px;
	}


	.h2-header img,.h2-header  {
		max-width:100%;
	}

	.h2-header h2 {
		top: 14%;
		font-size: 15px;
	}

	.balance-row.summary {
		padding:20px;
	}

	.balance-row.summary > div {
		display:block;
		width:100% !important;
		overflow:visible;
		font-size:15px;
		margin-left:10px;
		padding:1px;
	}

		.balance-row.summary > div > div {
			padding:3px 5px;
			margin: 3px 0px;
		}

	.balance-row.summary > div:first-of-type {
		font-size: 18px;
		margin-left: 0;	
	}

	.balance-row.summary > div > div:first-of-type .fa {
		top: -8px;
		left: -10px;
		font-size: 27px;
	}
}