#cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #F6F6F6;
    padding: 15px;
    display: none;
    text-align: center;
}

    #cookie-bar h1 {
        margin-top: 0;
        font-size: 20px;
        font-weight: bold;
        color: #5D5549;
        font-family: Source Sans Pro,sans-serif;
    }

    #cookie-bar p {
        color: #5D5549;
        font-size: 18px;
        display:block;
        font-family: Source Sans Pro,sans-serif;
        font-weight: 300;
    }

    #cookie-bar .buttons {
        display: inline-block;
    }


        #cookie-bar .buttons input[type="submit"] {
            margin-right: 5px;
            background-color: #595959;
            border: 0;
            padding: 6px 12px;
            font-weight: bold;
            color: #fff;
            font-size:18px;
            font-family: Source Sans Pro,sans-serif;
            text-transform: none;
        }

        #cookie-bar  #consent-submit {
            float:right;
        }

            #cookie-bar #consent-submit + a {
                float: right;
                margin-right: 15px;
                position: relative;
                top: 4px;
            }

            @media screen and (min-width:1200px){
                #cookie-bar p {
                    max-width: 970px;
                    margin: 0 auto 10px auto;
                }
            }