.pipeline_cont,
.entry-content .pipeline_cont {
	font-family: "proxima nova", sans-serif;
	font-size: 18px;
	color: #000;
	table-layout: fixed;
	margin: 34px auto 54px;
	width: 100%;
	border: none;
}
.entry-content .pipeline_cont th {
	font-size: 14px;
	color: #003173;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center !important;
	padding: 0;
	word-wrap: break-word;
	overflow: visible;
}
.entry-content .pipeline_cont td {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	line-height: 1.2;
  padding: 16px 8px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #8F8F8F;
}
.entry-content .pipeline_cont a {
	color: #227567;
	text-decoration: none;
	border-bottom: none;
}
.entry-content .pipeline_cont a:hover {
	color: #227567;
	text-decoration: underline;
	border-bottom: none;
}
.entry-content .pipeline_cont .mydTitle {
  font-size: 20px;
	color: #333537;
  border: none;
  position: relative;
	border-bottom: 1px solid #8F8F8F !important;
}
/* .drug_detailsX,
.drug_progress,
.entry-content .drug_detailsX {
	width:27%;
	vertical-align: middle;
	border: none;
	padding-left: 1%;
	padding-top:12px;
	padding-bottom: 12px;
	line-height: 1.2;
  height:55px;
} */
.entry-content .pipeline_cont .pipedivtitle {
	font-weight: 600;
}
.entry-content .pipeline_cont .drug_detailsX {
	color: #0162E6;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
}
.entry-content .pipeline_cont .drug_detailsY {
	font-size: 16px;
	text-align: left;
}
.entry-content .pipeline_cont .myth {
	width:14%;
	/* color: #27303a;
	font-size: 16px;
	font-weight: 600; */
	text-align: left;
	vertical-align: bottom;
	padding: 2px 4px 8px;
	border-width: 1px;
	border-color: rgba(143, 143, 143, .8);
	border-top: none;
	border-bottom-width: 2px;
}
.drug_progress,
.entry_content .drug_progress {
	padding-left: 0 !important;
	position: relative;
}
.drug_progress {
	overflow: hidden;
}
.drug_progress div {
	position: relative;
	background-color: #0162E6;
	border-radius: 5px;
  box-sizing: border-box;
  transform-origin: left bottom;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	height: 54px;
  overflow: visible !important;
  border-top-right-radius: 999em;
  border-bottom-right-radius: 999em;
}
.drug_progress div p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	line-height: 1.2;
	margin: 10px 0 6px;
	/* opacity: 0; */
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

}
.drug_progress .pipeopen p {
	opacity: 1;
}
/* .drug_progress .aRight {
    position: relative;
    display: inline-block;
    right: auto;
} */
td .aRight {
  display: inline-block;
	/* opacity: 0; */
	width: 26px;
	height: 26px;
	position: absolute;
	top: 4px;
	right:-9px;
	position: absolute;
	background-color: inherit;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 5px;
	transform: rotate(45deg);
}
td .pipeopen .aRight {
	opacity: 1 !important;
}
.entry-content .pipeline_cont .column-1 {
	width: 12%;
	border-left:none;
}
.entry-content .pipeline_cont .column-2 {
	width: 20%;
}
.entry-content .pipeline_cont .column-3,
.entry-content .pipeline_cont .column-4,
.entry-content .pipeline_cont .column-5,
.entry-content .pipeline_cont .column-6 {
	width: 13%;
}
.entry-content .pipeline_cont .column-7  {
	width: 17%;
	border-right:none;
}
.partner-cols {
  font-size: 16px;
	text-align: center;
  vertical-align: middle !important;
}

@keyframes scaleIn {
  from {
      transform: scaleX(0);
  }

  to {
      transform: scaleX(1);
  }
}
.pipeline_cont.pipeline-desk tr:nth-of-type(3) .drug_detailsX {
	color: #7A4DBB;
}
.pipeline_cont.pipeline-desk tr:nth-of-type(4) .drug_detailsX {
	color: #009BA2;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(3) div,
.pipeline_cont.pipeline-desk tr:nth-of-type(3) .aRight {
	background-color: #7A4DBB;
}

.pipeline_cont.pipeline-desk tr:nth-of-type(4) div,
.pipeline_cont.pipeline-desk tr:nth-of-type(4) .aRight {
	background-color: #009BA2;
}

.drug_detailsX span,
.pipedivtitle span {
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	padding-top: 3px;
}
.partner-cols img {
	width: 135px;
	height: auto;
}
.partner-cols span {
	padding-top: 6px;
  display: block;
}
.partner-cols sup {
	font-size: 17px;
  font-weight: 600;
}
.pipeline-mobile {
	display: none;
}
@media screen and (max-width: 1155px) {
	.entry-content .pipeline_cont td {
    font-size: 14px;
	}
	.entry-content .pipeline_cont .myth {
		font-size: 14px;
		padding-left: 0;
	}
	.entry-content .pipeline_cont .mydTitle {
    font-size: 16px;
	}
	.pipedivtitle span {
    font-size: 14px;
	}
	.entry-content .pipeline_cont .drug_detailsX {
		font-size: 16px;
	}
	.drug_detailsX span, .pipedivtitle span {
    font-size: 14px;
	}
	.pipeline_cont .drug_detailsX div {
    font-size: 14px;
	}
	.entry-content .pipeline_cont .drug_detailsY {
		font-size: 14px;
	}

}
@media screen and (max-width: 1000px) {
	.pipeline-mobile {
		display: table;
	}
	.pipeline-desk {
		display: none;
	}
	.entry-content .pipeline_cont th {
		font-size: 14px;
    text-transform: none;
    border-bottom: none;
    border-color: #000;
	}
	.entry-content .pipeline_cont th:last-of-type {
		border-right: none;
	}
	.entry-content .pipeline_cont td {
    color: #009197;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(3) td {
		color: #007ea6;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(4) td {
		color: #005a9b;
	}
	.pipeline_cont.pipeline-mobile tr:nth-of-type(5) td {
		color: #0f3063;
	}
	.pipedivtitle {
    display: none;
	}
	.drug_detailsX, .entry-content .pipeline_cont .drug_detailsX {
    text-align: center;
	}
	.drug_detailsY, .entry-content .pipeline_cont .drug_detailsY {
    text-align: center;
	}
	.pipeline_cont td.drug_progress {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
		padding-left: 8px!important;
	}
	.partner-cols, .entry-content .pipeline_cont .partner-cols {
		font-size: 14px;
		text-align: center;
	}
	.partner-cols img {
    width: 110px;
		max-width: 90%;
	}
	.drug_detailsX span {
    font-size: 12px;
	}
	.partner-cols sup {
    font-size: 12px;
    font-weight: 500;
	}
}


td {
 /* border:1px solid rgba(0, 0, 0, 0.4) !important; */
}
