/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-mar-2019, 9:59:07
    Author     : spacebiker
*/

div.raffle-wrapper
{
    display:table;
    padding-bottom: 2em;
}

.raffle-wrapper footer
{
    border-top: 1px solid #e3e3e3;
    background-color: #f6f6f6;
}

div.icon-aside
{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer.rfl_section > div
{
    padding: 1em;
}

.rfl_meta
{
font-weight: 600;
font-size: 1.25em;
width: 100%;
}

footer.rfl_section .meta-content
{
font-size: .75em;
text-transform: capitalize;
font-weight: 600;
}

.raffle-wrapper >div small
{
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    opacity: .75;
}

.rfl_rules
{
font-size: .75em;
padding: 2em;
}

.rfl_heading
{
    text-transform: uppercase;
}

