textarea {
    resize: vertical !important;
}

div.dt-buttons {
    float: right;
    margin-bottom: 20px;
}

div.dataTables_filter {
    float: left;
}

.btn-form {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 110px;
}

#map_canvas {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.dataTables_wrapper iframe {
    max-height: 200px;
    max-width: 360px;
}

/* Cookie Consent */

.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1em;
    font-size: 0.9em;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*background: #fff2e0;*/
    background: white;
    text-align: center;
}

.cookie-consent__message {
    display: inline-block;
    /*color: #d98e00;*/
    color: #3c8dbc;
}

.cookie-consent__message p {
    margin: 0;
}

.cookie-consent__agree {
    font-weight: bold;
    margin: 0 1em;
    padding: .5em 1em;
    /*color: #fff2e0;*/
    color: white;
    /*background-color: #d98e00;*/
    background-color: #3c8dbc;
    border: 0 #367fa9;
    /*border-radius: 3px;*/
    box-shadow: 0 2px 5px rgba(217, 142, 0, 0.15);
}

.cookie-consent__agree:hover {
    /*background-color: #734d00;*/
    background-color: #367fa9;;
}

.cookie-consent__agree:active {
    top: 1px;
}