body{
    padding: 20px;
}

.panel-body{
    background-color: #eee;
    padding: 10px;
}

.help-border{
    border: 2px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}
body{
    background-image: url('/scaffolding/static/img/tweed.png');
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.page-heading h1{
    color: white;
}
.page-heading{
    border-bottom: 0px;
}
.page-heading h1 small{
    color: #bbb;
}
.breadcrumb{
    background-color: #222;
}
body .panel-heading{
    background-image: linear-gradient(to bottom, #9f9f9f 0px, #b4b4b4 100%);
    border: 2px solid #9f9f9f;
}
label{
    margin-top: 10px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select{
    width: 50% !important;
}
table input{
    width: 100% !important;
}
.content{
    margin-bottom: 10px;
    margin-left: 2%;
    width: auto;
}
.panel-title{
    padding: 10px;
    margin: 0;
    font-size: 24px;
    color: inherit;
    background-color: #ccc;
}

.page-header{
    color: #eee;
}

.panel-default{
    border: 2px solid #eee;
    border-radius: 4px;
}

.splash{
    text-align: center;
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}