/* @override http://ipad.hjalpmedelscenter.se/css/standard.css */

body, h1, h2, h3, h4, h5, h6, p {
	}
	
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32;
	}
	
h3 {
	font-size: 20;
	}
	
p {
	font-family: 'Domine', serif;
	font-size: 16;
	}	
	
div.button a {	
	cursor:pointer;
	display:inline-block;
	text-decoration:none!important;
	padding: 15px 30px;
	font-size:120%;
	line-height:20px;
	border-radius:4px;
	background-color:#f57f4b;
	color:#f7f7f7!important ;
	font-family: 'Domine', serif;
	margin-bottom: 30px;
	width: 500px;
}		

div.hr {
	width: 70%;
	height: 1px;
	margin: auto;
	border-top: 1px solid silver;
}