.my-account-rectangle {	
	border-radius: 5px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	background-color: white;
	padding:24px;
	margin-bottom:24px;
  }

.my-account-reports{
	width: 45%;
	display:block;
	float:left;
	margin-right:5%;	
}

.my-account-orders{
	width: 45%;
	display:block;	
	float:left;
	margin-right: 5%;
}

@media only screen and (max-width: 767px) {
	.my-account-orders,
	.my-account-reports {
	  width: 100%;	  
	}
}

.my-account-rectangle .separator{
	width: 61px;
	height: 4px;
	background-color: #e5e9f0;
	margin-top:16px;
	margin-bottom:24px;
}

.my-account-rectangle .product_title{	
	font-size:16px;
	font-weight: 600;
	line-height: 24px;
	width: 100%;
	background-color: #E5E9F04F;	
	color: #242A32;
	padding: 8px;
}

.my-account-rectangle .information{		
	font-size:16px;
	font-weight: 600;
	line-height: 24px;
	width: 100%;
	text-align: center;
	background-color: #E5E9F04F;	
	color: #242A32;
	padding: 8px;
}

.my-account-rectangle .product_items{	
	padding: 0 0 0 30px;
}
.my-account-rectangle .row{
	box-shadow: inset 0 -1px 0 0 #e5e9f0;
	display:flex;
	padding: 15px 15px 15px 0;
}

.my-account-rectangle .row .img{	
	margin-right:17px;
}
.my-account-rectangle .row .img img{
	width:30px;
	height:30px;
}

.my-account-rectangle .row .name{	
	flex:1;
	font-size:16px;
	font-weight: bold;
	line-height: 17px;
}



.my-account-rectangle .row .name span{	
	flex:1;
	font-size:12px;
	font-weight: normal;
	color:#898d96;
}

.my-account-rectangle .row .download{	
	font-size:12px;
}
.my-account-rectangle .row .download a{
	color:#898d96;
}


.my-account-rectangle .row .order-price{	
	font-size:16px;
	color:#2b323b;
}

.my-account-rectangle .verified{
	font-size:16px;	
	height: 64px;
	padding:21px;
	border-radius: 5px;
	background-color: #5ccd8319;
	color:#5ccd83;
	font-weight: bold;
}

.my-account-rectangle .verified .sign,
.my-account-rectangle .reinvest .sign {
	background-color: #5ccd83;
    border-radius: 18px;
    color: white;
    display: block;
    float: left;
    padding: 5px;
    line-height: 14px;
    margin-right: 10px;
}

.my-account-rectangle .unverified{
	font-size:18px;		
	padding:21px;
	border-radius: 5px;
	background-color: #e0ebfd7a;	
	text-align: center;
}

.my-account-rectangle .unverified a{
	color: #fff;
	margin: 20px 0 30px 0;
	background-color: #367bda;
	padding: 5px 25px;
	border-radius: 25px;
	display: inline-block;	
}
.my-account-rectangle .unverified a.pm-button{
	border-radius: 5px;
}

.my-account-rectangle .unverified a:hover{
	color:#fff;
}
.my-account-header h2{
	color:white !important;
}

.my-account-orders .view-offerings a{
	background: transparent;
	border: solid 1px #367bda;
	color:#367bda;
	border-radius: 25px;
	padding: 8px 26px;
	display:block;
	margin:0 auto;
	width:143px;
	float: right;
}


.my-account-orders .view-offerings a span{
	font-weight: bold;
	font-size:12px;
}

.my-account-orders .woocommerce-pagination {
	height:35px;
	margin-bottom: 35px;
}

.my-account-orders .reinvest{
	width: 100%;
	background-color: #E5E9F04F;	
	color: #242A32;
	padding: 8px;
}

.my-account-orders .reinvest .title_text{
	font-size:14px;
	color: #262628;	
}

.my-account-orders .reinvest .account-link{
	margin-top:10px;
	float: right;
	color: #898D96;
	font-size:12px;
}
.my-account-orders .reinvest .sign-block{
	
	color: #262628;
	font-size:12px;
}
.my-account-orders .reinvest .sign-block b{
	color: #262628;
}

.my-account-orders .section-header{
	color:#367BDA;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	line-height: 30px;
}

.my-account-orders .section-text{
	color:#242A32;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

