.mds-blog-content {
        padding-bottom: 20px;
}

.mds-blog-post-content {
        padding:30px;
        text-align: justify;
}

.mds-post-card {
        margin-bottom: 20px;
	display: inline-flex !important;
	min-width: 70vw;
}

@media screen and (min-width: 960px){
        .mds-post-card {
		max-width: 30vw;
		min-width: 30vw;
        }
}

.mds-post-card-text {
        margin-bottom: 20px;
}

.mds-blog-post-title {
        margin-bottom: 20px;
        color: var(--mdc-theme-on-surface);
}
div.mds-blog-post-hashtag a {
        color: var(--mdc-theme-secondary);
	text-decoration: none;

}

.mds-blog-post-hashtag {
	color: var(--mdc-theme-secondary);
}

.mds-blog-post-card-fab {
        top: -28px;
}

.mds-blog-layout-grid-cell {
	text-align: -webkit-center;
}
.mds-blog-layout-grid {
}

.mds-tag-menu {
    position: fixed;
    min-width: 15vw;
    top: 190px;
    display: none !important;
}

.mds-portfolio-foot-line {
        background: var(--mdc-theme-primary);
        border: solid var(--mdc-theme-primary);
        margin-top: 15px;
}
