*{
    margin: 0;
    padding: 0;
}

body{
    background: #f2f2f2;
    font-family: "Microsoft YaHei";
}

#header{
    width: 100%;
    height: 18px;
    background: #d3d3d3;
    border-bottom: 1px solid #eaeaea;
}

#main-content{
    width: 800px;
    margin: 0 auto;
    padding: 45px 95px;
}

h1{
    font-size: 18px;
    color: #627284;
    margin-bottom: 10px;
}

.select-item h1{
    margin-bottom: 5px;
}

.chart{
    box-shadow: 0px 1px 1px #888888;
    background: #ffffff;
    margin-bottom: 30px;
}

#map{
    width: 800px;
    height: 400px;
}

.selection{
    float: left;
}

.select-item{
    float: left;
    width: 54px;
    margin-right: 10px;
}

.color-bar{
    width: 53px;
    height: 2px;
    margin: 0 auto;
}

#roll-or-pie .selected-content .chart{
    clear: left;
    width: 300px;
    height: 225px;
}

#line-or-bar .selected-content .chart{
    clear: left;
    width: 490px;
    height: 225px;
}

.menu:hover{
    cursor: pointer;
}

#console {
    width: 225px;
    height: 225px;
    box-shadow: 0px 1px 1px #888888;   
    right: 60px;
    bottom:35px;
    position: absolute;
    visibility: hidden; 
}