#the-post {
box-shadow: none;
}
#the-post .cat-box-title h2 {
float: left;
margin-right: 10px;
font-size: 22px;
font-family: BebasNeueRegular, arial, Georgia, serif;
}
#the-post h3.post-box-title {
font-size: 14px;
line-height: 20px;
}
.border-shadow {
-webkit-box-shadow: 0 0 3px #CACACA;
-moz-box-shadow: 0 0 3px #cacaca;
box-shadow: 0 0 3px #CACACA;
border-bottom: 4px solid #37b8eb;
}
.padding-20 {
padding: 20px;
}