body, html {
    font-family: Roboto, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    overflow-x: hidden;
}

.post_entry-content{
    letter-spacing: 2px;
}

#scheme-Paradox #comment {
    font-family: Roboto, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}


#post-content {
    font-size: 15px !important;
}

#post-content {
    font-size: 20px !important;
}

.fade {
    transition: opacity 1s;
    -webkit-transform: translate3d(0,0,0);
}

.fade.out {
   opacity: 0;
}


.mdl-mini-footer{
    padding: 20px 0 20px !important; 
    height: 100px !important; 
}

#footer {

}

.footer-content{
	background-color: white;
	margin-bottom: 0px;
}

.footer-border {
    border-top: 2px #EEE solid;
    padding: 20px 0;
}

.footer-border p{
	margin: 1px;
}

.list-page {text-align:center;padding: 15px 15px;}
.mws-panel-content {background: #eee;}
.pagination {
	margin:0 !important;
	padding: 10px 10px;
	/*box-shadow: 0px 1px 2px 0px #E2E2E2;*/
}
.pagination li{
	border:1px solid #e6e6e6;
	padding: 3px 15px;
	display: inline-block;
}
.pagination .active{
	background-color: #46A3FF;
	color: #fff;
}
.pagination .disabled{
	color: #aaa;
}
.mdl-cell--12-col ul{
    font-size: 25px;
    line-height: 35px;
}

.post_entry-category a:link, a:visited {
    opacity: 1;
    transition: all .15s linear;
}
.date{
	margin-right: 5px;
}
.waifu-tips {
	margin-top: -30px !important;
	margin-bottom: -30px !important;
}

.dropdown-menu li a{
	text-align: center;
}

.post-buttons {
    margin-left: 10%;
    line-height: 1.5rem;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    width: 90%;
}

a.btn, .btn>a {
    padding: .5625rem 5.8125rem;
    border-radius: 100rem;
    display: inline-block;
    opacity: 1;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    border: .0625rem solid #fff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s ease all;
    float: left;
    width:30%;
}

a.btn.btn-grey,.btn.btn-grey>a {
    color: black !important;
    border-color: lightblue !important;
    background: lightblue !important;
    box-shadow: none !important;
}

.MD-burger-layer {
    width: 30px !important;
}