#app-root {
	margin:  0 6.25%;
	margin-top: 100px;
}

#app-root label {
	padding-top: 0;
}

#app-root a.btn {
	display: block;
	margin-right: 0;
}

#app-root .span_4_of_12 ~ .span_4_of_12 {
	margin-top: 25px;
}

#app-root #dialog > section { /* dialog body */
	width: 75.5%;
}

#app-root .commands-section > * {
	margin-bottom: 20px;
}

#app-root .commands-section > *:last-child {
	margin-bottom: 0;
}

#app-root .invalid .input-wrapper::before,
#app-root .valid   .input-wrapper::before {
	top: 11.5px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
