
             html, body {
                background: #000;
            }

            .header {
                width: 100%;
                padding: 16px;
                text-align: center;
                background: #000;
                color: #fff;
            }

            .main {
                padding: 64px;
                background: #fff;
            }

            @media screen and (max-width: 600px) {
                .main {
                    padding: 16px;
                }
            }

            .footer {
                width: 100%;
                padding: 16px;
                text-align: center;
                background: #000;
                color: #fff;
            }

            .footer p {
                padding: 0; margin: 0;
            }

            .btn-tool {
                margin: 1%;
                height: 100px;
                width: 25%;
                text-align: center;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                padding-top: 15px;
            }

            @media screen and (max-width: 600px) {
                .btn-tool {
                    margin: 2% 15%;
                    width: 70%;
                }
            }

            .btn-tool-icon {
                height: 50px;
                width: auto;
            }

            .direita {
                text-align: right;
                font-weight: bold;
                max-width: 60px;
            }

            .dados-formando td {
                padding: 8px;
            }

            .esquerda {
                text-align: right;
                padding-right: 25px; 
                margin-top: 5px;
                background: #222;
                color: #fff;
                
                border-color: #222 !important;
                border-top: 1px solid #222 !important;
                border-left: 1px solid #222 !important;
                border-bottom: 1px solid #222 !important;
                border-right: 1px solid #222 !important;
            }

            .only-bottom-border {
                border-top: 0px !important;
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
            }

            .only-top-border {
                border-top: 1px solid #ccc;
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-bottom: 0px !important;
            }

            .space {
                padding: 0px !important;
                background: #eee;
                border: 1px solid #eee !important;
                border-color: #eee !important;
                border-top: 1px solid #ccc !important;
                border-bottom: 1px solid #ccc !important;
            }

            .btn-secondary {
                background-color: #33B57A;
                border-color: #33B57A;
            }

            .campo-info {
                border-bottom: 1px solid #ccc;
            }
        