
        .resultcode {
            width: 100%;
        }

        .htmlcode {
            width: 100%;
            min-height: 40vh;
            resize: vertical;
            color: #988574;
            background-color: #e6f4ec;
            border: solid 3px #988574 !important;
            padding: 10px;
            overflow-y: scroll;
            overflow-x: scroll;
            white-space: pre;
        }

        .indent-size,
        .htmlcode:focus,
        .htmlcode:active {
            color: #988574;
            background-color: #e6f4ec;
            border: solid 3px #988574 !important;
        }

        hr {
            margin: 50px 0;
        }
        .indent-size{
            color: #988574;
            background-color: #e6f4ec;
            border: solid 3px #988574 !important;
        }