/*---------------------------------------------- GLOBAL SETTINGS */

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	height: 100%;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	/*font-size: .75em;*/
}

/*---------------------------------------------------- FORMATTING */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.6em; padding: 0 0 8px 0;
}

h2 {
	font-size: 1.5em; padding: 0 0 8px 0;
}

h3 {
	font-size: 1.4em; padding: 0 0 6px 0;
}

h4 {
	font-size: 1.3em; padding: 0 0 5px 0;
}

h4 {
	font-size: 1.2em; padding: 0 0 4px 0;
}

h6 {
	font-size: 1.1em; padding: 0 0 2px 0;
}

p, ul, ol {
	font-size: 100%; line-height: 1.15em;
}


/*a {*/
/*	color: #000000; text-decoration: underline ;*/
/*}*/

/*a:hover {*/
/*	color: #40ce1a; text-decoration: underline;*/
/*}*/

/*------------------------------------------------------ LAYOUT */

body {
	background-color: #f1f1f1;
}
header {
	background:  #f1f1f1;
	height: 85px;
	position: fixed;
	width: 100%;
	z-index: 3010;
}
	header.shadow {
		box-shadow: 0 3px 3px 0 rgba(0,0,0, .25);
			}
	header .center {
		width: 960px;
		margin: 0 auto;
		position: relative;
		height: 85px;
	}
section#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 95px;
}
a.logo {
	display: block;
	width: 100px;
	height: 15px;
	text-indent: -9999em;
	position: absolute;
	top: 15px;
	left: 0px;
}


/* Make all tables round */
th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

th:last-child {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

th:only-child{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
