﻿#cookieMask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    background: #EBF0F5;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
}

    #cookieMask .content {
        margin: 20px 30px 20px 43px;
    }

        #cookieMask .content span, #cookieMask .content a {
            color: #000;
            font-size:12px;
        }

        #cookieMask .content a {
            font-weight: 800;
        }

            #cookieMask .content a.rule {
                text-decoration: underline;
            }

        #cookieMask .content .agree {
            float: right;
            display: inline-block;
            color: #2387AA;
            background-color: #fff;
            border-color: #2387AA !important;
            padding: 3px 11px;
            font-size: 12px;
            line-height: 1.3333333;
            border-radius: 0;
            margin-bottom: 0;
            text-align: center;
            vertical-align: middle;
            touch-action: manipulation;
            cursor: pointer;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
            user-select: none;
        }

            #cookieMask .content .agree:hover {
                border-color: #005578;
                background: #005578;
                color: #FFFFFF;
            }
