.report {
    width: 100%;
    margin-bottom: 26px;
    border-top: 1px solid #a1aab2;
    font-size: 14px;
	}
.report_row {
    display: flex;
    border-bottom: 1px solid #FFFFFF;
/*     border-bottom: 1px solid #EDEDED; */
	}

.darkline {
    border-bottom: 1px solid #a1aab2;
	}

	
.report_row .name {
    flex: 1 1 auto;
    line-height: 26px;
    padding-left: 12px;
	}

.report_row .col1 {
    flex: 0 0 170px;
    line-height: 26px;
    text-align: right;
	}
.report_row .col2 {
    flex: 0 0 170px;
    line-height: 26px;
    text-align: right;
	}
.report_row .col3 {
    flex: 0 0 170px;
    line-height: 26px;
    padding-right: 12px;
    text-align: right;
	}
.report_row .col4 {
    flex: 0 0 150px;
    line-height: 26px;
    padding-right: 12px;
    text-align: right;
	}
	
a.report_row:hover{
	background-color:#f7f7f7;
	}

.rgray{
	background-color: #f7f7f7;
	}


/* report buttons ==================== */

.report_btns {
    text-align: right;
	}

.report_btns a {
    display: inline-block;
    font-size: 14px;
    line-height: 29px;
    color: var(--white);
    border-radius: 29px;
    padding: 0 16px;
    margin: 2px 0;
    background-color: var(--yellow5);
    transition: .2s;
    font-weight: 500;
	}
	
.report_btns a:hover {
    background-color: var(--yellow6);
	}
