/*
Theme name: Informational blog site
Description: Custom Theme 2
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.asdf
*/

p {  }

.event .event-body.article-entry ul {
    list-style-type: disc;
}
@media screen and (min-width: 768px) {
    article.crb_talking_tax .article-entry {
        float: left;
        width: 73%;
    }
}
