/* ExpanationOfPrizeNumberClaim - 7KAWFL - Desktop Pkg by MCL - 2022 */

body{
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height:16px;
	text-align: left;
	
}

/*****Package Style Start*******/
#eopnc-statement-title{
    background-color: #ccc;
    color: #000;
    font-size: 20px;
    line-height:26px;
    font-weight: 700;
    padding: 15px 0;
    display:flex;
}
.eopnc-record{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    display:flex;
}
.eopnc-stmt{
    background-color: #ccc;
    color: #000;
    text-indent:20px;
}
.grey-bg{
    background-color: #dbdcdf;
}

#eopnc-date,
.eopnc-date {
    width:25%;
    padding: 0 0px 0 15px;
}
#eopnc-description,
.eopnc-description {
    width:25%;
    color: #005caa;
    text-align:center;
}
#eopnc-amount,
.eopnc-amount {
    width:25%;
    text-align:center;
}

@media only screen and (min-width: 1170px) {
    #eopnc-statement-title,
    .eopnc-record {
        max-width:1169px;
    }

 }
