.member-right, .account-bottom, .detailed-stats {
	width: 100%;
	float: left;
}
.account_mid {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.mem_mid {
	width: 31%;
	float: left;
	padding: 15px 10px 15px 100px;
	border: 1px solid #4eb3e9;
	border-radius: 6px;
	margin: 0 15px 0 0;
	color: #222;
}
.mem_mid:last-child {
	margin:0
}
.mem_mid.one {
	background: url(../img/mem_mid1.png) no-repeat 12px center;
}
.mem_mid.two {
	background: url(../img/mem_mid2.png) no-repeat 12px center;
}
.mem_mid.three {
	background: url(../img/mem_mid3.png) no-repeat 12px center;
}
.mem_mid p {
	margin: 0;
}
.mem_mid h3 {
	margin: 5px 0 0 0;
	font-size: 20px;
	font-family: 'Museo-700';
	color:#4eb3e9
}
.pull-left, .pull-right {
    display: inline-block;
	width: 49%;
}
.detailed-stats-box {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363785+0,2e2e6c+58,292859+100 */
	background: #363785; /* Old browsers */
	background: -moz-linear-gradient(left, #363785 0%, #2e2e6c 58%, #292859 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #363785 0%, #2e2e6c 58%, #292859 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #13c4a1 0%, #438544 58%, #438544 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363785', endColorstr='#292859', GradientType=1 ); /* IE6-9 */
	padding: 15px;
	width: 100%;
	float: left;
	margin: 0 0 30px;
	border-radius: 6px;
}
.detailed-stats-box .detailed-stats-img {
    float: right;
    width: 25%;
    text-align: center;
    margin: 0 15px 0 0;
    height: 80px;
}

.detailed-stats-box .detailed-stats-img img {
	    width: 80px;
}

.detailed-stats-box p {
	color:#fff;
}
.detailed-stats-box h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	margin: 0;
	color:#ffd552
}
.acc_button_wrap {
	text-align: center;
	margin: 0 0 25px;
	border-bottom: 1px solid #080a3c;
	padding: 0 0 15px;
}
.acc_button_wrap a.acc_button {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    border-radius: 50px;
    margin: 0;
    margin-right: 0px;
    padding: 8px 28px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Museo-700', sans-serif;
}
.acc_button_wrap a.acc_button.eh, .acc_button_wrap a.acc_button.wf {
	background: #080a3c;
	color: #fff;
	margin-right: 6px;
	border: 1px solid #080a3c;
}
.acc_button_wrap a.acc_button.tw, .acc_button_wrap a.acc_button.af {
	background: #fff;
	color: #080a3c;
	border: 1px solid #080a3c;
 min-width: auto;
}
.acc_button_wrap a.acc_button.eh:hover, .acc_button_wrap a.acc_button.wf:hover {
	background: #fff;
	color: #080a3c;
}
.acc_button_wrap a.acc_button.tw:hover, .acc_button_wrap a.acc_button.af:hover {
	background: #080a3c;
	color: #fff;
}
.af_top {
	background: #13c4a1;
	color: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 50px;
 height: 45px;
}
.af_top p {
	width: 28%;
	float: left;
	margin: 0;
	padding:0 0 0 60px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Museo-700';
	color:#fff;
	background:url(../img/affi_icon.png) no-repeat 15px center;
 position: relative;
    top: 2px;
}
.af_top h2 {
	width: 72%;
	float: left;
	margin: 0;
	font-size: 19px;
	text-transform: none;
	line-height: 22px;
	color:#fff;
}