﻿        .regulamentoVIP {
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            font-size: 10px;
            font-family: Arial;
            color: #333;
        }

            .regulamentoVIP ol {
                  text-align: left !important;
            }

            .regulamentoVIP .logotipo {
                max-height: 60px;
            }

            .regulamentoVIP .text-right {
                text-align: right;
            }

            .regulamentoVIP .text-center {
                text-align: center;
            }

            .regulamentoVIP .header-regulamento {
                font-size: 9px;
                color: #888;
                margin-bottom: 10px;
            }

                .regulamentoVIP .header-regulamento table {
                    width: 100%;
                }

            .regulamentoVIP .corpo {
                margin-top: 20px;
                margin-bottom: 20px;
            }

                .regulamentoVIP .corpo p {
                    text-align: justify;
                }

