#P9_title{
    /*font-weight: bold;*/
    font-weight: 500;
}
#P9_subTxt {
    font-size: 0.8rem;
    overflow: hidden;
    color: #535353;
}
    

    #P9A{
    	display:flex;
        align-items: center;
    	/*color:white;*/
    	background: #eeeeee;
        position: sticky;
        top: 0px;        
        font-size: 1rem;
        border-top: 1px solid #c1c1c1;
        border-bottom: 1px solid #c1c1c1;
        font-family: sans-serif;
    }

    
#P9A > * {
    padding: 0.4rem 0rem;
}   
#P9A0{
    padding: 0.8rem ;
}