
table{border-collapse: collapse;
    border-spacing: 0;}
	
.topbar{height: 45px; color: #d70011; background-color: #abe9e1; position: fixed; top: 0; z-index: 999; width: 100%;}
@media screen and (min-width:800px){
.topbar {width: 800px;left:50%;margin-left: -400px;}
}
.page > .page-content {padding-top: 45px;}
.topbar .title, .topbar a.right { display: none; }
.topbar:before { content: ''; display: block; position: absolute; left: 5px; top: 7px; height: 30px; width: 204px; background-size: 100% 100%; }
.topbar a.left:hover {opacity: .5;}
.topbar a.left { height: 40px; line-height: 20px; left: unset; width: 70px; text-align: center; color: #4f1e49; font-size: 8pt; text-decoration: none; position: absolute; top: 3px; right: 0; text-align: center;}
.topbar a.left i.icon {position: absolute; height: 20px; width: 100%; font-size: 12pt; display: none;}
.topbar a.left:before{ content: '\f175'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; display: block; height: 20px; font-size: 12pt; color: #4f1e49;} 
.topbar a.left:after { content: '返回首页'; display: block; height: 20px; font-size: 8pt; color: #4f1e49;} 
.topic-header {padding: 10px 10px 0 10px; background-color: #dadada; border-bottom: none; border-left: 1px solid black; border-top: 1px solid black; border-right: 1px solid black;}
.topic-header .view {display: none;}
.topic-author {padding: 0 10px 0 10px !important; background-color: #dadada; height: 30px !important; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;}
.topic-author .left {display: none;} 
.topic-author .right{margin-left: 0 !important; line-height: 20px; height: 20px; position: relative; padding-left: 30px;} 
.topic-author .right:before {content: '作者:'; color: black; display: block; position:absolute; left: 0; top: 0; height: 20px; line-height: 20px;}
.topic-author .right .time{display: none;}


.page {
    width: 830px;
    background-color: white;
    padding: 0 15px 70px 15px;
}

@media screen and (max-width: 800px) {
    .page {
        width: 100%;
        margin: 0;
        padding: 0;
        background: white;
    }
}

#Interlinks > li:first-child > a {
    -webkit-animation: textColorBlink 1.5s ease-in-out infinite alternate;
    font-weight: bold;
}

@keyframes textColorBlink {
    0% {
        color: #00ff00;
    }
    33% {
        color: #00ff00;
    }
    34% {
        color: red;
    }
    66% {
        color: red;
    }
    67% {
        color: yellow;
    }
    100% {
        color: yellow;
    }
}
/* INTERLINKS BLINK */
