
#container {
        max-width: 680px;
        margin: auto;
}

#signatories {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
}

.logo-float {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
}

.logo-float img {
        width: 200px;
}

#toplinks {
        float: right;
        margin-top: 1em;
}

h1 {
        display: inline-block;
}

hr {
        margin-top: 10px;
        margin-bottom: 15px;
        border: 1px solid #000;
}

.clear {
        clear: both;
}

.share-buttons img {
        height: 2.2em;
}

#signatories ul {
        list-style: decimal;
        margin: 0;
}

.small-orcid {
        height: 1em;
}

.button-orcid {
        height: 1.25em;
}

html {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em;
}

body, .btn {
        font-size: 16px;
}

.btn-primary {
        background-color: #e65100;
        border-color: #bf4300;
}

.btn-primary:hover {
        background-color: #ff6d00;
        border-color: #bf4300;
}

a {
        color: #e65100;
}

a:hover, a:active, a:focus {
        color: #ff6d00;
}

.well {
        display: inline-block;
}
