/*
 *  Copyright 2014 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
 .cookiebanner
 {    
 	position: fixed;
 	top : 0px;
 	/*bottom: 0px;*/
    left: 0px;
    width: 100%;
    height: auto;
    display: block;
    z-index: 99999;
    padding: 15px;        
 	
    -khtml-opacity: 0.9;
  	-moz-opacity: 0.9;
 	-ms-filter: "alpha(opacity=90)";
	filter: alpha(opacity=90);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
 	opacity: 0.9;
    color: rgb(255, 255, 255);
    background-color: #1f1f1f;/*rgb(32, 35, 40);*/
 	
    text-align: center;    
    font-family: "Open Sans", Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
}

.cookiebanner .cookiebanner-info,
.cookiebanner .cookiebanner-buttons {
    display:inline;    
}

.cookiebanner-info {
	margin-right : 30px;
}

.cookiebanner-buttons a
{
    display:inline;    
    padding: 3px 6px;
    margin: 0px 5px;
    border: 1px solid #cecece;
    color: #686868;
    font-family: "Open Sans", Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    background: #fff;  
    text-decoration: none;  
    -moz-border-radius:6px;
  	-webkit-border-radius:6px;
  	border-radius:6px;
}