.cookie-info{
    display: block;
    position: fixed;
    bottom: 0px;
    background-color: #ffffff;
    width: 100%;
    /*height: 10%;*/
    border-top: 1px solid rgba(0,0,0,0.25);
    margin-bottom: -5px;
    padding: 15px 50px 15px;
    z-index: 99999;
    text-align: center;
    /*padding-bottom: 20px;*/
}
.cookie-info .cookie-title{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cookie-info .cookie-msg{
    color: #6D777F;
    font-size: 14px;
    line-height: 19px;
}

.cookie-btn
{
	margin-top:7px;
}

.cookie-btn button
{
	float:none;
	margin-left:5px;
}