div#MainDiv {
		max-width: 696px;/* 670 550px;*/
}

body {
	color: #333;
    font: 13px "メイリオ",Verdana,"Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,Meiryo,sans-serif;
	margin: 0; 
/* for online integration the best is to declare zero margin in order to remove it.
 However for standalone reviewing it is easier to see the tool with margins = default browser margin. kn@120926 */
 
}
/* This hides the buttons for Chart view and Table view*/

#Header {
	display: none;
}

a:link, a:visited {
	color: #00558c;
    text-decoration: none;
}
a:hover, a:active {
	color: #00558c;
    text-decoration: underline;
}
.SelectionObject-FirstLevel-ArrowButton, .SelectionObject-FirstLevel-Tab-Button{
	color: #333f48;
}
.SelectionObject-SecondLevel-Button{
	color: #333f48;
}


.SelectionObject-SecondLevel-ButtonContainer {
    width: 48.5%;
}
.SelectionObject-SecondLevel-Button{
	width: 100%;
}


.SelectionObject-SecondLevel-Button{
	height: 50px;
}
.SelectionObject-SecondLevel-ButtonContainer{
	vertical-align: top;
}
body.ja-JP .IAT-HighchartContainer{
	margin-bottom: 10px;
}

element.style {
    white-space: nowrap;
}
.highcharts-axis-labels.highcharts-xaxis-labels {
    height: 40px;
}