﻿.armstrong-cookie-notification .cookie-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.armstrong-cookie-notification .cookie-info {
    padding: 10px 10px 0;
    overflow: hidden;
    flex: 1;
}

    .armstrong-cookie-notification .cookie-info p {
        word-break: break-word;
    }

.armstrong-cookie-notification .cookie-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
    float: right;
}

.armstrong-cookie-notification .cookie-btn-accept {
    border: 1px solid red;
    background-color: #EE3524;
    margin-left: 5px;
}

.armstrong-cookie-notification .cookie-btn-decline {
    border: 1px solid red;
    background-color: transparent !important;
    color: red;
}

.armstrong-cookie-notification {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: white;
}

    .armstrong-cookie-notification .light-colour:hover,
    .armstrong-cookie-notification .fixed-bottom-button {
        width: 50%;
        font-size: 80%;
        white-space: nowrap;
        overflow: hidden;
        outline: none;
    }
