/*  
	This is a stylesheet that used across sites
*/

#tws-ribbon-bar td > img {
    max-width: 74px;
    max-height: 20px;
    margin-right: -1px;
    margin-bottom: -2px;
}
.disp_ribbon > img:nth-child(3),
.disp_ribbon > img:nth-child(4) {
    margin-right: -1px;
}
#sleeve-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box; 
}

#fancybox-title {
	width: 1000px !important;
	left: 50% !important;
	transform: translateX(-50%);
}
.hidden {
	display: none;
}