html {
	overflow-y: scroll;
}
/* to fix IE scroll issues */
body {
	overflow-y: auto;
}

.account_form {
	max-width: 500px;
}

.sidebar_box {
	max-width: 500px;
}

dd {
	padding-left: 15px;
	margin-bottom: 15px;
}

.fa-check {
	color: forestgreen;
}

.fa-times {
	color: firebrick;
}

.fa-exclamation {
    color: #e69500
}
