body {
    padding-top: 70px;
}
.no-fixed-nav body {
    padding-top: 0px;
}
.no-fixed-nav body > .container:first-child {
    margin-bottom: 5%;
    width: 100%;
    height: 252px;
    background-color: #2c3e50;
}
.no-fixed-nav body > .container:first-child h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.no-fixed-nav #footer {
    margin-top: 10%;
}
/*
#login-container {
    margin-top: 10%;
}
*/
.no-fixed-nav .glyphicon,
.navbar .glyphicon {
    margin-right: 4px;
    margin-bottom: 3px;
    vertical-align: bottom;
}
.navbar .caret {
    margin-top: -2px;
    margin-left: 6px;
}
#navbar-link-home {
    padding-top: 4px;
    padding-bottom: 0;
}
body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#because {
    margin-top: 4em;
}

.table-responsive th,
.table-responsive td {
    white-space: pre;
}
.table-responsive .button-td {
    white-space: normal;
}

#footer {
    border-top: 1px solid #f5f5f5;
    padding-top: 16px;
    padding-bottom: 16px;
}