.institution {
    background-color: #EEEEEE; 
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.institution-title {
    width: 90%;
    font-weight: bold;
}

.institution-dossier-title {
    width: 90%;
    font-weight: bold;
    font-size: 1.3em;
}

.institution-header{
    font-weight: bold;
}

.institution-dossier-header{
    font-weight: bold;
}

.institution-field-title {
    display: inline-block;    
    width: 170px; 
    vertical-align: top;
    color: rgb(100, 100, 100);
}

.institution-field-content {
    display: inline-block;
    width: 95%;
}

.institution-dossier-content {
    display: inline-block;
    width: 95%;
    margin-top: 20px;
}

.institution-field-content-own {
    display: inline-block;
    width: 80%;
    font-style: italic;
}

.main-title {
    text-align: center;
    margin-top: 170px;
    margin-bottom: 0px;
}

.subtitle-vinculo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.app-version {
    text-align: center;
    margin-bottom:20px;
    font-style: italic;
}

.footer {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px;
}

.link-inapi {
    font-size: 9pt;
}

.search-form {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

form.search-form > * {
    margin: 10px;
}

.search-input {
    width: 350px;
}

form.search-form button {

}

.ia {
    text-align: center;
}

.nrecords {
    text-align: center;
    margin-top: 20px;
}

.results {
    margin-top: 40px;
}

.separator {
    margin-top: 100px;
}
