#List{
    width: 100%;		
}
#List ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#List ul li{
    width: 100%;
    min-height: 30px;		
    overflow: hidden;
    cursor: pointer;
}
.ListHeadTitle1{
    width: 80px;
    height: 30px;
    background: #09C;
    color: #FFF;
    text-align: center;
    border: 1px solid #666;
    border-right-color: #666;
    float: left;
}
.ListHeadTitle2{
    width: 100px;
    height: 30px;
    background: #09C;
    color: #FFF;
    text-align: center;
    border: 1px solid #666;
    border-left: none;
    border-right-color: #666;
    float: left;
}	
.ListHeadTitle3{
    width: calc(100% - 180px);
    height: 30px;
    background:#09C;
    color: #FFF;
    text-align: center;
    border: 1px solid #666;
    border-left: none;
    float: left;
}	
.ListDiv1{
    width: 80px;
    min-height: 30px;		
    color: #666;		
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
    border-top: none;
    float: left;
}
.ListDiv2{
    width: 100px;
    min-height: 30px;		
    color: #666;
    text-align: center;
    border: 1px solid #666;
    border-top: none;
    border-left: none;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ListDiv3{
    width: calc(100% - 180px);
    min-height: 30px;		
    color: #666;
    text-align: center;
    border: 1px solid #666;
    border-top: none;
    border-left: none;
    float: left;
    text-align: left;
    padding-left: 5px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.ListTopLine{
    border-top: 1px solid #666;
}
#content1{
    text-align: left;
    position: relative;
}
#content1 span{
    text-align:left;
}	
h1{
    font-size: 20px;
    font-weight: bold;
}
.blog-single-post-container div h1 {
    font-size: 1.3em;
    font-weight: bold;
}
.blog-single-post-container div p {
    font-size: 1.1em;
}
.blog-single-post-container._large div h1 {
    font-size: 1.6em;
    font-weight: bold;
}
.blog-single-post-container._large div p {
    font-size: 1.4em;
}
.blog-single-post-container._small div h1 {
    font-size: 1em;
    font-weight: bold;
}
.blog-single-post-container._small div p {
    font-size: 0.92em;
}

@media screen and (max-width:1280px) {
    #fontSizeOption { z-index:1; position:absolute; margin-top: 0px; top:186px; right:10px; }
}
