.navbar-custom {
	color: white;
	background-color: #EC5136;
}

.navbar-nav li a {
	color: white;
}

.navbar-brand {
	color: white;
}

.color-black {
	color: black;
}

.float-right {
	float: right;
	text-align: right;
}

.float-left {
	float: left;
	text-align: left;`
}

.fa-remove {
	font-size: 20px;
	color: red;
}

.fa-pencil {
	font-size: 20px;
	color: green;
}

.fa-plug {
	font-size: 20px;
	color: blue;
}

