* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	color: black;
}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 18px
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

div.centered, div.centered2, div.centered3 {
text-align:center;
display: block;
margin-left: auto;
margin-right: auto;   
}
    
.centered {
  fill: #3798d3;
  stroke: rgba(39, 129, 188, .9);
  stroke-width: .4;
  -webkit-filter: drop-shadow( 5px 4px 2px rgba(0, 0, 0, .3));
  filter: drop-shadow( 5px 4px 2px rgba(0, 0, 0, .3));
}

.centered2 {
  fill: url(#stripes);
  -webkit-filter: drop-shadow( 5px 4px 2px rgba(0, 0, 0, .3));
  filter: drop-shadow( 5px 4px 2px rgba(0, 0, 0, .3));
}

.centered3 {
  fill: #f9f9f9;
  stroke-width: .5;
  stroke: url(#stripes);
}





.icons--gradient .icon {
  stroke-width: 3;
  stroke: url(#stripes);
  }

.icons--gradient2 .icon {
  stroke-width: 3;
  stroke: url(#stripes2);
  }
