#cookie {
    text-align: left;
}

#cookie p, #cookie a {
    font-size: 14px;
}

#cookie a {
    text-decoration: underline;
}

#cookie p {
    margin: 0;
    margin-left: 5px;
}

#cookie button {
   	background-color: #f55e03;
	color: #fff;
	border: none;
	padding: 5px 15px;
	font-size: 13px;
	border-radius: 5px;
}

#cookie button:hover {
    background-color: #ff711c;
}
