@media (max-width: 955px) {
    #large-custom-wrapper {
        width: 100vw !important;
    }
    .container {
        width:100%;
    }
    .card-body {
      /* padding:15pt; */
      width:100%;
      min-height:40px;
      text-align: center;
      margin-left: 0px !important;
    }
    #marginleft {
        margin-left: 1%;
    }
}
@media (min-width: 955px) {
    #large-custom-wrapper {
        width: 955px !important;
        margin-left: -15px !important;
    }
    #maxheight {
        height: 80px;
    }
}
@media (min-width: 1200px) {
    #large-custom-wrapper {
        width: 1200px !important;
        margin-left: -130px !important;
    }
}
@media (min-width: 1440px) {
    #large-custom-wrapper {
        width: 1440px !important;
        margin-left: -250px !important;
    }
}
md-input-container > .md-errors-spacer {
    min-height: 0;
}


.favoriteCard {
	padding-right: 10px;
	padding-left: 10px;
}

.card {
	margin-top:10px;
	width:100%;
	border:1px solid lightgray;
	box-shadow:1px 1px 10px gray;

}
.card-header {
  padding:15px
  text-align:center;
  width:100%
}
.card-header-image {
  width:100%
}
.card-header-image > img {
  min-width:100%
}
.card-header-icon {
  text-align:center;
  width:100%;
  min-height:50px;
  line-height:100px;
  font-size:50pt;
  padding-top:10px;
}
.card-body {
  /* padding:15pt; */
  width:100%;
  min-height:40px;
  text-align: center;
}
.card-footer-buttons {
  text-align:center;
  /* padding:15px; */

}
.card-divider {
  width:95%;
  border-bottom:1px solid lightgray;
  margin:0px auto;
}

md-divider {
	margin-top:5px;
	margin-bottom:5px;
}

.md-card-image {
	max-height: 250px!important;

}


.highlight {
background: url(/images/highlight.png);
background-repeat: no-repeat;
background-size: 100% 95%;
padding: 8px 0;
}
