﻿/* body {
    padding-top: 0px;
    padding-bottom: 0px;
}
*/
/* Set padding to keep content from hitting the edges */
/* .body-content {
    padding-left: 15px;
    padding-right: 15px;
}
*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/* .dl-horizontal dt {
    white-space: normal;
}
*/
/* Set width on the form input elements since they're 100% wide by default */
/* input,
select,
textarea {
    max-width: 280px;
}
*/

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
}

.cookie-consent button {
    margin-left: 10px;
}
