h2 {
            font-size: 18px;
            font-family: Georgia;
            font-weight: bold;
            text-align: center;
        }

        .subtitle {
            font-size: 15px;
            font-weight: bold;
        }

        .subfooter {
            font-size: 12px;
            text-align: center;
        }

        div.scroll {
            margin: 4px, 4px;
            padding: 30px;
            /*width: 600px;
            height: 500px;*/
            overflow-x: hidden;
            overflow-y: auto;
            text-align: justify;
        }

        div.footer {
            border-style: solid;
            border-color: black;
            padding: 30px;
            background-color: pink;
            border-width: thin;
            font-size: 12px;
        }

        #btnDecline {
            background-color: #A9A9A9;
            border: 1px solid #000;
            color: #000;
            border-radius: inherit;
            font-weight: bolder;
            padding: 12px;
        }

        .btnDisable {
            color: gray;
            cursor: not-allowed;
        }

        .btnEnable {
            color: #54007f;
            cursor: pointer;
        }
