html,body
{
    background-color:#eee;
}
.container > footer p
{
    text-align:center;
}
.breadcrumb
{
    margin:0 -20px 18px;
    padding:7px 20px;   
}
.appcontent
{
    background-color:#fff;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.15);
    box-shadow:0 1px 2px rgba(0,0,0,.15);
    margin:0 -20px;padding:20px;
}
.page-header
{
    background-color:#f5f5f5;
    margin:-20px -20px 20px;
    padding:20px 20px 10px;
}
.topbar .btn
{
    border:0;
}
.footer
{
    background-color:#eee;
    min-width:940px;
    margin-top:30px;
    text-shadow:0 1px 0 #fff;
    border-top:1px solid #e5e5e5;
    -webkit-box-shadow:inset 0 5px 15px rgba(0,0,0,.025);
    -moz-box-shadow:inset 0 5px 15px rgba(0,0,0,.025);
    box-shadow:inset 0 5px 15px rgba(0,0,0,.025);
    padding:30px 0;
}
.footer p
{
    color:#555;
    text-align:center;
    font-size: 0.9em;
}