﻿#feridas {
    padding: 0 50px 0 50px;
}

#feridas h2, h3, h4
{
    text-align: center;
    font-weight: bold;
}

#feridas h2
{
    color: #005500;
}

#feridas h3
{
    background-color: #005500;
    color: #EEEEEE;
}

#feridas h4
{
    color: #005500;
    margin-bottom: 10px;
}

#feridas p
{
    font-size:1.2em;
}
#feridas p.feridas
{
    background-color: #DDEEDD;
    padding: 5px;
    font-weight: bold;
}
#feridas p span
{
    color: #005500;
}

#feridas table.feridas
{
    background-color: #DDEEDD;
    font-weight: bold;
    width: 100%;
    border-collapse: collapse;
}

#feridas table.feridas td
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

#feridas table.feridas td.horario
{
    text-align: center;
    width: 100px;
}

#feridas div.obrigatorio
{
    border-left: solid 3px #AACCAA;
}

