@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#container {
	position: relative;
	width: 300px;
	height: 50px;
	background: #000;
}

#bg,
#final {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  height: 12px;
  overflow: hidden;
}

#disclaimer1 {
  position: absolute;
	top: 1px;
	left: 300px;
	color: #fff;
	font-family: 'RobotoRegular', sans-serif;
  font-size: 5px;
	line-height: 11px;
  white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
  font-size: 100% !important;
}
