@import url(https://fonts.googleapis.com/css?family=Roboto:300);

/* List styling */
.featureList, .featureList ul {
font-variant: none;
text-transform: none;
font-style: normal;
font-size: 16px;
line-height: 16px;
margin-left: 25px;
list-style-type: none;
color: #fff;
padding-left: 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.featureList li:before {
position:absolute;
margin-left:-35px;
}
.featureList li.tick:before {
content: '';
display: inline-block;
width:20px;
height:20px;
background-size:20px;
background-image: url(../images/baseline-check-24px.svg);
background-repeat: no-repeat;
margin-right: 10px;
background-position: center center;
vertical-align: middle;
}
.featureList li.cross:before {
	font-size: 1.8em;
	font-family: 'Roboto', sans-serif;
  content: "\2717";
  color: #ffb200;
}