/*
	Plugin Name: TMS Media - Cookie Consent
	Description: This plugin creates a cookie policy page in WordPress and shows a notification on the front end of the website informing the user that cookies are in use.
	Version: 1.0.3
	Plugin URI: http://tms-media.co.uk
	Author: Christopher Hill	
	Author URI: http://www.chillwebdesigns.co.uk
	License: GPL2	
*/

.tms-cookies-consent{
	position:fixed;
	bottom:0 !important;
	height:auto;
	width:100%;
	text-align:center;
	padding:20px;
	z-index: 10001;
	}
.tms-cc-left-side{
	font-size:14px;
	}
.tms-cc-right-side button{
	color:#fff;
	padding:5px 8px;
	border:0;
	margin:0 10px;
	font-size:12px;
	border-radius:5px;
	}
.tms-cc-right-side button:hover{
	color:#fff;
	padding:5px 8px;
	border:0;
	margin:0 10px;
	font-size:12px;
	border-radius:5px;
	}