.medical-cannabis-patient-extension-ol2 ol {
	counter-increment: start 2;
}

.medical-cannabis-patient-extension-ol2 ol li {
	display: block;
}

.medical-cannabis-patient-extension-ol2 ol li:before {
	content: counter(start) ". "; 
	counter-increment: start;
}

.fish-advisory-block {
	width: 45%;
	padding: 20px;
	margin: 15px;
	background-color: #ffffff;
	flex-grow:1;
}

.cmp-download__properties {
	display:none;
}

#resources-component {
	margin-left: 20px;
	padding-left: 20px
}

@media (max-width: 800px) {
  .fish-advisory-block {
    width: 100%;
  }
}

/* Gives text components w/in container a nice touch-up for alerts, important new info, etc */
.emphasis-blue p {
    padding: 20px;
    font-weight: bold!important;
    display: block!important;
    background-color: #DFF3F7;
    border-left: 5px #00BEE4 solid;
}

/* Fix for 1st column width on table on Newborn Metabolic Screening page */

#submitter-name.data-table .cmp-datatable table thead th:first-child {
    width: auto!important;
}

#submitter-name.data-table .cmp-datatable table thead th {
    width: 100px!important;
}

/* Table headers in RTE don't change text to white for accessibility like actual tables. This fixes that. */
.table-white-heading table tbody tr th p {
	color: #FFFFFF;
}

/* For sub-categorized FAQ, this will hide the questions themselves from displaying in the jump down link list, only the categories themselves display*/
.hide-jumps .cmp-faq__title--level-1 {
	display: none;
}

/* List component descriptions only display 2 lines by default; this makes it 3 */
.list .cmp-list__item-description {
    -webkit-line-clamp: 3;
}