#bulletin_posts {
    display: block;
    max-width: 850px;
    margin: auto;
}

#bulletin_posts .post {
	margin-bottom: 50px;
    position: relative;
    background: #F5F5F5;
    border-radius: 15px;
    padding: 20px;
}

#bulletin_posts .post .image {
    margin-bottom: 20px;
}

#bulletin_posts .post .image img {
	max-width: 100%;
}

#bulletin_posts .post .time {
	border-bottom: 1px solid silver;
    padding-bottom: 6px;	
}

#bulletin_posts .post .content {
	
}

#bulletin_posts .post ul.attachments {
	margin-top: 10px;
    list-style: inherit;
    padding-left: inherit;
}

#bulletin_posts .post ul.attachments .material-icons,
#bulletin_short  .material-icons {
	float: left;
    font-size: 20px;
    margin-right: 10px;
}


#bulletin_posts i,
#bulletin_short i {
	font-family: 'Fontawesome';
	font-style: normal;
}

table#bulletin_short tbody tr.odd {
    background-color: #f9f9f9;
}

table#bulletin_short tbody td {
    border-top: 1px solid #ddd;
    color: #232323;
}

table#bulletin_short tbody td a {
	color: #232323;
	text-align: center;
}

table#bulletin_short tbody td a.get_app {
    width: 100%;
    text-align: center;
    display: inline-block;
}

table#bulletin_short tbody td a.get_app span {
	float: none;
}

#bulletin_short_search {
    border: 1px solid #efefef;
    border-radius: 1000px;
    background-color: #efefef;
    outline: none;
    width: 300px;
    color: #111111;
    line-height: 1;
    padding: 19px 20px;
    position: relative;
    margin: 20px 0 20px 0;
    float: right;
}

#bulletin_short_filter input[type="search"] {
	display: none;
}


#bulletin_short_content h1 {
	float: left;
}


@media (max-width: 800px) {
	#bulletin_short_search {
	    float: none;
	    margin: auto;
	    display: block;
	    width: 100%;
	}

	#bulletin_short_content h1 {
		float: none;
	}	
}

#products_table thead th span {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
