/* This stylesheet override some default Bootstrap's styling */

body {
	background-color: #ffffff;
}

.container {
  width: auto;
  padding: 0 15px;
}

.container-narrow {
	width: auto;
	max-width: 480px;
}

.btn-mk {
	color: #fff;
	background-color: #d60000;
}

.table {
	background-color: #fff;
}

.table-status td {
	background-color: #fff8e8;
}

.text_asat {
	font-size: small;
	font-weight: normal;
	color: #838383;
}

.link-mk {
	color: #403B39;
	text-decoration: none;
}

.link-mk:hover {
	text-decoration: underline;
}

.card {
	margin-bottom: 0.5em;
}

.card-title {
	border-bottom: 1px dotted #E8E6E6;
	padding-bottom: 0.5em;
	font-size: 1rem;
}
footer {
	width: 100%;
	background-color: red;
	padding: 0;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0;
	line-height: 0;
	font-size: 0;
  }
  
  footer img {
	max-width: 380px;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom !important;
	font-size: 0;
  }
  