.mi {
    padding-right: .1em;
}

.tabset, .tabset td {
    background-color: white;
}

#sections_table .tabset td {
    min-width: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

header, section, footer, aside, nav, article, figure {
	display: block; 
	margin: 0;
	padding: 0;
}

.body {
	clear: both; 
	margin: 0 auto; 
	padding: 0;
	width: 865px;
	font-family: Helvetica;
	background: #F5F4EF;
}

#banner {
	margin-top: 5px;
        position: relative;
}

#feedback {
    position: absolute;
    right: 10px;
    top: 10px;
}

#pdglive_banner {
	padding: 0px;
	margin: 0px;
	margin-bottom: -5px;
}

/* Main Nav */
#banner nav ul li a {font-weight:bold;font-size:14px;}
#banner nav {
	width: 865px;
	background: #000305;
	font-size: 14px;
	font-weight: bold;
        
	height: 23px;

	line-height: 23px;
        
	margin: 0;
	padding: 0;
        margin-top:0pt;
	text-align: center;

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 	

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
}

#banner nav ul {
	list-style: none; 
	margin: 0; 
	margin-left: -40px;
}

#banner nav li {
	float: left; 
	display: inline; 
	margin: 0;
}

#banner nav a:link, #banner nav a:visited {

	color: #fff;
	display: inline-block;
	padding: 0 10px;
}

#banner nav a:hover, 

#banner nav .active a:link {
	background: #FF3333;
	color: #fff;
	text-shadow: none !important;
        background: url(../images/mirrorback.gif);
}

#banner nav .active1 a:link {
	background: #FF3333;
	color: #000000;
	text-shadow: none !important;
        background: url(../images/mirrorback1.gif);
}

#banner nav li:first-child a {

	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.main_section {
	margin:7px 0;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 13px 20px;
	
	-webkit-box-shadow: 1px 1px 1px 1px #e2e2e2; 
	-moz-box-shadow: 0px 0px 2px 1px #e2e2e2; 
	box-shadow: 1px 1px 1px 1px #e2e2e2; 
}

.minireviews {
   margin-top:15px;
   margin-left: 5px;
   margin-bottom: 3px;
}

.minireviews h3 {
    padding-bottom: 1px;
    border-bottom: 1px solid #e2e2e2;
}

.minireviews ul {
    margin-top: 3px;
    padding-left: 30px;
}

.minireviews ul li {
    list-style: none;
    padding-bottom: 2px;
}

.particle_row {
	width: 100%;
	height: 255px;
}

.particle_section {
	float: left;
	width: 270px;
	height:100%;
}

.particle_section h1, .particle_group_section h1 {
	font-size: 15px;
	color: #0060a8;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px;
	margin-right: 20px;
	width: 98%;
}

.particle_section ul, .particle_group_section ul {
	list-style: none;
	padding: 0;
}

.particle_section ul li, .particle_group_section ul li {
	margin-bottom: 5px;
	font-size: 14px;
}

.particle_group_section .minireviews h3, .particle_group_section h3 {
    border: none;
    font-size: 16px;
}

.particle_group_section .minireviews {
    margin-left: 0;
}

.section_summary {
    background-color: white;
}

.review {
	font-weight: bold;
}

#breadcrumb {
	height: 35px; 
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
        font-weight: bold;
	font-size: 14px;
}

