body{
	margin: 0px;
    color: #000000;
	font-size: 12px;
}
.hyperlink, .disclaimer-box a, .cookies-box a
{
    text-decoration: none;
}
.hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover
{
    text-decoration: underline;
}
td.table-header{
  height: 25px !important;
  line-height: 25px !important;
  font-weight: bold;
  color:#000000;
  vertical-align: middle;
  border-top:1px solid #333f48;
  border-bottom:1px solid #333f48;
}
td.td-exchange-header{
    border-left: 1px solid #333f48;
}

td.td-time-header{
	
}  
td.td-time-header, td.td-changepro-header{
	border-right: 1px solid #333f48;
}  
td.table-row{
    line-height: 25px !important;
    vertical-align: middle;
  
}
td.td-time, td.td-changepro {
  
} 
.wrapper{
    max-width: 800px;
    min-width: 400px;
}
.second-heading
{
    font-weight: bold;
}
#columnChartArea{
    width: 720px;
}
.EUCalendar-day-selected
{
    background-color:#ee6114 !important;
}
.custom-range-calendar
{
    border: 1px solid #ccc !important;
}
div.activity-trend
{
    display:none!important;
}
a#customperiod
{
line-height: 28px;

background-color: #fafafa;
border: solid 1px #ccc;
-moz-border-radius: 3px;
border-radius: 3px;
min-width: 35px;
padding: 4px 12px;
text-align: center;
color: inherit;
}
    a#customperiod:hover, .period-button:hover
    {
        background-color:#aaa!important;
    }
    
.EUCalendar-day-selected {
background-color: #CE0058 !important;
}
.custom-range-calendar {
border: 1px solid #333f48 !important;
}
@media (max-width: 670px)
{
    /* market share */
    .market-share
    {
        width: 30%;
        float: left;
    }

    .pie-chart-container
    {
        padding-left: 0px;
        float: left;
        height: 200px;
    }

    #pie-chart
    {
        width: 100%;
    }
}
