html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 28px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28px;
    background-color: #444444;
    color: #eeeeee;
    font-size: 12px;
}
footer p {
    line-height: 28px;
    margin: 0;
}
footer a {
    color: #ffffff;
    border-bottom: 1px dotted #aaaaaa;
}
footer a:hover {
    text-decoration: none;
    border-bottom-color: #ffffff;
    color: #afd9ff;
}

#results {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 80px;
    padding: 20px;
    display: none;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
}
#results ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
}
#results li {
    margin-top: 20px;
}

#chooser {
    margin-top: 20px;
    display: none;
}
#reminder {
  float: right;
  padding: 0.2rem 0.5rem;
  font-weight: bold
}

.label-warning {
    background-color: #5B84C4;
}

.article {
    padding: 5% 20% 0;
}