    .td55 {
        width: 55%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td20 {
        width: 20%;
        overflow: hidden;
        white-space: nowrap;
        color:tomato;
    }
    .td15 {
        width: 15%;
        overflow: hidden;
        white-space: nowrap;
    }
    .td5 {
        width: 5%;
        overflow: hidden;
        white-space: nowrap;
    }
    .imgcir{
    border-radius:50%;
    }  
    .topbgr{
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        background-color: white;
    } 
	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;
    }


    
/*   按讚功能  */

     .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}
    