.breadcrumb_element {
	float: left;
        padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.breadcrumb_element a {
	text-decoration: none;
	color: #0060a8;;
}

.breadcrumb_desc {
	font-weight: normal;
	font-size: 13px;
}

/* Particle Page */

.particle {
	
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 1px 1px #e2e2e2; 
	-moz-box-shadow: 0px 0px 2px 1px #e2e2e2; 
	box-shadow: 1px 1px 1px 1px #e2e2e2; 
        min-height: 550px;
	
}

.particle_group {
	background-color: #458ad7;
	padding: 4px 4px;
	overflow: auto;
	
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px; 	

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.particle_group > h1 {
	color: #fff;
	float: left; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 0; 
	padding: 0;
        width: 90%;
}
.particle_group > h2 {
	color: #fff;
	float: left; 
	font-size: 14px; 
	font-weight: normal; 
	padding: 2px 0 0 2px; 
	margin: 0;
	width: 90%;
}

.db_intro {
	padding: 5px 5px 25px 5px;
	margin: 0px 30px 0px 30px;
	border-bottom: 2px groove #e2e2e2;
	overflow-x: hidden;
        overflow-y: hidden;
}
.particle_title {
        margin: 13px 18px;
        padding-bottom:10px;
	overflow-x: hidden;
        overflow-y: hidden;
        border-bottom: 2px groove #a2a2a2;
}

font.introHeader {
    font-size:10pt;
}
.particle_title > h1 {
	float: left; 
	font-size: 22px;
	color: #0060a8;
	font-weight: bold; 
	margin: 0;
        width: 98%;
}
.particle_title > h2 {
	float: left; 
	font-size: 18px;
	color: #0060a8;
	font-weight: normal; 
	padding: 5px 0 0 5px; 
	margin: 0;
}

.particle_title > div {
	font-size: 14px;
	padding: 7px 0 0 0; 
	margin: 0px 0 5px 0;
	clear: both;
}

#sections_table {
        color:black;
	padding-left: 0;
	margin-left: 1rem;
        margin-right:1rem;
	width: 92%;
	border-collapse: collapse;
}

#sections_table th {
	text-align: left;
	padding-right: 0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
}

#sections_table th  {
	padding-top: 15px !important;
}

#sections_table th {
/*	width: 120px; */
}

#sections_table a {
    text-decoration: none;
}

#sections_table tr td a {
    text-decoration: none;
}

                   #sections_table tr.z:nth-child(even){background:#transparent}
                   #sections_table tr.z:nth-child(odd){background:#f0f2f5}

table.decay_row tr td.gamma {width:70px;}
table.decay_row tr td.claw {padding-right:1em;}
table.decay_row tr td.value {min-width:200px;}
table.decay_row tr td.ln {width:35px;}
table.decay_row tr td.val {width:200px;}
table.decay_row tr td.scale {width:65px;}
table.decay_row tr td.momt {width:45px;}

table.decay_row tr td.ln sup.sln {font-size:calc(5px + 0.4vw);}

.sub_section > th, .sub_section > td{
	border-bottom: 1px dotted #e2e2e2;
}

.subsection_table {
	margin-left: 30px;
	font-size: 14px;
        width: 80%;
}

#subsection_table th, #subsection_table td {
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
        width: 30%;
}

#subsection_table th {
	width: 180px;
}

#decay_table, #reference_table {
	border-collapse: collapse;
}

#decay_table th, #decay_table td, #reference_table th, #reference_table td {
	padding-right: 7px;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 5px;
}

.datablock_table {
	padding-left: 5px;
}

#meas_table th, #meas_table td {
	padding-right: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

#meas_table th {
    vertical-align: top;
}

.decay_heading {
    font-size: 14px;
}

td .decay_sub_heading  {
	padding-top: 5px;
	padding-bottom: 10px;
        padding-left: 0px !important;
	font-weight: bold;
        background-color: #fff;
}

td .decay_sub_heading a {
        /*padding-left: 13px;*/
}

td .decay_minor_sub_heading  {
	padding-top: 5px;
	padding-bottom: 10px;
       /* padding-left: 20px !important;*/
	font-weight: normal;
        background-color: #fff;
}

td .decay_minor_sub_heading a {
      /*  padding-left: 13px;*/
} 

td .collapsed, th.collapsed, a.collapsed  {
/*padding-left: 15px !important;*/
       width:100%;
 color:#0954CF; display:block; margin:0px 0px 0px 0px; padding:1px 1px 1px 1px; font-size:14px; font-weight:normal;
}

a.collapsed:hover  {
/*display:inline-block;
padding-left: 15px !important;*/
 color:#red; text-decoration:none;padding:1px 1px 1px 1px;
}

#sections_table th.collapsed, #sections_table th.expanded {
  /*  padding-left: 15px !important;*/
}

