body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    background-color: #fff;
    background-repeat: repeat-x;
    background-position-y:10px;
}

.header {
    font-size: 32px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    text-align: center;
    margin-bottom: 10px;
    background-color:white;
}

.twp-footer {
    padding:15px;
    background-color: #424242;
    color:white;
}

#footer {
    font-size: 16px;
    color: #eeeeee;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    text-align: center;
    background-color: #424242;
}
.twp-main-outer {
    border: solid 1px #505961 !important;
}

.xtwp-main-inner {
    border: solid 1px #505961 !important;
}

.navbar {
    border: solid 1px #505961 !important;
}

.navbar-brand {font-size:19px; line-height:35px;}

/* remove the padding when small */
@media only screen and (max-width: 600px) {
    .container { padding:0;}
}

@media only screen and (max-width: 767px) {
    body { background-position-y:-48px; }
}