
#press_release_published_list, #press_release_upcoming_list, #press_release_upcoming_list, #press_release_subject_list, #attachment_url_list {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#press_release_data {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#press_release_data ul{
	padding-left: 30px;
	list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.press_release_year_month{
	font-weight: bold;
}

.press_release_subject{
	font-weight: bold;
}

.press_release_sub_subject{
	font-weight: bold;
}

#prType, #showBy, #listYear, #listMonth, #listSubject, #listSubSubject, #listSeries {
	color: black;
}

/* #prType { */
	/* color: #0066cc; */
	/* font-weight:bold; */
	/* font-size:90%; */
	/* font-family: Arial; */
/* } */

/* #showBy { */
	/* COLOR: #0066CC;  */
	/* FONT-WEIGHT: bold;  */
	/* font-size:90%; */
	/* font-family: Arial; */
/* } */

a.leadp {
	color: black;
}

#press_release_list {
	margin-left: 1em;
	margin-right: auto;
	/* background-color: #eaf1f7; */
	background-color: #ecf1f9;
}

#press_release_list_box {
	margin: 8px;
    padding: 4px 8px 4px 8px;
}

#new_press_release_title, #upcoming_press_release_title {
    /*
	padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 0px;
    */
    margin-left: 15px;
    padding: 7px 25px;
    /* border: 1px solid #EAECEC; */
    border: 1px solid #8E8E8E;
    border-radius:25px;
    /* color: #D3D3D3; */
    color: #8E8E8E;
    
    text-align:center;
}

#press_release_body {
	text-align: justify;
	margin-block-end: 5em;
}
#press_release_body #starBar {
    width: 100%;
    word-break: break-all;
}

.press_release_label {
	text-decoration:underline;
	text-align:left;
}

.highlight_press_release_section {
    
}
#new_press_release_title.highlight_press_release_section, #upcoming_press_release_title.highlight_press_release_section {
    /*
	color: #FF753A; 
	border-top-width: 3px; 
	border-top-style: solid; 
	border-top-color: #FF753A; 
    */
    /*
    border-color: #FF4A37;
    color:#FF4A37;
    */
    
    border-color: #EA1700;
    color: #EA1700;
    
}

.press_release_footnote {
	line-height: 0;
    font-size: 10px;
	vertical-align: super;
	margin-right: 0.5rem;
}

.press_release_footnote_content {
    font-size: 10px;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.press_release_form {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.show_by_label {
	margin-left: 0.4rem;
}

#listMonth, #listSubSubject {
	margin-left: 0.4rem;
}

@media (max-width: 768px) { 

	#press_release_body, #press_release_title {
		text-align: left;
	}
}

@media (max-width: 575px) { 
	.show_by_label {
		margin-left: 0;
	}
	
	#listMonth, #listSubSubject {
		margin-left: 0;
	}
	
	#listSubject, #listYear {
		margin-bottom: 0.3rem;
	}
}

.press_select {
	max-width: 800px;
}

.form-group {
    margin-bottom: 0.3rem;
}

#same_series_div, #upcoming_div, #related_subject_div, #attachment_url_div {
	text-align: left;
}