 h3 {
       font-size:17px;
       font-weight:bold;
    }
	h4 {
       font-size:15px;
	   padding:10px 0 10px 0;
       font-weight:bold;
    }
	.cookie-content {
	    color: #fff;
		width: 500px;
		height: 49px;
		padding-top: 5px 0px;
		background:rgba(0,0,0,0.6);
		background-repeat: repeat;
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 999999;
		font-size: 10px;
		border-top-right-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
	}
	.cookie-image,
	.cookie-text,
	.cookie-info,
	.cookie-yes,
	.cookie-no,
	.cookie-more {
        float:left;
    }
	.cookie-image {
        width:45px;
    }
	.cookie-text {
        width:66%;
		margin-left:10px;
		margin-top:8px;
    }
	.cookie-info {
        width:20%;
		margin-top:8px;
    }
	.cookie-no {
        display:none;
    }
	.cookie-yes,
	.cookie-no,
	.cookie-more	{
        margin-top:8px;
		float:right;
    }
	.cookie-yes a {
        border: 2px solid #fff;
		padding: 5px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		background-color: #389C3D;
		color: #fff;
		font-size: 12px;
    }
	.cookie-yes a:hover {
		background-color: #5db462;
		text-decoration:none;
    }
	.cookie-no a{
        border: 2px solid #fff;
		padding: 5px 9px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		background-color: #ed1c24;
		color: #fff;
		font-size: 12px;
		margin-left: 5px;
    }
	.cookie-no a:hover {
		background-color: #f7454c;
    }
	.cookie-more a{
        border:2px solid #fff;
		padding: 5px 11px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		background-color: #ccc;
		color: #fff;
		font-size: 12px;
		margin-left: 5px;
    }
	@media (max-width: 500px){
		.cookie-content {
			height: 55px;
			width:100% !important;
			border-top-right-radius: 0px;
			-webkit-border-top-right-radius: 0px;
			-moz-border-radius-topright: 0px;
		}
		.cookie-image {
			margin-top: 7px !important;
		}
		.cookie-text {
			width:55% !important;
		}
		.cookie-info {
			width: 27%;
			margin-top:10px;
		}
	}