﻿@charset "utf-8";
/* CSS Document */

/*
    ecosystem_base_reset.css

	This stylesheet contains some resets that serve as a good starting place for branding.
	
	Please only place styles here if they are resets that can be commonly used across all custom branded sites.
    Do not include any styles specifically related to MEDSEEK's default branding.
*/

div, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
a {
	outline: none;
}
a img, :link img, :visited img {
	border: 0;
}

/* Clearfix */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}