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

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

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

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%;
}
