#zfeed_form .buttons input.button-submit, input.button{
    margin: 0 6px 0 0;
}
/* posters */
.zfeed_posters_title{
    text-align: center;
}
.zfeed_posters_title a{
    text-decoration: none;
}
.zfeed_posters{
    overflow-x: auto;
    display: flex;
}
.zfeed_poster{
    border-right: 4px solid #fff;
}
.card::-webkit-scrollbar {
  display: none;
}
.zfeed_posters a{
    display: block;
    line-height: 0;
    width: 150px;
    height: 200px;
    background-position-x: center;
	background-size: auto 100%;
}
#zfeed{
    max-width: 900px;
}
.post {
    border: 1px solid #ededed;
}
.post_content_more{
    background: #68B206;
    color: #fff;
}
/* types */
#zfeed_options .switch-on {
    background: #68B206;
}