export declare const baseCSS = "\n\n.chartContainer {\n display: block;\n background: white;\n height: auto;\n height: intrinsic;\n max-width: 100%;\n}\n\n.owidChart{\n display: block;\n background: white;\n height: auto;\n height: intrinsic;\n max-width: 100%;\n}\n.owidChart text,\n.owidChart tspan {\n white-space: pre;\n}\n.owidChart .axis text {\n white-space: pre; font-size: 16.2px;\n fill: rgb(102, 102, 102); \n}\n\n.owidChart .axis path {\n display: none\n}\n.owidChart .axis.y line {\n display: none\n}\n\n.GrapherComponent {\n display: inline-block;\n border-bottom: none;\n border-radius: 2px;\n text-align: left;\n\n line-height: 1em;\n\n background: white;\n color: #333;\n\n position: relative;\n\n /* Hidden overflow x so that tooltips don't cause scrollbars \n overflow: hidden;\n\n border-radius: 2px;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px,\n rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;\n z-index: $zindex-chart;\n\n * {\n box-sizing: border-box;\n }\n\n button {\n background: none;\n border: none;\n }\n\n .btn {\n font-size: 0.8em;\n white-space: normal;\n }\n\n .flash {\n margin: 10px;\n }\n\n .clickable {\n cursor: pointer;\n\n a {\n text-decoration: none;\n &:visited {\n color: initial;\n }\n }\n }\n input[type=\"checkbox\"] {\n cursor: pointer;\n }\n\n /* Make World line slightly thicker \n svg .key-World_0 polyline {\n stroke-width: 2 !important;\n }\n\n .projection .nv-line {\n stroke-dasharray: 3, 3;\n }\n\n .projection .nv-point {\n fill: #fff;\n stroke-width: 1;\n opacity: 0.5;\n }\n\n .projection .nv-point.hover {\n stroke-width: 4;\n }\n\n a {\n cursor: pointer;\n color: #0645ad;\n fill: #0645ad;\n border-bottom: none;\n }\n\n h2 {\n font-size: 2em;\n margin-top: 0;\n margin-bottom: 0.8em;\n font-weight: 500;\n line-height: 1.1;\n }\n\n .unstroked {\n display: none;\n }\n\n .DownloadTab,\n .tableTab,\n .sourcesTab {\n z-index: $zindex-tab;\n }\n}\n\n\n";