body {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.625;
}

blockquote{
	color: #333;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
    .hide-mobile{ display:none; }
    .border-right{border-right-color:transparent;}
}