th.expanded, td .expanded, a.expanded  {
 color:#0954CF; display:block; margin:0px 0px 0px 0px; padding:1px 1px 1px 1px; font-size:14px; font-weight:normal;
}

a.expanded:hover  {

/*display:inline-block;*/
 color:#red; text-decoration:none;
}

td .sub_heading  {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
        background-color: #fff;
}

td .ref_title {
	width: 50%;
}

.br_selector {
	border-bottom: 3px solid #a2a2a2;
}

#selector_table {
	margin:  10px 5px;
	font-size: 14px;
	width: 97%;
	border-collapse: collapse;
}

#selector_table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#selector_table tr.selected td {
	background-color: #c2ddff;
	font-weight: bold;
}

#selector_table tr.normal td {
	border-bottom: 1px solid #e2e2e2;
}

#selector_table tr.selected  {
	border: 1px solid #458ad7;
}

.br_group {
	padding: 7px 5px 2px 3px;
	overflow: auto;
}

.br_group > h1 {
	float: left; 
	font-size: 20px;
	font-weight: bold;
        width:99%;
	margin: 0; 
	padding: 0
}
.br_group > h2 {
	float: left; 
	font-size: 14px; 
	font-weight: normal; 
	padding: 7px 0 0 2px; 
	margin: 0;
}

.br_title {
	padding: 20px 0 5px 0;
	margin: 0px 10px 5px 10px;
	border-bottom: 2px groove #a2a2a2;
	overflow: auto;
}

.br_title2 {
	padding: 0px 0 5px 0;
	margin: 0px 10px 5px 10px;
	overflow: auto;
}

.br_title > h1 {
	float: left; 
	font-size: 20px;
	color: #0060a8;
	font-weight: bold; 
	margin: 0; 
}
.br_title,.br_title2 > h2 {
	float: left; 
	font-size: 18px;
	color: #0060a8;
	font-weight: normal; 
	padding: 5px 0 0 5px; 
	margin: 0;
}

.br_title,.br_title2 > div {
	font-size: 14px;
	padding: 7px 0 0 0; 
	margin: 0px 0 5px 0;
	clear: both;
}

.changeBar {
	border-right: 3px solid black;
}

td.insub {
    width:60%;
    padding-right: 10px;
    padding-left:30px !important;
}
td.insub2 {
    padding-right: 10px;
    padding-left:60px !important;
}
td.insub3 {
    padding-right: 10px;
    padding-left:90px !important;
}
th.insub {
    padding-left:30px !important;
}

th.insub2 {
    padding-left:60px !important;
}
th.insub3 {
    padding-left:90px !important;
}

td.nonsub {
    width:60%;
    padding-right: 10px;
}

tr.meastab_header th {font-style: italic;font-weight:normal;}


