body,input,button,select,textarea {
	font:1em/1.5em "Carlito",sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

p {
	font-weight:300;
	padding:0 0 0.8125em 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Roboto",sans-serif;
	font-weight:normal;
	color:#333;
}
h1 {
	font-size:2.125em;
	margin:0.765em 0;
}
h2 {
	font-size:1.9em;
	margin:0.855em 0;
}
h3 {
	font-size:1.7em;
	margin:0.956em 0;
}
h4 {
	font-size:1.4em;
	margin:1.161em 0;
}
h5,h6 {
	font-size:1.313em;
	margin:1.238em 0;
}

ul,ol {
	list-style-position:outside;
	padding:0 3em;
	margin:0 0 1.5em 0;
}
li ul,li ol { margin:0 1.5em; }

a {
	text-decoration:none;
	color:#000;
}

input[type="text"],input[type="password"],select,textarea {
	border:1px solid #ccc;
	max-width:100%;
	width:100%;
}
input[type="file"] {
	background:transparent;
	cursor: pointer;
	width:100%;
}

table {
	border-collapse:collapse;
	margin-bottom:1em;
	width:100%;
}
th { font-weight:bold; }
tr,th,td {
	vertical-align:text-top;
	padding:0.5em 1em 0.5em 1em;
	margin:0;
	height:26px;
}
tfoot { font-style:italic; }

strong { font-weight:bold; }
em { font-style:italic; }
pre,code {
	margin:1.5em 0;
	white-space:pre;
}
pre,code,tt {
	font:1.2em monospace;
	line-height:1.5;
}
tt {
	display:block;
	margin:1.5em 0;
}
hr { margin-bottom:1.5em; }
small { letter-spacing:1px; }
