/* Index -- All */

/**/
div.view div > span > a {
    color: #505050;
    text-decoration: underline;
    font-size: 1em;
}
div.view div > span > a:hover {
    color: gray;
}

/**/
div#viewSurvs div,
div#viewInsts div {
    margin: 1em 0 0 0;
}

/* Survey */
div#viewSurvs {
}
div#viewSurvs > div {
}
div#viewSurvs > div > span {
    display: inline-block;
    width: auto;
    padding: 0.5em;
}

/* Institution */
div#viewInsts {
}
div#viewInsts > div {
}
div#viewInsts > div > span {
    display: block;
    width: 13em; height: 2.4em;
    margin-left: 1em;
    margin-bottom: 0.2em;
    float: left;
    border-top: dotted 1px #ccc;
    padding: 0.4em 0 0 0;
    text-align: center;
}
div#viewInsts > div > span > a {
    text-decoration: none;
    font-size: 0.9em;
}


