div#MainDiv {
		max-width: 720px/* 670 550px;*/
}

body {
	font: 12px Arial;
	color: #333333;
	background: #ffffff;
	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 */
 
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

.EurolandTools-InteractiveAnalysis {
    margin: 0 auto;
    max-width: 720px;
    float: left;
    font-size: 12px;
}

.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton, .EurolandTools-CommonObjects-ScrollingSelection-Button {
    min-height: 55px;
}

.EurolandTools-CommonObjects-ScrollingSelection-SelectedButton, .EurolandTools-CommonObjects-ScrollingSelection-ArrowButton:hover, .EurolandTools-CommonObjects-ScrollingSelection-Button:hover {
    color: #000000;
}

.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button:hover, .EurolandTools-InteractiveAnalysis-SecondLevelSelection-SelectedButton .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button, .EurolandTools-InteractiveAnalysis-SecondLevelSelection-SelectedButton:hover .EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button {
    color: #000000;
}

.EurolandTools-InteractiveAnalysis-SecondLevelSelection {
    border-top: 1px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
    margin-left: 5px;
}

.EurolandTools-InteractiveAnalysis-Heading {
    padding: 0em 0em 0.2em 0.5em;
}

.EurolandTools-InteractiveAnalysis-Periods {
    margin-top: 7px;
    border-top: 1.5px solid #c3c3c3;
    border-bottom: 2px solid #c3c3c3;
}

.EurolandTools-InteractiveAnalysis-ScrollDataTable-NameColumn {
    border-right-color: #8F979C;
    border-right: 2px solid #8f979c !important;
}

.EurolandTools-CommonObjects-Legend-LegendItemContainer {
    padding: 5px 0.5em 0px 0.5em;
}

.ja-JP .EurolandTools-InteractiveAnalysis-Notes-NoteNumber {
    margin-top: 1px;
}

/* Modification */
.EurolandTools-InteractiveAnalysis-Notes-NoteNumber {
/*    line-height: 1.4;*/
    line-height: normal;
}

/* .EurolandTools-CommonObjects-Legend-LegendItem-LabelContainer {
    vertical-align: inherit;
} */
/**Edge**/
@supports (-ms-ime-align:auto) {
    .ja-JP .EurolandTools-InteractiveAnalysis-Notes-NoteNumber {
        padding-top: 1.2px;
    }
}

.ja-JP .EurolandTools-InteractiveAnalysis-Notes-NoteTextContainer {
    line-height: 1.3em;
}

.ja-JP .PrintBody .EurolandTools-InteractiveAnalysis-Notes-NoteTextContainer {
    line-height: 1.3em;
}
.EurolandTools-CommonObjects-ScrollingSelection-ArrowButton, .EurolandTools-CommonObjects-ScrollingSelection-Button,
.EurolandTools-InteractiveAnalysis-SecondLevelSelection-Button {
   
    color: #000000 !important;
}