.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

h1 {
    font-weight: bold; 
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

.inner {
    overflow: hidden;
}

.jumbotron h1 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.jumbotron .lead {
    font-size: 20px;
    line-height: 27px;
}

.container-fluid::before, .container-fluid::after {
    display: table;
    content: "";
}

.container-fluid::before, .container-fluid::after {
    clear: both;
  }

body {
    padding-top: 40px;
}

.footer p {
    font-size: 10px;
}

article h1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

article footer {
    font-size: 10px;
    text-align: right;
    border: 0px;
}

#mauthors {
    margin-top: 15px;
}
#validated .user {
    border: solid black 3px;
    padding: 5px;
    margin: 3px;
    background: #96F2B2;
}

.tabs li span {
    padding: 0 15px;
    margin-right: 2px;
    line-height: 36px;
}

.metainfo {
    font-size: small;
    font-style: italic;
    color: #808080;
    text-align: right;
}

.reviewcomment {
    border-left: solid #808080 3px;
    padding-left: 10px;
}


.centered {
    text-align: center;
}

.nobullet {
    list-style-type: none;
}

#username-formset > li {
    margin: 10px;
}

#username-formset > li > input {
    margin-right: 10px;
}

.biginterligne > li {
    margin: 10px;
}
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  width: 100%;
}

.navbar.fixed-top {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-dark {
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    /*! background-image: -webkit-linear-gradient(top, #333333, #222222); */
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.form-check {
    justify-content: left !important;
}

.col label {
    justify-content: left !important;
}

.nav {
    margin-bottom: 18px;
}

/* fix espacement navbar */
.navbar .nav > li > a {
    padding: 10px 8px 11px;
}

/* borderless table */
.borderless td, .borderless th {
    border: none;
}

/* margin-less */
.marginless {
    margin: 0px;
}

.text-info {
    color: #17a2b8 !important;
}

.container-striped .row-striped:nth-child(2n+1) {
  background-color: #f9f9f9;
}

.container-striped .row-striped {
  border-top: 1px solid #dddddd;
}

a {
  color: #0088cc;
}

.strike {
  text-decoration: line-through;
}

.tt {
  font-family: monospace;
}

.nav-link {
    display: block;
    padding: .5rem .5rem;
}
