/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.fsize09em {
    font-size: .9em;
}

#googlemap {
    width: 100%;
    height: 200px;
    border: 0;
}

table#cookietable {
    border-collapse: collapse;
}

    table#cookietable, table#cookietable th, table#cookietable td {
        border: 1px solid #ccc;
    }

        table#cookietable td {
            padding: .5rem;
        }

        table#cookietable a {
            text-decoration: underline;
        }

#cookiepop[data-status="off"] {
    display: none;
}

#cookiepop {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 10px -10px 5px rgba(0, 0, 0, .06);
}

    #cookiepop > div {
        display: table;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

        #cookiepop > div > div {
            display: table-cell;
            font-size: 12px;
        }

            #cookiepop > div > div > a {
                text-decoration: underline;
            }

            #cookiepop > div > div > span {
                display: block;
                margin-top: 10px;
            }

                #cookiepop > div > div > span > a {
                    cursor: pointer;
                    color: #fff;
                    padding: .2rem 1.5rem;
                    border-radius: .2rem;
                }

                    #cookiepop > div > div > span > a[data-type="accept"] {
                        background-color: #05ba1c;
                    }

                    #cookiepop > div > div > span > a[data-type="cancel"] {
                        background-color: #ff0000;
                    }
