/* --- Inst-Survey --- */

@import url('../../../views/inst_ss_report/view102.css');
@import url('../../../views/inst_ss_report/view103.css');
@import url('../../../views/inst_ss_report/view118.css');


/* viewSet */

div.viewSet {
    margin: 2em 0 0 0;
}
div.viewSet div.view {
    float: left;
    margin: 0 2em 1em 0;
}


/* viewA */

div.viewA {
    position: relative;
    width: 90%;
    margin: auto;
}

div.viewA div.report {
    margin: 1em 0 0 0;
    text-align: center;
}
div.viewA div.report a {
    display: block;
    border: solid 1px #d2d2d2;
    border-radius: 0.3em;
    padding: 1em 0.5em;
    background: #f2f2f2;
    text-decoration: none;
    font-weight: lighter;
    color: #707070;
    /*color: #ac1b33;*/
}
div.viewA div.report.preview a {
    background: #ddd;
}
div.viewA div.report a:hover {
    color: #000;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

div.viewA div.report a span.txt {
    font-size: 2.5em;
    font-weight: 100;
}

