/*
	TEMPORARY STLES FOR COMPARISON CHART
	
	These styles should be copied to the
	comparison chart .less when possible.
	Once updated this file can be removed
*/

/* can remove after jan 9th 2013 deployment */
.owned-resources > div:nth-child(2){
	display: none;
}

/* can remove after jan 9th 2013 deployment */
.base-package-detail.expander {
	width:0;
}

.short-endorsement blockquote {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
}

.short-endorsement .cite {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}
.short-endorsement img{
	margin-right: 10px;
	float:left;
}
.short-endorsement{
	margin:40px 0;
}





/*FOOTER ENDORSEMENTS*/
#affiliate_endorsements {
    margin: 50px auto;
    min-height: 100px;
}
#affiliate_endorsements .tel {
    text-align: center;
}
#affiliate_endorsements .tel h3 {
    color: #006CB5;
    font-size: 24px;
    margin-bottom: -10px;
}
#affiliate_endorsements .tel h2 {
    font-size: 32px;
}
#affiliate_endorsements blockquote {
    color: #333333;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 7px;
    font-weight: bold
    /*width: 670px !important;*/
}
#affiliate_endorsements .endorsement_content {
    display: none;
    font-size: 12px;
    font-style: normal;
    opacity: 0;
    /*width: 750px !important;*/
    margin:0 auto;
    float: none;
}
#affiliate_endorsements .endorsement_content.active {
    display: block;
    opacity: 1;
}
#affiliate_endorsements div p {
    color: #999999;
    line-height: 1.1em;
    margin: 0;
}
#affiliate_endorsements div .source {
    font-weight: bold;
}