

.header_inner_right {
    display:none!important;
}
body {
   color:#333333 !important;
}
ul li {
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list’s container
     */
    list-style-position: outside;

    /*
     * Because the bullet is outside of the list’s
     * container, indent the list entirely
     */
    margin-left: 2em;
}
.title_subtitle_holder .small {
   display:none !important;
}
/* Show only 4 lines in smaller screens */
article {
  font: 14px/1.625em !important;
  max-height: 7.5em; /* (4 * 1.625 = 6) */
}
article a {
  color:#12b0a9 !important;
}

/* News > Read More button */
article a.qbutton:hover {color:#FFF !important;}

/* Bold all links so they stand out more */
a { font-weight: bold; }

/* Fix post spacing */
article.post {margin: 0px; padding-bottom: 15px; display: table;}
/* .post {padding-bottom: 100px;} */
/* .blog_holder {padding-bottom: 40px;} */

/* New, remove Post at 01:00h in Uncategorized */
.post_text .post_info {display: none !important;}


nav.main_menu>ul>li>a {
    padding: 10px !important;
}