@import url("elements.css");
@import url("datechooser.css");
@import url("layout.css");

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
 
.block { display: block; }
.mini { font-size: .8em; }
.ok { color: Green; }
.ko { color: Red; }
.auto { margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.right { text-align: right; }
.floatleft { float: left; }
.floatright { float: right; }
.accessibility { display: none !important; }
.bold, .strong { font-weight: bold; }
.clear { clear: both; }
.visibleblock { display: block; visibility: visible; }
.autowidth { width: auto; }
.nowrap { white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.nolist, .nolist li { list-style: none; margin: 0 !important; padding: 0 !important; }
