.centered {
	position: fixed;
	/* or absolute */
	top: 50%;
	left: 50%;
}

.shadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0px 10px 5px 0px rgba(179, 97, 21, 0.5) !important;
}

.alias.cursor {
	cursor: alias;
}

.all-scroll.cursor {
	cursor: all-scroll;
}

.auto.cursor {
	cursor: auto;
}

.cell.cursor {
	cursor: cell;
}

.context-menu.cursor {
	cursor: context-menu;
}

.col-resize.cursor {
	cursor: col-resize;
}

.copy.cursor {
	cursor: copy;
}

.crosshair.cursor {
	cursor: crosshair;
}

.default.cursor {
	cursor: default;
}

.e-resiz.cursor {
	cursor: e-resize;
}

.ew-resize.cursor {
	cursor: ew-resize;
}

.grab.cursor {
	cursor: -webkit-grab;
	cursor: grab;
}

.grabbing.cursor {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.help.cursor {
	cursor: help;
}

.move.cursor {
	cursor: move;
}

.n-resize.cursor {
	cursor: n-resize;
}

.ne-resize.cursor {
	cursor: ne-resize;
}

.nesw-resize.cursor {
	cursor: nesw-resize;
}

.ns-resize.cursor {
	cursor: ns-resize;
}

.nw-resize.cursor {
	cursor: nw-resize;
}

.nwse-resize.cursor {
	cursor: nwse-resize;
}

.no-drop.cursor {
	cursor: no-drop;
}

.no.cursor {
	cursor: none;
}

.not-allowed.cursor {
	cursor: not-allowed;
}

.hand.cursor {
	cursor: pointer;
}

.pointer.cursor {
	cursor: pointer;
}

.progress.cursor {
	cursor: progress;
}

.row-resize.cursor {
	cursor: row-resize;
}

.s-resize.cursor {
	cursor: s-resize;
}

.se-resize.cursor {
	cursor: se-resize;
}

.sw-resize.cursor {
	cursor: sw-resize;
}

.text.cursor {
	cursor: text;
}

.url.cursor {
	cursor: url(myBall.cur), auto;
}

.w-resize.cursor {
	cursor: w-resize;
}

.wait.cursor {
	cursor: wait;
}

.zoom-in.cursor {
	cursor: zoom-in;
}

.zoom-out.cursor {
	cursor: zoom-out;
}