	#ontopDiv {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -10000;
    height: 800px;
    }   
    #article {
    position: absolute;
    top: 800px;
    width: 100%;
    }
    #mearticle {
    position: absolute;
    top: 850px;
    width: 100%;
    }
    #myarticle {
    position: absolute;
    top: 900px;
    width: 100%;
    } 
    #chamticle {
    position: absolute;
    top: 100px;
    width: 100%;
    }     
    #fixed-footer-wrap {
    width: 100%;
    height: 8%; /* 視情況而定 */
    position: fixed;
    bottom: 0px;
    z-index: 3;
    overflow: visible;
    }
    #fixed-header-wrap {
    width: 100%;
    height: 30%; /* 視情況而定 */
    position: fixed;
    top: 0px;
    z-index: 5;
    overflow: visible;
    }
    .td60 {
        width: 60%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td55 {
        width: 55%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td40 {
        width: 40%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td30 {
        width: 30%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td20 {
        width: 20%;
        overflow: hidden;
        white-space: nowrap;
        color:tomato;
    }
    .td20black {
        width: 20%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td15 {
        width: 15%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td10 {
        width: 10%;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .td5 {
        width: 5%;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .imgcir{
    border-radius:50%;
    }
    .scorecolor{
    color:tomato;
    	}
    .topbgr{
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        background-color: white;
    } 
    .loading{
        position: absolute;    
        top: 50%;
        left: 50%;
        z-index: 10000;
        margin-left: -50px; 
        margin-top: -800px;
    }     
	body{
        text-overflow : ellipsis;
		font-family: "Century Gothic","微軟正黑體","微軟雅黑體" ;
		font-size: 50px;
		font-style: normal;
		font-variant: normal;
		line-height: normal;
    }
    #fontshadow{
        color: white; 
        text-shadow: 1px 1px 10px black; 
    }
	table {
    border-collapse: collapse;
    width: 100%;
    }
	th, td {
    border-bottom: 1px solid #FFFFFF;
    }
    .uploadstyle{
    font-size:40px;
    }  

/*   按讚功能  */

     .heart {
        background: url(../img/web_heart_animation.png);
        background-position: left;
        background-repeat: no-repeat;
        height: 100px;
        width: 100px;
        cursor: pointer;
        left:3px;
        background-size:2900%
    }
    .heart:hover, .heart:focus{
    background-position: right;
    }

    @-webkit-keyframes heartBlast {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
    }

    @keyframes heartBlast {
        0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
    }

    .heartAnimation {
    display: inline-block;
    -webkit-animation-name: heartBlast;
    animation-name: heartBlast;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(28);
    animation-timing-function: steps(28);
    background-position: right;
    }
    .feed p{font-family: 'Georgia', Times, Times New Roman, serif; font-size: 25px}
    .feed{clear: both; margin-bottom: :20px; height: 100px; position: relative;}
    a{color: #7ac9ed}
    p{margin: 0px; padding: 0px}
    .likeCount{font-family: 'Georgia', Times, Times New Roman, serif; margin-top: 13px;margin-left: 40px;font-size: 50px;color: #999999}

