.box-order-downloaded {
	font-weight: bold;
}
.box-order-downloaded.downloaded {
	font-weight: 300;
}
/* *******************************************************
/* Add pop-up product for test GI GI
/******************************************************* */
/* The Modal (background) */
.modal-gigi {
	display: block;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content-gigi {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 500px;
	width: 100%;
}

/* The Close Button */
.close-gigi {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-gigi:hover,
.close-gigi:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}