/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

.main img
{
box-shadow:2px 3px 2px 2px #ccc;
border-radius: 3px;
}

.site-header h1.logo {
    padding: 10px 0 5px;
}


body.boxed .body {
margin: 0 auto;
}

.table-bordered {
background-color:#fff;
}