body{
	background-color: #e5e5e5;
}

.login-col{
	margin-top: 100px;
}

body .alert.alert-danger{
	margin: 20px 0px;
}

nav.navbar-inverse{
	border-radius: 0px;
}

*[class^="col-"]{
	margin-bottom: 40px;
}

ul.table-actions{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

ul.table-actions > li{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.form-group input[type="checkbox"]{
	position: relative;
	top: 1px;
}

table.table-center *{
	text-align: center;
}

table.table-left *{
	text-align: left;
}

table.course-table tr,
table.course-table th,
table.course-table td{
	border: 0px none !important;
}

.course-panel > .panel-body{
	padding-bottom: 0px !important;
}

ul.pagination{
	margin: 0px;
}

textarea{
	height: 200px !important;
}