/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Economic Calendar Event Chart Tooltip */
.ec-highchart {height: 240px;direction:ltr;text-align:center;}
.ec-highchart .highcharts-tooltip {z-index:9999 !important;}
.ec-highchart .highcharts-tooltip span {color:#4d4d4d; background-color:#f2f2f2; white-space:normal !important;}
.ec-highchart .highcharts-tooltip .event-tooltip-container {white-space:nowrap; min-width:84px; margin:5px 8px !important;}
.ec-highchart .highcharts-tooltip .event-tooltip-container td {border: none !important; padding-top: 2px; padding-bottom: 2px; height: auto !important; text-align: left;}

.ec-highchart .highcharts-tooltip .event-title,
.ec-highchart .highcharts-tooltip .event-title-actual
 {padding: 0 7px 0 0;}

.ec-highchart .highcharts-tooltip .event-value,
.ec-highchart .highcharts-tooltip .event-value-actual-up,
.ec-highchart .highcharts-tooltip .event-value-actual-down,
.ec-highchart .highcharts-tooltip .event-value-actual-neutral
 {}

.ec-highchart .highcharts-tooltip .event-title-actual,
.ec-highchart .highcharts-tooltip .event-value-actual-up,
.ec-highchart .highcharts-tooltip .event-value-actual-down,
.ec-highchart .highcharts-tooltip .event-value-actual-neutral
 {font-size: 12px;font-weight: bold !important;}

.ec-highchart .highcharts-tooltip .event-value-actual-up { color: green; }
.ec-highchart .highcharts-tooltip .event-value-actual-down {color: red;}

/* For RTL Uncomment below */
/*
.ec-highchart .highcharts-tooltip .event-tooltip-container td {text-align: right;}

.ec-highchart .highcharts-tooltip {text-align: right; direction: rtl;}
.ec-highchart .highcharts-tooltip .event-title,
.ec-highchart .highcharts-tooltip .event-title-actual
 {padding: 0 0 0 7px; clear: both;}

.ec-highchart .highcharts-tooltip .event-value,
.ec-highchart .highcharts-tooltip .event-value-actual-up,
.ec-highchart .highcharts-tooltip .event-value-actual-down,
.ec-highchart .highcharts-tooltip .event-value-actual-neutral
 {direction: ltr;}
*/
