
*{
	font-family: 'Roboto', sans-serif;
	text-shadow:none;
	/*transition: all 0.5s ease-in-out;*/
}
div.ui-header{
	background-color:#009688 !important;
	color:#FFFFFF !important;
	border:0;
	font-size:1.2em;
	padding-top:10px; /* iOS header */
	box-shadow:0 4px 4px #ddd;
}
div.caseStudyPage div.ui-header{
	box-shadow:none;
}
div.ui-header .ui-title{
	margin:0 5%;
}

h1.ui-title{
	text-shadow:none;
}
::selection {
  background: #A7FFEB; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #A7FFEB; /* Gecko Browsers */
}
a.button{
	display: inline-block;
	width: 30%;
	padding: 7px 5px;
	margin: 0 3%;
	background-color: #009688;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), 0 5px 7px rgba(0,0,0,0.2);
	border-radius:4px;
}
div.buttonContainer{
	margin:20px 0;
	text-align: center;
}
img.panel{
	margin-left:20px;
	margin-top:20px;
}
#panel-left img{
	height:48px;
	width:48px;
}
.indexMenu{
	margin: 30% 10%;
}
.indexMenu img{
	width:40%;
	margin:0 4%;
}