﻿.conteudo {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

.caixa {
    border-radius: 5px;
    margin: 1px;
    padding: 10px;
    width: 400px;
    height: 150px;
}

.roxo {
    color: white;
    background-color: mediumpurple;
}

.vermelho {
    color: white;
    background-color: darkred;
}

.cinza {
    color: black;
    background-color: silver;
}

.numero {
    color: yellow;
    font-weight: bold;
    text-decoration: none;
}

    .numero:hover {
        color: yellow;
        font-weight: bold;
        text-decoration: underline;
    }

.numero-cinza {
    color: gray;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

p {
    line-height: 15px;
}

.p-msg {
    height: 50px;
}

.div_topo {
    margin-left: 10px;
    margin-top: 5px;
}

.margem-esquerda20 {
    margin-left: 20px;
}

.titulo {
    color: gray;
}
