@charset "UTF-8";
/* CSS Document */
	*
{
  box-sizing: border-box;
}
	body 
{
	margin:0;
}
	header 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(95,95,95,1.00);
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	height: 50px;
	color: white;
}
	header a
{
	font-size: 18px;
	float: right;
	margin-top: 15px;
	margin-right: 10%;
	list-style: none;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}
	header a:hover
{
	text-decoration: underline;
}
	.mainContent
{
	padding-top: 10px;
	margin-top:30px;
	margin-left: 10%;
	margin-right: 10%;
	min-width: 400px;
	font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}
	.mainContent a
{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	margin-bottom: 50px;
	font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}
	.mainContent a:hover
{
	color: rgba(0,0,204,1.00);
	margin-bottom: 50px;
}
	.drugFactsBox
{
	border-style : Solid;
	border-color : rgba(0,0,0,1.00);
	border-width : 3px;
	padding-left: 10px;
	font-size : 1.6rem;
	line-height : 1.6rem;
	padding-top: 13px;
    padding-bottom: 7px;
    margin: 0;
    font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}
	.Section
{
	border-style : Solid;
	border-color : rgba(0,0,0,1.00);
	border-width: 0px 3px 3px 3px;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 7px;
    margin: 0;
}
	.Title
{
	font-size: 1.4rem;
    line-height: 1.4rem;
	padding-top: 6px;
    margin: 0;
    font-family: "HelveticaNeueLTPro-Bd",sans-serif;
	float: left;
}
	.activePurpose
{
	font-size: 1.4rem;
    line-height: 1.4rem;
	padding-top: 6px;
    margin: 0;
    font-family: "HelveticaNeueLTPro-Bd",sans-serif;
	float: right;
}

	.infoBox
{	
	padding-top: 2rem;
}
	.infoBox2
{	
	padding-top: 0.2rem;
}
	.infoDetails
{
	position: relative;
	font-size: 1.3rem;
    line-height: 1.7rem;
	font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}
	.closeBracket
{
	position: absolute;
	margin-top: -89px;
	margin-left: 260px;
	font-size: 4.6rem;
	font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}
	.purposeIngs
{
	float: right;
	position: relative;
	font-size: 1.3rem;
    line-height: 4.6rem;
	font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}
	.hrSize
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 3px;
	font-size: 0.375px;
	line-height: 1.7rem;
	border-color: inherit ;
	color: rgba(0,0,0,1.00);
}
	footer
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(95,95,95,1.00);
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	height: 50px;
	color: white;
	margin-top: 50px;
}
	footer a
{
	font-size: 12px;
	float: left;
	margin-top: 20px;
	margin-left: 10%;
	list-style: none;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-family: "HelveticaNeueLTPro-Bd",sans-serif;
}

