.jqplot-point-label {
  border: 1.5px solid #aaaaaa;
  padding: 1px 3px;
  background-color: #eeccdd;
}
/* form validation */
.error{
	/*float: left;*/
	color: red;
	padding-top: .5em;
	vertical-align: top;
	font-weight:bold
}
.success{
	/*float: left;*/
	color: green;
	padding-top: .5em;
	vertical-align: top;
	font-weight:bold
}

.ui-btn-text-error{
	color: red;
}


.ui-header .ui-title, .ui-footer .ui-title {
    margin: 0.6em 0 0.8em;
}


.ui-collapsible-content {
    border-left-width: 0px;
    border-right-width: 0px;
    margin: 0;
}
.ui-listview > .ui-li-static, .ui-listview > .ui-li-divider, .ui-listview > li > a.ui-btn {
    white-space: normal;
}
.right{text-align:right;}

/*@media all and (max-width: 30em) {
	.my-breakpoint .ui-block-a, 
	.my-breakpoint .ui-block-b, 
	.my-breakpoint .ui-block-c,
	.my-breakpoint .ui-block-d,
	.my-breakpoint .ui-block-e { 
		width: 100%; 
		float:none; 
	}
}*/
/*@media all and (min-width: 75em) {
	.my-breakpoint.ui-grid-b .ui-block-a { width: 33%; }
	.my-breakpoint.ui-grid-b .ui-block-b, 
	.my-breakpoint.ui-grid-b .ui-block-c { width: 33%; }
	.my-breakpoint.ui-grid-b .ui-block-a { clear: left; }
}*/


@media ( min-width: 30em ) {
	/* Show the table header rows and set all cells to display: table-cell */ 
	.market-breakpoint td,
	.market-breakpoint th,
	.market-breakpoint tbody th,
	.market-breakpoint tbody td,
	.market-breakpoint thead td,
	.market-breakpoint thead th {
		display: table-cell;
		margin: 0;
	}
	/* Hide the labels in each cell */ 
	.market-breakpoint td .ui-table-cell-label,
	.market-breakpoint th .ui-table-cell-label { 
		display: none;
	}
}
@media ( min-width: 40em ) {
	/* Show the table header rows and set all cells to display: table-cell */ 
	.sharelist-breakpoint td,
	.sharelist-breakpoint th,
	.sharelist-breakpoint tbody th,
	.sharelist-breakpoint tbody td,
	.sharelist-breakpoint thead td,
	.sharelist-breakpoint thead th {
		display: table-cell;
		margin: 0;
	}
	/* Hide the labels in each cell */ 
	.sharelist-breakpoint td .ui-table-cell-label,
	.sharelist-breakpoint th .ui-table-cell-label { 
		display: none;
	}
}
