body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

form .error input {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

form .error .help-inline {
    color: #B94A48;
}

.providers {
    margin: 5px 0;
    list-style: none;
}

.providers li {
    display: inline;
}

.help-block {
    margin: -10px 0 10px 0;
    font-size: 10px;
    color: #ccc !important;
}

h1 {
    margin-bottom: 20px !important;
}

ul.toc {
	list-style: none;
	padding-left: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

ul.column-rule {
	column-rule: 1px solid LightGray;
}

ul.toc li.toc-section {
	position: relative;
	display: block;
	padding: 0.5rem 1.25rem;
	margin-bottom: -1px;
	break-inside: avoid;
	page-break-inside: avoid;
}

ul.toc-section {
	padding-left: 0;
	list-style: none;
}

ul.toc-section li {
	padding-left: rem;
}

ul.toc-section li.toc-section-title {
	font-weight: bold;
	padding-left: 0;
	padding-bottom: 0.5rem;
}

dl.toc dd {
	break-inside: avoid;
	page-break-inside: avoid;
}

dt {
	page-break-after: avoid;
	break-after: avoid-page;
}

div.gallery a {
	display: block;
	padding: 0rem 0.5rem 0rem 0.5rem;
}

div.gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid LightGray;
}

div.gallery figure {
  text-align: center;
  font-size: smaller;
  padding: 0.25em;
}

p.list-intro {
	margin-bottom: 0;
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
