@media all {
    html .header-box .ym-grid > div,
    html .headerBox .ym-grid > div {
	display: table-cell;
    }
    html .ym-grid {
	display: table;
    }
    html .header-box-grid {
	display: inline-block;
    }
    html .header-box .ym-grid div.flex-container{
	display: table-cell;
    }
    html .header-box .ym-grid .flex-break {
	display:block;
    }
    .ie-right {
	float: right;
    }
}