
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


body{
	background-color: rgb(241,241,241);
}


div{
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
a{
	color: #000;
}

.card-img-top{
  border-radius: 0px;
}

.no-padding{
	padding: 0;
}
.inner{
	border: 1px solid #ccc;
	height: 100%;
	background: #FFF;
}

.block{
	height: calc(0px + 255px);
	margin-top: 30px;
}

.doubleblock{
	height: 540px;
	margin-top: 30px;
}
