
@media screen and (min-width: 768px) {
    .custom-class {
        width: 70%; /* either % (e.g. 60%) or px (400px) */
    }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.slide_subtitle {
	background: #006200;
	color: #fafafa;
	text-transform: uppercase;
}

.center {
    text-align: center;
    padding-left:25px;
    padding-right:25px;
}

.right {
    padding-right:0px;
    padding-left: auto;

}

.goods-data td.compare-info,
.goods-data td.compare-item {
    width: 250px;
	padding: 5px;
    vertical-align: top;
}

/* Blockquote Box */
.quote-v1 {
  background: #7C858E;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}
.quote-v1 a {
  margin: 5px;
  display: inline-block;
}
.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block;
}
.quote-v1 a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;
  text-decoration: none;
  border: solid 1px #fff;
  background: none;
}
.quote-v1 a.btn-transparent:hover {
  background: #E02222;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.quote-v1 a.btn-transparent i {
	margin-right: 10px;
}

.studentCheckbox {
    list-style-type: none;
}

.studentCheckbox li {
    text-align: left;
}


.ms-container{
  width: 550px;
}

.ms-container .ms-list{
  height: 400px;
}

.glyph-red {
    color: #ff0000;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 75%;
    padding-top: 8px;
}

.label {
    text-align: left;
}

.pricingHeader {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.pricingSectionHeader {
    color: #000;
    font-size: 20px;
    font-weight: 300;
}