/* Add here all your CSS customizations */
.badge {
	border-radius: 0 !important;
}

.badge-primary:hover {
	background-color: #8c8942 !important;
}

.img-thumbnail {
	border-radius: 0 !important;
}

.text-custom {
	color: #d5d047 !important;
	font-weight: bold;
	font-size: 1.4em;
}

.li-custom {
	border: 1px solid #ccc;
	padding: 10px;
}

.form-control-custom {
	border-radius: 0 !important;
}

.btn-primary {
	border-radius: 0 !important;
}

p {
	color: #000 !important;
}