#backToDocuments{
                                background: #d9534f;
                            }
                            #backToDocuments:hover{
                                background: #d9534fd9;
                            }
                        


                        #ContinueProcess{
                            transition: all 0.3s ease;
                        }
                        #ContinueProcess:hover{
                            background: #696088d9;
                        }
                    


            @media screen and (max-width: 504px){
                #backToDocuments{
                    padding: 6px 12px;
                }
                #ContinueProcess{
                    margin-top: 21px;
                    padding: 7px 63px;
                }
                tr td{
                    font-size: 12px;
                    text-align: center;
                }
            }