body {
       font-size: 16px;
       float:center; 	
}

.totalwidth {
        	width: 1040px; 
}


.flexItemHead {
    justify-content: center;
}

.jxgBoxBorder {
    border-radius:5px;
}


.flex-container{
             margin:7px;
             display: flex;
             /*width:1100px;*/
             justify-content: center;
             text-align: center;
             align-items: center;
             -ms-flex-pack: justify;
             flex-direction: row;
             float:  left;
}
/*
.flex-container1 {
    display: flex;
    text-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    float:  left;
}
*/

.flex-item {
            margin: auto ;
             text-align: center;
             align-items: center;
             -ms-flex-pack: justify;
            /* width:1100px;*/
             /*padding: 10px;*/
             border-radius:5px;

}
/*
.flex-item1 {
    padding: 10px;
    margin: auto;
    width:1100px;
    height:400px;
    text-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    border-radius:5px;
}

.flex-item2 {

            margin: auto ;
             text-align: center;
             align-items: center;
             -ms-flex-pack: justify;
             width:1100px;
             padding: 10px;
             border-radius:5px;
             
}
*/

