* {
	outline: none!important;
}

body {
	padding: 20px 0;
	background: #231F1E;
	color: #fff;
	font-family: "Courier";
}

.btn {
	background: #00713A;
	color: #fff;
	border: none;
	text-shadow: none;
	text-decoration: none;
}

.img-responsive {
	margin: 0 auto;
}

a {
	color: #fff;
	text-decoration: none;
}

	a:hover {
		color: #00713A;
	}
	
.modal-sm {
	width: 335px!important;
}	