/*prettydiff.com noleadzero:true*/
    @carrier-logo-height: 33px;
    @carrier-logo-width: 44px;

    // item-responsify mixin
    //   targetClass - the class of the module container
    .item-responsify(@targetClass) {

    	@xxs: {
    		.@{targetClass} {
    			.itemResultsCard {
    				font-size: @font-size-xs + 1px; // 13px

    				.sliceGroup {
    					padding-right: 1px;

    					&:last-child {
    						padding-right: 0;
    					}
    				}
    			}
    		}
    	};
    	.responsify(@lg, @md, @sm, {}, @xxs);

    	@sm: {
    		.@{targetClass} {
    			.soloLeg .timeline-group.last-child .timeline-item,
    			.lastLeg .timeline-group.last-child .timeline-item {
    				background: none;
    			}
    			.itemcost .i-baggage-x {
    				display: none;
    			}
    		}
    	};
    }

/*These bottom tests were producing double comments when sorting.  The fix is to ensure a sorted group starting with a comment is preceeded by an end type*/
/*global - body element*/
#prettydiff{text-align: center;}

/*global - contentarea, the only immediate child of body*/
#prettydiff .contentarea{border-style:solid;}

/*global - text containers*/
#prettydiff .analysis {font-weight:bold}

/*global - headings*/
#prettydiff li {font-size:1em}

/*global - borders*/
#prettydiff section{border-style:none}

/*global - interactives*/
#prettydiff select{border-style:inset}

/*global - colorscheme field*/
#prettydiff #dcolorScheme{float:right}

/*global - remaining items*/
#prettydiff .content-hide{height:1em;}
