.mbtn {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  letter-spacing: 1px;
  padding:8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mbtn_teal {
    position:fixed !important;
    border-radius: 70px !important;
    background-image: linear-gradient(#01a6c3, #009688) !important;
    background-color: #009688 !important;
    border-color: #009688 !important;
    color:#FFF !important;
    text-align:center !important;
    box-shadow: 2px 2px 3px #999 !important;
    z-index : 1;
}

.mcontainer {
  display:flex;
  flex-flow :row wrap;
  justify-content: space-around;
  align-items: stretch;
}

.mcard {
  margin: 20px 0px 0px 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-width: 330px;
}
.mcard-header img {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;  
  object-fit: cover;
}
.mcard-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px; 
  min-height: 230px;
}
.mcard-body p {
  font-size: 13px;
  margin: 0;  
}
.mcard-footer {
  margin-top: auto;
  display: flex;
  background-color: #d9d9d9;
  justify-content: space-evenly;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  box-sizing: border-box;
  min-width: 100%;
}
.mcard-bodycab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px; 
  min-height: 35px;
  min-width: 100%;
}


.mtag {
  background: #cccccc;
  border: 0;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.mtag-teal {
  background-color: #47bcd4;
}
.mtag-purple {
  background-color: #5e76bf;
}
.mtag-pink {
  background-color: #cd5b9f;
}

.muser {
  display: flex;
  margin-top: auto;
}
.muser img {
  width: 100px;
  height: 60px;
  margin-right: 10px;
}
.muser-info h5 {
  margin: 0;
}
.muser-info small {
  color: #545d7a;
}


.mtable {
  width:100%;
  margin: 5px;
  font-size: 13px;
}


.mhr {
  display: block;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width:100%;
}