@font-face {
  font-family: roboto;
  src: url(Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(Roboto-Bold.ttf);
}

.txt {
	font-family: roboto;
	font-size: 14px;
	text-align: center;
	vertical-align:center;
}

.txt1 {
	font-family: roboto;
	font-size: 14px;
	text-align: center;
	vertical-align:center;
	color: #ef7a2f;
}

.title {
	font-family: roboto-bold;
	font-size: 16px;
}

