aboutsummaryrefslogtreecommitdiffstats
path: root/python/risk_insight/static/insight.css
blob: 30cb1768da9a72f7513c3ae2e405d49cf324c638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* body{ */
/*     margin: 1em auto; */
/*     width: 1280px; */
/* } */

.graph{
    width:800px;
    height:500px;
    /* display: inline-block; */
    margin-right: 5em;
    float: left;
}

#select-box{
    margin-top: 5em;
    padding-bottom: 1em;
}

.select-box2{
    clear: left;
    margin-left:3em;
    padding-top: 2em;
}