/*
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 : 20/07/2018, 17:04:37
    Author     : ti4
*/

.cfuncao-dados-registro-content
{
    padding: .1em .3em;
}

.cfuncao-dados-registro-elem .titulo
{
    margin: .2em 0;
    padding: .2em .75em;
    border: 1px solid #ccc;
    color: #666;
    font-size: .7em;
    font-style: italic;
    white-space: nowrap;
}

.cfuncao-dados-registro-elem .conteudo
{
    padding: 0 .75em;
    color: red;
    font-weight: 100;
}

@media only screen and (min-width: 601px)
{
    .cfuncao-dados-registro-titulo
    {
        padding: 0.5em;
        width: 100%;
    }
}
