/*Write your custom css in this file.*/

.mw100p {
    max-width: 70%;
}
.dashboard-image {
	max-width: 100%;
}
.mt20 {
	display: none;
	}
.mt5 {
	margin-top: 15px;
}
@font-face {
  font-family: RedHat;
  src: url(fonts/RedHat/RedHatDisplay-Regular.woff);
}
@font-face {
  font-family: URCSANS;
  src: url(fonts/URC/URC-Sans-New.woff);
}
@font-face {
  font-family: URCHAND;
  src: url(fonts/URC/URC-Hand.woff);
}
.body, body {
	font-family: RedHat;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: URCSANS;
}
.console-container {
  font-family: URCSANS;
  font-size:40px;
  text-align:left;
}
.console-underscore {
  display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}
.hand {
	font-family: URCHAND;
}