.superchart {

	font-family: Helvetica;
	font-size: 13px;
	margin-top: 4px;
	
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;

}


/* rank numbers (top row) */
.superchart_ranknumbers {
	background-color: #777;
	color: #fff;
}

.superchart_ranknumbers th {
	border-left: 1px solid #aaa;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #fff !important;
}

.superchart_ranknumbers_leftmost {
	text-align: left !important;
	padding-left: 12px;

}


/* titles row */

.superchart_titles {
	background-color: #fff;
	color: #000;
}

.superchart_titles th {
	border-left: 1px solid #aaa;
	text-align: center;
	padding: 4px;
	font-weight: bold;
}

.superchart_titles_legend {
	text-align: left !important;
}


/* section headers */

.superchart_section {
	background-color: #cfcfcf;
	color: #000;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	text-align: left;
}


/* data rows */

.superchart_datatitle {
	text-align: left;
	padding-left: 8px;
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.superchart_datarow td {
	text-align: center;
	vertical-align: center;
	border-left: 1px solid #aaa;
	font-size: 11px;
}


/* even and odd */

.superchart_odd {
	background-color: #fff;
	text-align: center;
}

.superchart_even {
	background-color: #eee;
	text-align: center;
}



/* checkmarks */

.supercharts_checkmark {
	border: 0px;
	margin: 2px;
}

/* tooltips */

.supercharts_tooltiplink, .supercharts_tooltiplink:hover   {
	color: #2A80EA;
	text-decoration: underline;
	cursor: help;
}

.supercharts_tooltip {
	position: absolute;
	border: 1px solid #aaa;
	padding: 3px;
	background-color: #fff;
	display: none;
	left: 30px;
	max-width: 200px;
}

.supercharts_tooltip_name {
	font-weight: bold;
}

.supercharts_tooltip_description {

}





/* buy  template */
.supercharts_buy_img {
	margin: 4px;
	border: 0px;
}


/* read more template */
.supercharts_readreview_img {
	margin: 4px;
	border: 0px;
}

/* titles template */
.supercharts_title, .supercharts_title:hover {
	color: #2A80EA;
	text-decoration: underline;
	font-weight: bold;
}

/* titles with image template */
.supercharts_title_with_image {
	font-weight: bold;
}

.supercharts_image {
	margin-bottom: 4px;
	border: 0;
}

/****/
.clgdtit
{
    float: left;
}
.clear
{
    clear: both;
}
.clgdtit
{
    margin-left: 5px;
}
.clgblankstra
{
    
    float: left;
    margin-top:5px;
    margin-left: 5px;
}
.clgfillstra
{
    
    
    float: left;
    margin-top:0;
    margin-left: 0;
}
/*******/

@media screen and (max-width: 100%) {
    .superchart {
        position: relative;
        overflow-x: auto;
    }
    
    .superchart thead th:first-child,
    .superchart tbody td:first-child {
        position: sticky;
        left: 0;
        background: #fff; /* Match your background color */
        z-index: 1;
        border-right: 1px solid #aaa; /* Adds separation */
    }
    
    .superchart thead th:first-child {
        z-index: 2; /* Keeps header corner above other cells */
        background: #777; /* Match your header color */
    }
    
    /* Add shadow for better visual separation */
    .superchart thead th:first-child::after,
    .superchart tbody td:first-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0));
    }
}
