﻿.row {
            margin: 1%;
        }
        .legenda {
            position: relative;
            top: -87px;
            width: 96%;
            margin: auto;
            background-color: rgba(66, 66, 66, 0.7);
            border-top: solid 1px #494949;
            color: #fff;
            display: none;            
        }

            .legenda .titulo {
                display: inline-block;
                font-weight: 500;
                text-indent: 1.2em;
                text-shadow: 2px 2px 0px #000;
            }

            .legenda .texto {
                text-align: right;
                width: 100%;
                display: inline-block;
                font-weight: 200;
                font-size: 12px;
                padding-right: 1.2em;
            }

        .case {
            max-height: 250px;
        }