.md-widgets .widgets li .widget-wrapper .widget-data .numbers.thirth2 { float:left; width:66.6666%;}
.md-widgets .widgets li .widget-wrapper .widget-data .numbers .number {text-overflow: ellipsis; overflow: hidden; padding-right: 10px;}
div.ls-queue {display: none; width: 40px; height: 40px; background: #fff; line-height: 40px; text-align: center; cursor: pointer; position: fixed; top: 12px; right: 12px; color: #333; font-size: 15px; z-index: 1001;
			  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.07); -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.07);
			  border-radius: 4px;}
.md-widgets .widgets li .widget-wrapper.production-premium .widget-data .numbers .number {padding-right: 60px;}
.body-left-menu .main-content .mc-content {z-index: 1!important;}
.md-new-quote .review .col-md-6 div.form-control {height: auto!important;}

span.smallLabel {display: block; font-size: 12px; white-space: nowrap;}

.main-header .mh-header .header-link .icon.profile.logged-in.noPhoto {background: #fff; color: #000; padding-top: 3px; text-align: center; font-style:normal;}

.md-widgets .widgets li .widget-wrapper .widget-data .numbers .number {font-size: 27px;}

#filter button.applyFilter,
#filter a.reset {display: block; width: 100%; margin: 0 0 6px 0; text-transform: uppercase; }

@media only screen and (max-width: 799px) {
	div.ls-queue {right: 160px; width: 22px; height: 22px; line-height: 22px; top: 23px; box-shadow: 0; -webkit-box-shadow: 0; background: none; color: #fff; border: 1px solid #fff;}
}

body.offlineMode div.front-end-hp { display: none; }
div.offlineQuote { outline: 1px solid red; }

.md-widgets .widgets li .widget-wrapper .widget-data .table-wrapper,
.md-widgets .widgets .progress-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
}

.md-widgets .widgets li .widget-wrapper .widget-data .table-wrapper table td {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;

}

.md-widgets .widgets li .widget-wrapper .widget-data .table-wrapper table td.no-wrap{
	white-space: nowrap;
}