.pdgLiveLink { color:#0954CF; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 12px; font-size:14px; vertical-align: middle; min-height: 20px; font-weight:normal;}
.pdgLiveLink:hover,.active {  color:red; text-decoration:none;}


.tablereview-2014 {background:#3D76CB; font-weight:bold; color:#fff; display:block; font-size:15px; margin:0px 0px 0px 2px; padding: 0px 0px 0px 10px; width:auto; line-height:28px; position:relative; border:1px solid #ffffff; vertical-align:middle;}
span.inspire {float:right;font-size:14px;top:-1px;font-weight:normal;border-radius:7px;padding:0px 6px 0px 6px;color:#FFF;border-top:solid 1px #fff;border-right:solid 1px #ccc;border-left:solid 1px #ccc;background-color:#39F;-moz-box-shadow: 0 3px 7px #444;-webkit-box-shadow: 0 3px 7px #444;box-shadow: 0 3px 7px #444;}

    a.sumtab
    {
        font-weight:bold;
        color:whiteZZ;
        text-decoration:underline;
    }
    
    a.sumtab:hover
    {
        font-weight:bold;
        color:red;
        text-decoration:underline;
    }    
    
    #meas_table tr td a {color:#3459d6;text-decoration:none;}
    #meas_table tr td a:visited{color:#00008B;text-decoration:none;}
    #meas_table tr td a:hover {color:red;text-decoration:none;}
    
    .datablock_table tr.z:nth-child(even){background:transparent;}
    .datablock_table tr.z:nth-child(odd){background:rgba(0, 0, 0, 0.05)}
    
    .bread {
           color: #EDC52F;
           text-decoration:none;
           }
    .bread:hover {text-decoration:none;}    
  
.db a {color:#3459d6;}
.db a {text-decoration:none;}
.db a:visited {color:#00008B;}

.db a:hover{color:red;}  
.db a:hover{text-decoration:none;}  

div.copyright-1 a {color:white;text-decoration:underline;}
div.copyright-1 a:hover {color:white;text-decoration:underline;}
div.copyright-1 a:visited {color:white;text-decoration:underline;}

div.citation_container a {color:#BFEBBB;text-decoration: none;font-weight:500;}
div.citation_container {color:#BFEBBB;text-decoration: none;font-weight:500;}
        .index-main-container-survey {
     padding-bottom:-2%;vertical-align:top;
    width:72%;
    margin:auto;    
}
        .btn-solid-mainalt-main-survey {
        cursor: pointer;
    display: inline-block;
        padding: 0.275rem ;

        border: 0.125rem solid #355674;
        border-radius: 0.25rem;
        background-color:mediumseagreen;
        color: #fff;
        font-size:calc(10px + 0.6vw);font-weight:500;font-family:FuturaStd-Medium, 'sans-serif';
        text-decoration: none;
        transition: all 0.1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:100%;
    margin-bottom:5px;    
}
.btn-solid-mainalt-main-survey:hover {
        background-color: transparent;
        color: #DDF3B1;
        text-decoration: none;
}
            
#footnotes a {color:#3459d6;text-decoration:none;}
#footnotes a:hover {color:red;text-decoration:none;}
            
.aftn {
    text-decoration:none;
    font-size:calc(4px + 0.4vw);
}
.aftn:hover {color:red;}


.tftn {
    text-decoration:none;
    font-size:calc(7px + 0.4vw);
}


#decay_body tr td a {text-decoration:none;}            
#decay_body a {text-decoration:none;}            

.pdgLiveLink {text-decoration:none;}

.headers a {color:#3459d6;text-decoration:none;}
.headers a:visited {color:#00008B;text-decoration:none;}

.minor_headerX a {color:#3459d6;text-decoration:none;}
.minor_headerX a:visited {color:#00008B;text-decoration:none;}
.sections_tableX tr td {padding-left:0.25rem;}
.panel-title {background-color:#094564;}
            .bread {
                color: #EDC52F;
                text-decoration:none;
            }
            .bread:hover {text-decoration:none;}

table.decay_table tr td {padding-top:30px; padding-bottom:3px;}
            
.particle_title1 {
    display: inline-block;
	padding: 0.575rem 0.525rem 0.575rem 0.525rem;
    width:100%;
	border: 0.125rem solid #355674;
	border-radius: 0.25rem;
	background-color: #0F2038;
	color: #fff;
	font-size:calc(9px + 0.5vw);font-weight:500;
	text-decoration: none;
/*	transition: all 0.1s;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align:center;
}            
.particle_title1X {
    display: inline-block;
	padding: 0.575rem 0.525rem 0.575rem 0.525rem;
	background-color: transparent;
	color: #000;
	font-size:calc(9px + 0.5vw);font-weight:500;
	text-decoration: none;
    width:100%;
    text-align:center;
}            

span.inspire_span
{
background-color:#3372aa;
}

span.inspire_span:hover
{
background-color:#40a9ff;
transition: all .1s ease;
-webkit-transition: all .1s ease;
}
                   #sections_tableX tr.z:nth-child(even){background:rgba(0, 0, 0, 0.05)}
                   #sections_tableX tr.z:nth-child(odd){background:transparent;}  
                   
                   #sections_tableX a {text-decoration:none;}
                   
                   
                   #decay_tableX tr.z:nth-child(even){background:rgba(0, 0, 0, 0.05)}
                   #decay_tableX tr.z:nth-child(odd){background:transparent;}                    

#sections_tableX tr td a {color:#3459d6;}
#sections_tableX tr td a:visited {color:#00008B;}

#sections_tableX tr td a:hover{color:red;}

#decays_tableX tr {padding-right:30px;}

div.mrd
{
    color:#BFEBBB;
    background-color:#6a7e92;
    background-image: url("${contextPath}/images/download-button-salad.svg");
    background-position: 95% 20%;
    background-repeat: no-repeat;    
    padding-left:30px;
    height:40px;
}

div.mrd:hover
{
    background-color:#6a7e92;
    color:red;
    background-image: url("${contextPath}/images/download-button-red.svg");
    background-position: 95% 20%;
    background-repeat: no-repeat;     
    padding-left:30px;
    height:40px;
}

table.sections_tableX tr td {
padding-top:0.02em;
padding-bottom:0.02em;
}

table.decay_row tr td {
padding-top:3px;
padding-bottom:3px;
}
                   #meas_table tr.z:nth-child(even){background:transparent;}
                   #meas_table tr.z:nth-child(odd){background:#f0f2f5;}
                   
td.decay_sub_headingX a {color:#3459d6;}
td.decay_sub_headingX a:visited {color:#00008B;}
td.decay_sub_headingX a:hover{color:red;}
.particle_summary a {color:#3459d6;}
.particle_summary a:visited {color:#00008B;}

.particle_summaryX a {color:#3459d6;
                     text-decoration:none;
}
.particle_summaryX a:visited {color:#00008B;}
.particle_summaryX a:hover {color:red;}

.particlesection_table tr.z:nth-child(even){background:transparent;}
.particlesection_table tr.z:nth-child(odd){background:rgba(0, 0, 0, 0.05)}


.particlesection_table a {text-decoration:none;}

.decay_row tr td a {color:#3459d6;}
.decay_row tr td a:visited {color:#00008B;}

a.pdgLiveLink2 {color:#3459d6;}
a.pdgLiveLink2:visited {color:#00008B;}

a.pdgLiveLink2:hover{color:red;}
            
 .panel-title {
padding-left:1rem;
padding-right:5px;
height:100%;
border:1pt solid #cccccc;
color:black;
box-shadow:none;                                            
background-color:#dddddd;
               }                                        
                                        
 .panel-section-title {
height:100%;
font-size:calc(9px + 0.5vw);
font-weight:500;
padding-top:5px;
padding-bottom:5px;
padding-left:0.5rem;
height:100%;
width:100%;     
background-color:#dddddd;
}
       
a.panel-section-title:hover{}

div.exp
{
    padding:0 0 0 0;
    display:inline-block;
/*    color:#6a7e92; */
    color:#0954CF; 
    background-color:transparent;
/*    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='rgb(175,175,175)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");*/
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='rgb(9,84,207)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-position: 95% 20%;
    background-repeat: no-repeat;    
    padding-left:0.5rem;
    width:100%;
    height:100%;
/*    transition: all 0.15s;*/
}
div.exp:hover
{
    padding:0 0 0 0;    
    cursor:pointer;
    color:red;
    background-color:transparent;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='red'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-position: 95% 20%;
    background-repeat: no-repeat;     
    padding-left:0.5rem;
}

div.col
{
    padding:0 0 0 0;
    
    display:inline-block;
/*    color:#6a7e92; */
    color:#0954CF;    
    background-color:transparent;
/*    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='rgb(175,175,175)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");*/
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='rgb(9,84,207)'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-position: 95% 20%;
    background-repeat: no-repeat;    
    width:100%;
    height:100%;
    transform: rotate(-180deg);
    padding-left:0.5rem;
    
/*    transition: all 0.15s;    */
}
div.col:hover
{
    cursor:pointer;
    color:red;
    background-color:transparent;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='red'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-position: 95% 20%;
    background-repeat: no-repeat;     
    transform: rotate(-180deg);
    padding:0 0 0 0;
    padding-left:0.5rem;
    
}

.downloadicon a{
    opacity:1;
    transition: all 0.5s;
}
.downloadicon a:hover{
    opacity:0.5;
    transition: all 0.5s;
}

.pdflink {
}

.br_accordion {
    width:100%;
    border: 0.075rem groove #bbbbbb;
    border-radius: 0.25rem;
    background-color: #cccccc;
    z-index:-100000;
    margin-bottom:10px;
}

.bra {
    color:#3459d6;
    cursor:pointer;
}
.bra:hover {
    color:red;
    cursor:pointer;
}

a.bread:visited {color: #EDC52F;}

            .bread {
                color: #EDC52F;
            }
            .list-group-item1 a {color:white;}

/*.particle_title1 {
    display: inline-block;
	padding: 0.575rem 0.525rem 0.575rem 0.525rem;
	border: 0.125rem solid #355674;
	border-radius: 0.25rem;
	background-color: #0F2038;
	color: #fff;
	font-size:calc(9px + 0.5vw);font-weight:500;font-family:FuturaStd-Medium, 'sans-serif';
	text-decoration: none;
	transition: all 0.1s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width:102%;
}            
*/            
#minor_header > a {color:#BFEBBB;}

.pdgLiveLink {
    color:#0954CF; 
    display:block; 
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 12px; 
    font-size:14px; 
    vertical-align: middle; 
    min-height: 20px; 
    font-weight:normal;
    color:#ffffff;
    text-decoration:none;
}
.pdgLiveLink {color:#0060a8;}
.pdgLiveLink:hover,.active {  color:red; text-decoration:none;}

.list-group {
  padding-left: 0;
  background-color:#384c60;
}

.list-group-item {
  display: block;
  background-color: transparent;
  border: 1px solid #dddddd;
}

.particle1 {
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 1px 1px 1px 1px #e2e2e2; 
	-moz-box-shadow: 0px 0px 2px 1px #e2e2e2; 
	box-shadow: 1px 1px 1px 1px #e2e2e2; 
        min-height: 550px;
	
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);        
    font-size:calc(9px + 0.5vw);font-weight:500;font-family:FuturaStd-Medium, 'sans-serif';
	border: 0.125rem solid #355674;
	border-radius: 0.25rem;    
}

.dfont705 {
font-size:calc(7px + 0.5vw);font-weight:500;font-family:FuturaStd-Medium, 'sans-serif';
}
.p1pg {
max-width:600px;margin-top:0px;background-color:#384c60;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;
}
.pt1pg {
margin-left:-7px;
margin-right:5px;
margin-top:-5px;
vertical-align:middle;
text-align:left;min-width:610px;
}
.stXpg {
padding-left:0px; margin-left:0px;background-color:#526980;
}
.stxpgtd1 {
padding-top:10px;padding-bottom:10px;border-bottom:0.125rem solid #355674;
}
.plinkpg1 {
margin-top:2pt;margin-bottom-2pt;
}
.dfont905 {
font-size:calc(9px + 0.5vw);font-weight:500;font-family:FuturaStd-Medium, 'sans-serif';
}

.dectd1 {
margin:0pt;padding:0pt 0pt 0pt 0pt;padding-bottom:0.07rem;padding-top:0.07rem;padding-left:15px;
}
.dectda1 {
text-decoration:none;color:#0060a8;
}

.dectd1 a:hover {color:red;}

.dectda1:hover {color:red;}

.decay_row1 {
padding:0pt 0pt 0pt 0pt;margin:0pt 0pt 0pt 0pt;
}
.decay_row1 a:hover {color:red;
}
.decay_rowtr1 {
font-size:calc(8px + 0.5vw);font-weight:500;font-family:FuturaStd-Medium, 'sans-serif';
}
.dectd2 {
font-size:calc(8px + 0.5vw);font-weight:500;font-family:FuturaStd-Medium, 'sans-serif';
}

.bsh {font-weight:bold;font-size:11pt;font-size:calc(7px + 0.5vw);font-weight:500;}
.dlwd {background:transparent;font-size:calc(7px + 0.5vw);font-weight:500;}
.dlnd {background:transparent;font-size:calc(7px + 0.5vw);font-weight:500;}