/*
** HTML elements
*/
fieldset {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/**CONSENT**/

#consent {border:1px solid #ccc;padding:15px;margin-bottom: 2em;}
#consent p {line-height:15px;padding-bottom:15px;}
.consent-item {padding:5px 5px 10px 0;}
#options {border: 1px solid #ccc;background-color: #f1f1f1;padding: 8px;}
#disagree {display:none;
    border:2px solid #ccc; /**THIS BORDER COLOR CAN BE CHANGED TO HIGHLIGHT COLOR OR SITE**/
    width:94%;padding:10px;background-color:#fff;}
