
.CookieContainer {
    width: 100%;
    position: fixed;
    z-index: 1010101001;
    left: 0;
    top: 0;
}
.alert {
    padding: 1em 2em;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.alert-info {
    color: #31708f;
    background-color: rgba(217,237,247,.9);
    border-color: #bce8f1;
}

.CookieContainer strong {
    font-weight: 700;
}	
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
    cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}