.trend-table{
   width: 48%;
    text-align: right;    
    float: left;
    table-layout: fixed;   
}

section{
    width: 100%;
    text-align: right;    
    float: left;
    background-color: #fff;
}

section table, .trend table{
    width:100%;
}

.singleTable table{
    width:68%;
    margin: 0 auto;
}

.singleTable table tr:nth-child(8), .singleTable table tr:nth-child(9){
    background-color: rgba(255, 0, 0, 0.32);
}

.middle{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.singleTable > .trend-table{
    width:100%;
}

.link{
    color: blue;    
    cursor: auto;
}

.link:hover{
    text-decoration: underline;
}

.singleTable{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
dl{
    word-wrap: break-word;
}

  dt {
    font-weight: bold;
    text-decoration: underline;
  }
  dd {
    text-indent: 1em; 
    margin: 0;
    padding: 0 0 0.5em 0;
  }

p {
    text-indent: 20px;
padding-bottom: 15px;
}

table td{
    border:solid 0.1px #B6B6B6;
    padding:5px; 
    word-wrap: break-word;
}

.trend-table td{
    /*border:solid 0.1px #B6B6B6;
    padding:0; 
    word-wrap: break-word;*/
}


.trend table tr:nth-child(6), .trend table tr:nth-child(7) {
    background-color: rgba(255, 0, 0, 0.32);
}

section table tr:nth-child(8), section table tr:nth-child(9){
    background-color: rgba(255, 0, 0, 0.32);
}

.centertext{
    text-align: center;    
}

h1,h2,h3,h4{
    margin:10px;
}

.centertext{
    text-align: center; 
}

.righttext{
    text-align: right;
}

.listDivContent section div:last-of-type{
    margin-left: 45px;
}

tr.deathZone{
    background-color: rgba(255, 0, 0, 0.32);
}

.listDiv{
    clear: both;
background-color: darkred;
position: relative;
    padding: 2px;
    margin: 10px 0px;
}

.listDivContent{
    width: 99%;
    background-color: #fff;
    display: table;
    margin: 0 auto;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}
article{
    background-color: #01807A;
    color:azure;  
    width:100%;
}

article.noncolor{
    background-color: #fff;
}



mark{
    font-weight: 300;
}
article h2{
    text-align: center;   
    color: azure;
    padding: 25px;
    font-size:1.1em;
}

article.moreContent{
    text-align: center;
    color:darkorange;
}
article.moreContent a{    
    color:#fff;
    font-size: 1.2em;
}

article.moreContent a:hover{    
    text-decoration: underline;
}
