/*
	COOKIE BAR
*/

/*
.mwd-bottom-space { margin-bottom: 140px; }
@media (min-width: 768px) { .mwd-bottom-space { margin-bottom: 110px;} }
.mwd-top-space { margin-top: -115px; }
@media (max-width: 992px) { .mwd-top-space { margin-top: 0; } }
*/

.mwd-bar {
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 20px 0;
  background: #75787b;
  color: white;
  position: fixed;
  z-index: 10000;
}
.mwd-bar .info {
  letter-spacing: normal;
}
.mwd-bar .action {
  margin-top: 18px;
}
.mwd-bar .btn {
  padding: 4px 17px;
  color: #75787b;
  background: white;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 0;
}
.mwd-bar .btn:hover {
  cursor: pointer;
  background: #c6cbd3;
  text-decoration: none;
  color: white;
}
.mwd-bar a {
  color: white;
}
.mwd-bar a:hover {
  text-decoration: underline;
}


.mbtn {
  background: white;
  color: #75787b !important;
  padding: 5px 8px;
  border-radius: 5px;
  margin-right: 5px;
}

.mbtn:hover {
  background: #333;
  color: white !important;
  cursor: pointer;
  text-decoration: none !important;
}
