@CHARSET "UTF-8";

/* Use this class to hide an element in the medium layout */
.medium-display-none {
	display: none;
}

.cb-2c {
	clear: both;
	overflow: hidden;
}
.cb-2c-main {
    margin-right: 50%;
}
.cb-2c-main-wrap {
	float: left;
	width: 100%;
}
.cb-2c-secondary {
    float: right;
    margin-left: -100%;
    width: 50%;
}

#itf-cb-main-cb-main {
	margin-right: 260px;
}
#itf-cb-main-cb-main-wrap {
	float: left;
	width: 100%;
}
#itf-cb-main-cb-secondary {
	float: right;
	margin-left: -100%;
	width: 260px;
}
#itf-cb-secondary {
	clear: both;
	/* important to show under and not overlap itf-cb-main-cb-secondary */
}
