﻿.composition-comparison table
{
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
}

.composition-comparison td, .composition-comparison th {
    /*padding: 0.75em 1.5em;*/
    padding: 4px;
    text-align: left;
    vertical-align:top;
}

.composition-comparison td { text-align:right; }

.composition-comparison thead th {
    background-color: #EFF0F0;
    font-weight: bold;
}

.composition-comparison th {
/*    background-color: #D8D8DA;
    font-weight: bold;
    color: #000; */
    white-space: nowrap;
}

.composition-comparison .right { text-align: right; }

.composition-comparison .light-border { border-right: 1px solid #E5E1E1; }
.composition-comparison .dark-border { border-right: 1px solid #E5E1E1; }

/*
.composition-comparison tbody th {
	background-color: #D8D8DA;
}
*/
/*
.composition-comparison tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}

.composition-comparison tbody tr:hover {
    background-color: rgba(129,208,177,.3);
} 
*/
        
.composition-comparison .altrow
{
    background-color: #EBF4FA;
} 
        
        
.composition-comparison .highlight
{
    background-color: #FFFFD8;
} 

.composition-comparison .highlight-dark
{
    background-color: yellow;
} 
        
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0 0 20px 0;
	width: 100%;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
	box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
	z-index: 100;
	width: 100%; /* Force stretch */
}

.sticky-wrap .sticky-intersect {
	opacity: 1;
	z-index: 150;

}

.sticky-wrap .sticky-intersect th {
	/*background-color: #666;
	color: #eee;*/
	background-color: #DCDDDF;
	color:#000;
	border-right: 1px solid #eee;
}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

.no-deco { text-decoration:none; color:#000;}

@media print
{
    .sticky-col, .sticky-intersect, .sticky-head { display: none; }

    .composition-comparison .highlight, .composition-comparison .highlight-dark { background-color: transparent; } 
}