
.drt-myfunds .customSelectBox {
	visibility: hidden;
}

.drt-myfunds .paginate .asOf {
	display: none;
}

.drt-myfunds .my_bookmarks_table.thead {
	margin-top: -39px;
}

.drt-myfunds tbody td{
	padding: 4px 10px;
}

.drt-myfunds .my_bookmarks_table th .currency {
	display: none;
}

.drt-myfunds .my_bookmarks_table th.assetClass {
	padding-left: 0;
}

.drt-myfunds .my_bookmarks_table th {
	width: 20%;
	text-align: left;
}

.drt-myfunds .my_bookmarks_table th.fundName {
	padding-left: 10px;
	width: 60%;
	text-align: left;
}

.drt-myfunds .my_bookmarks_table th.fundPrice, 
.drt-myfunds .my_bookmarks_table th.dailyChangeAmt,
.drt-myfunds .my_bookmarks_table th.dailyChangePct,
.drt-myfunds .my_bookmarks_table th.removeEntry,
.drt-myfunds .my_bookmarks_table td.fundPrice, 
.drt-myfunds .my_bookmarks_table td.dailyChangeAmt,
.drt-myfunds .my_bookmarks_table td.dailyChangePct,
.drt-myfunds .my_bookmarks_table td.removeEntry {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.drt-myfunds .my_bookmarks_table tbody.noResult {
	border-bottom: none;
}

.drt-myfunds .my_bookmarks_table td.noResult {
	font-size: 14px;
	line-height: 1.4;
	padding: 50px 40px 0;
	background-color: white;
	text-align: center;
}

.drt-myfunds .my_bookmarks_table th.dailyChangePct,
.drt-myfunds .my_bookmarks_table td.dailyChangePct {
	padding-right: 10px;
	width: 10%;
}

.drt-myfunds .my_bookmarks_table .shortMessage {
	display: inline-block;
}

.drt-myfunds .my_bookmarks_table .longMessage {
	display: none;
}

@media screen and (min-width: 480px) {
	.drt-myfunds .my_bookmarks_table th.fundName{
		padding-left: 10px;
	}
}


@media screen and (min-width: 768px) {
	.drt-myfunds .my_bookmarks_table th .currency {
		display: inline-block;
	}
	.drt-myfunds .my_bookmarks_table .shortMessage {
		display: none;
	}
	.drt-myfunds .my_bookmarks_table .longMessage {
		display: inline-block;
	}
	.drt-myfunds.active{
		height:340px;
		margin-bottom:50px;
	}
}

@media screen and (min-width: 835px) {
	.drt-myfunds .customSelectBox {
		visibility: visible;
		margin-left: 15px;
	}
	.drt-myfunds .my_bookmarks_table.myFirmFocus th.fundName{
		opacity:0;
	}
	.drt-myfunds select.customSelectBox {
		margin-left: 0;
	}
	.drt-myfunds .dropdown-select {
		margin-left: 0;
	}
	.drt-myfunds .paginate a {
		display: none;
	}
	.drt-myfunds .paginate .asOf {
		display: block;
	}
	.drt-myfunds .paginate{
		height: 50px;
		background: #f6f6f6;
		line-height: 36px;
		font-size: 13px;
	}
	.drt-myfunds .paginate .drt-asof{
		text-align: center;
		line-height: 38px;
		font-size: 12px;
		display: block;
	}
}

@media screen and (min-width: 980px) {
	.drt-myfunds .my_bookmarks_table .noResult {
		padding-left: 45px;
	}
}