﻿
/* overwrite the table value for the LatestOrMostSoldStandards webpart in search catalogue page */

.ms-webpart-zone {
    display:block !important;
}

.ms-webpart-cell-vertical {
    display:block !important;
}

.ms-webpart-chrome-vertical {
    display:block !important;        
}
.ms-dlgContent{
	z-index:9999 !important;
}

