/*Sections Template*/
.mkd-row {
  margin: 5% 5% 5% 5%;
    width: 100%;
}

.mkd-row:after {
  content: "";
  display: table;
  clear: both;
}

.mkd-col {
  float: left;
  padding: 10px;
}

.mkd-article {
  width: 70%;
}

.mkd-article-b {
  width: 60%;
}

.mkd-aside-b {
  width: 30%
}

/*Cards Template*/
.mkd-card{
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position : relative;
  border-radius: 10px;
}

.mkd-card-header {
  margin-left: auto;
  margin-right: 0;
}

.mkd-card-header a span {
  margin: 0 4px;
}

.mkdcard-header {
  text-align: center;
    margin-bottom: 5%;
}

.mkd-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-info {
    width: 50%;
    margin-left: 13%;
}
