#app {
	padding-top: 40px;
}

.pointer {
	cursor: pointer;
}

.lowlight {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	margin-top: 5px;
}

.dashboard h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}

.dashboard .button-group {
    margin-bottom: 8px;
}

.load-hold {
	width: 100%;
	text-align: center;
}

td.button-cell {
	width: 110px;
}

td.button-cell-small {
	width: 80px;
}

label span {
	display: block;
	font-weight: lighter;
}

td h1 {
	font-size: 16px;
	margin-bottom: 4px;
	color: #888;
}

h1.header {
	margin-top: 10px !important;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.alertify-notifier .ajs-message.ajs-success {
	text-shadow: none !important;
}

.cap {
	text-transform: capitalize;
}

.upper {
	text-transform: uppercase;
}

.aright {
	text-align: right;
}

.item-shade {
	background: #eee !important;
}

.grey {
	background: #F9FAFB;
}

.cover-thumb {
	width: 70%;
}

.fullwidth {
	width: 100%;
}