@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons&subset=latin-ext');

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color: #424242;
}

body a {
	color: #32475a;
	text-decoration: none;
}


.smr-t {
	line-height: 1.5em !important;

	
}
.rate-value-cell-g {
	padding-bottom: 13px !important;
}

.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.change-up {
	color: #a4c700;
}

.change-down{
	color: #d95200;
}

.change-no {
	color: silver;	
}

.dimv {
	vertical-align: middle;
	display: inline-block;
}

.disclaimer {
	color: gray;
	display: block;
	padding: 1.9em 1em .3em 1em;
	font-size: .89em;
	text-align: center;
	font-weight: 300;
	line-height: 1.3em;
}

.disclaimer .updated-info {
	display: block;
	margin-bottom: 9px;
}

.disclaimer .updated-info b {
	font-weight: 400;
	color: #696969;
}

.disclaimer img {
	height: 20px;	
}
