#cc-bar {
  color: #777;
  min-height: 30px;
  position: fixed;
  right: 10px; 
  bottom: 10px;
  width: 300px;
  z-index: 99999;
  padding:6px 20px 4px;
  background-color: #fafafa;
  text-align:left;
  font-size:0.75em;
  border:1px solid #ccc;
}
#cc-bar a {
    color: #000000;
}
span#cc-buttons {
	display:block;
	margin-top:2px;
	float:right;
}
button#cc-button {
    margin:10px 20px 10px 20px;
    line-height:20px;
    background:none;
    background-color:#eee;
    border:1px dotted #ccc;
    color: #777;
    padding:4px 12px;
    border-radius: 3px;
    cursor: pointer;
}