.lista-secao ol {
    margin-bottom: 0;
	/*margin-top: 9px;*/
}

    .lista-secao ol li {
        padding: 0 0 0 0;
        font-size: 14px;
    }

    .lista-secao ol > li {
        list-style-type: none;
        counter-increment: item;
        position: relative;
    }

        .lista-secao ol > li:before {
            display: block;
            width: 50px;
            height: 50px;
            font-weight: bold;
            text-align: right;
            content: counter(item);
            margin-left: -60px;
            position: absolute;
            color: #a6a6b7;
            font-size: 40px;
            font-family: "Open Sans Condensed";
			bottom:60px;
        }

.lista-secao ul li ul li {
    padding-left: 0;
}

.opcao-paciente {
    display: inline-block;
    vertical-align: top;
    min-height: 96px;
    width: 98%;
    padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

    .opcao-paciente a, a:visited {
        text-decoration: none;
    }

    .opcao-paciente img {
        padding: 0;
        height: 96px;
    }

.opcao-paciente-legenda {
    font-weight: bold;
    position: absolute;
    /*top: 10px;*/
    padding-left: 10px;
    font-size: 15px;
}

.opcao-paciente-descricao {
    position: absolute;
    /*bottom: 12px;*/
	top: 30px;
    padding-left: 10px;
    padding-right: 7px;
}

div.final-lista {
    width: 98%;
    margin-left: 0;
    padding-bottom: 0;
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
