@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(Ubuntu-local.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(Ubuntu-local.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(Ubuntu-local.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
}

#stock_ticker_tbl td{
	padding: 2px;
}

#reset_scroller:hover{
	cursor: pointer;
}

.container {
	/*width: 320px;*/
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.row {
	margin: 0;
}

.powered_by {
	
}

.col-md-12, .col-md-10, .col-md-2 {
	padding: 0 !important;
	margin: 0 !important;
}

.holder {
	background-color: #ffffff;
	/*width: 330px;*/
	width: 100%;
	height: 450px;
	overflow: hidden;
	padding: 0px;
	margin: 0;
	margin-top: 5px;
}

.holder .mask {
	position: relative;
	left: 0px;
	top: 10px;
	/*width: 330px;*/
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.holder ul li {
	padding: 3px 0px;
}

.holder ul li a {
	color: darkred;
	text-decoration: none;
}

.holder table {
	margin: 0;
	padding: 0;
	position: relative;
}

#ticker01 tr:hover {
	background-color: #b8d1f3;
	cursor: default;
}

#ticker01 tr:hover td {
	background-color: #b8d1f3;
	cursor: default;
}

.holder-btns {
	width: 300px;
	padding: 10px;
	margin: 0;
}

#search_field {
	display: block;
	width: 300px;
	margin: 0;
	margin-top: 10px;
}

.findElement {
	background-color: yellow;
}

#ticker01 tr {
	display: table-row;
}

#ticker01 td {
	height: 15px;
	max-height: 15px;
}
