
/**
 * Página Detalhes do Pedido
 * Módulo Random Lottery */
.random-lottery {
    box-sizing: border-box;
    clear: both;
    display: block;}

.random-lottery.rl-orderdetails {
    background-color: #FFF;
    margin-bottom: 1rem;
    padding: 1rem;}

.random-lottery h3 {
    font-size: 1.075rem;
    font-weight: 500;
    margin-bottom: .75rem;}

.random-lottery.rl-orderdetails h3 {
    font-size: 1rem;
    font-weight: 700;}

.random-lottery p.random-lottery__exito {
    background: #373;
    color: #FFF;
    font-size: 1.075rem;
    font-weight: 500;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100px;}

.random-lottery p.random-lottery__erro {
    background: #F33;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: auto;}