body {
    background-color: #505050;
    color:            white;
    font-family:      sans-serif;
    font-size:        90%;
    margin:           0px;
    padding:          0px;
}

a {
    color:           #337AB7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    width:         70px;
    height:        35px;
    border:        1px solid #CCC;
    border-radius: 5px;
}

dt {
    float:       left;
    font-weight: bold;
    text-align:  right;
    width:       150px;
}

dd {
    margin-left: 170px;
}

dd:after {
    content:     ' ';
    white-space: pre;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:   500;
    margin-top:    20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 240%;
}
h2 {
    font-size: 200%;
}
h3 {
    font-size: 160%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 90%;
}
h6 {
    font-size: 80%;
}

hr {
    border: none;
    border-top: 1px solid #EEE;
}

input, select {
    color:      black;
    margin-top: 5px;
}

input {
    width:         90%;
    height:        20px;
    padding:       5px;
    border:        1px solid #CCC;
    border-radius: 5px;
}

input:focus {
    border: 2px solid #66AFE9;
}

label {
    font-size:   100%;
    font-weight: bold;
}

table {
    width: 100%;
}

td, th {
    border-bottom: 2px solid #DDD;
}

th {
    text-align: left;
}

.body_content {
    margin-left:  auto;
    margin-right: auto;
    width:        70%;
}

.form {
    padding-top:    10px;
    padding-bottom: 10px;
}

.form_group {
    margin-bottom: 15px;
}

.jumbotron {
    background-color: #EEE;
    color:            black;
    border-radius:    5px;
    margin-bottom:    20px;
    padding:          30px;
}

.jumbotron p {
    font-size:   120%;
}

.navbar {
    background-color: #222;
}

.navbar_content {
    width:        70%;
    margin-left:  auto;
    margin-right: auto;
}

.navbar ul {
    height:          50px;
    list-style-type: none;
    overflow:        hidden;
    margin:          0px;
    padding:         0px;
}

.navbar li {
    float:      left;
    height:     50px;
    margin-top: 13px;
}

.navbar li a {
    color:           #9D9D9D;
    margin-right:    30px;
    vertical-align:  middle;
}

.navbar_brand {
    font-size: 125%;
}

.navbar li a:hover {
    color:           white;
    text-decoration: none;
}
