

#IdCardInfoRegiones {
    line-height: 26px;
    position: absolute;
    z-index: 800;
    top: 0px;
    left: -500px;
    width: 100%;
    max-width: 500px;
    height: 100%;
    background-color: #2B2C30;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0 10px 20px rgba(0,0,0, 1);
}

#IdCardInfoRegionesBotonCerrar {
    width: 30px;
    position: absolute;
    top: 6%;
    right: 15px;
    cursor: pointer;
    z-index: 801;
}

#IdCardTable {
    width: 450px;
    position: absolute;
    top: 75px;
    color: white;
}

    #IdCardTable #IdCardTitulo {
        padding-left: 8px;
    }

    #IdCardTable #IdCardPais {
        padding-left: 8px;
    }

    #IdCardTable #IdCardIntro {
        padding-top: 10px;
        padding-left: 8px;
        font-style: italic;
        line-height: 26px;
    }

    #IdCardTable #IdCardImagen {
        width: 72px;
        border-radius: 50%;
    }

    #IdCardTable small {
        color: #B0B0B0;
    }

.scrollable-content {
    line-height: 26px;
    min-height: 350px;
    max-height: 300px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    scrollbar-width: thin;
    scrollbar-color: #B3261F #2B2C30;
}
