#post-header {
    width:500px;
}
#posttoday{
    margin: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

#posttoday img {
	padding:10px;
}

.showall {
	display:block!important;
}

.hideall {
	display:none!important;
}

@media (max-width:500px) {
    p, ul {
        font-size:12px;
    }
    #post-header {
        width:100%;
    }
}