.cookie-policy.fixed {
    position: fixed;
    bottom: 0;
    z-index: 101;
    display: none;
}

.cookie-policy {
    display: none;
    background-color: #2a2a2a !important;
    margin-left: 2%;
    margin-bottom: 2%;
    width: 285px;
    height: 100px;
    padding: 20px -1px 5px;
    position: fixed;
    bottom: 0;
    z-index: 101;
}

.cookie-policy .container-fluid {
    max-width: 65%;
    margin: 17px;
    padding-right: 15px;
    padding-bottom: 15px;
    line-height: 1;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    box-sizing: border-box;
}

.close_cookie {
    position: relative;
    float: right;
    right: -94px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 35px;
    margin-top: -25px;
}

.close_cookie .agree {
    font-family: 微軟正黑體;
    font-size: 12px;
    opacity: 0.8;
    position: fixed;
    margin-right: 25px;
    margin-top: 22px;
	background-color: #fff;
}

user agent stylesheet
div {
    display: block;
}

.cookie-row {
    margin-right: -15px;
    margin-top: -10px;
    font-size: 17px;
    color: #fff;
    display: block;
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
    width: 105%;
}

.cookie-policy h6 {
    color: #fff;
    font-family: "微軟正黑體";
    font-size: 12px;
    opacity: 1;
    text-align: left;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    padding-top: 2px;
}

.cookie-policy p {
    font-size: 12px;
    font-family: "微軟正黑體";
}

.close_cookie img {
    width: 100%;
}
