﻿.CPRtable{
    width:70%;
}

@media only screen and (max-width:576px){
    .CPRtable {
        width: 100%;
    }
}
