/* SHARE SEARCH ***************************************************************/

.lookup-table ul li.sector-heading {
	font-weight: bold;
	color: #255680;
	font-size: 1.3em;
	border: none;
}

.lookup-form {
	background: #255680;
	padding: 0.8em 0.5em;
	color: #fff;
}

.lookup-form form.row {
	margin-bottom: 0;
}

.lookup-form .btn {
	padding-left: 0.2em;
	padding-right: 0.2em;
	width: 100%;
}

.lookup-table ul {
	list-style: none;
	padding: 0;
}

.lookup-table ul li {
	border: 1px solid #eee;
	border-bottom: none;
	padding: 0.2em;
}

.lookup-table ul li:last-child {
	border-bottom: 1px solid #eee;
}

.livemoves-instructions {
	margin: 2em 0;
	font-weight: bold;
}

/* SHARES FOUND ****************************************************************/

.sharesfound-table.table {
	
}

.sharesfound-table > thead th:first-child {
    position: absolute;
    display: inline-block;
	background: #fff;
	width: 9em !important;
	border-right: 1px solid #eee;
}

.sharesfound-table > tbody > tr > td:first-child {
    position: absolute;
    display: inline-block;
	background: #fff;
	width: 9em !important;
	border-right: 1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
}

.sharesfound-table > thead:first-child > tr:first-child > th:nth-child(2) {
    padding-left: 10em !important;
}

.sharesfound-table > tbody > tr > td:nth-child(2) {
    padding-left: 10em !important;
}

.name-col {
	width: 25% !important;
}

/* SM ***/
@media screen and (min-width: 576px) {
	
}

/* MD ***/
@media screen and (min-width: 768px) {
	.name-col {
		width: 20% !important;
	}
	
}




/* LG ***/
@media screen and (min-width: 992px) {


	

}


/* XL ***/
@media screen and (min-width: 1200px) {
	

	
}

/* TINY ***/
@media screen and (max-width: 320px) {
}