  .mm-button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 0px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
  color: #222;
  font-size: 20px;
  cursor: pointer;
  font-family: "mr-eaves-xl-sans",sans-serif;
}


.mm-button:hover {
  background-color: #8CF;
  text-decoration:underline;
  color: #222;
}

.mm-button:active,
.mm-button.is-checked {
  background-color: #28F;
}

.mm-button.is-checked {
  color: white;
  text-decoration:underline;
}

.mm-button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.mm-button-group:after {
  content: '';
  display: block;
  clear: both;
}

.mm-button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.mm-button-group .mm-button:first-child { border-radius: 0; }
.mm-button-group .mm-button:last-child { border-radius: 0; }

.mm-button.button-end {
  margin-right:20px;
}
.mm-button.button-major {
  background: #000;
  color: #fff;
}
.mm-button.button-minor {
  background: #444;
  color: #fff;
}
.mm-button.button-sas {
	background:#777;
	color:#fff;
}

/* ---- isotope ---- */

.mm-grid {
  border: 1px solid #fff;
}

/* clear fix */
.mm-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 205px;
  height: 125px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #fff;
  display:block;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.concentration-item > * {
  margin: 0;
  padding: 0;
}
/*
.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}
*/

.element-item .name {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom:10px;
}

.element-item .name a {
  color: #ffffff;
  text-decoration:none;
}

.element-item .name a:hover {
  color: #ffffff;
  text-decoration:underline;
}

.element-item .degree-type {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display:block;
}
.element-item .major {
	background-color:#000;
	color:#fff;
	padding:2px 4px;
	display:inline;
	font-size:14px;
}
.element-item .minor {
	background-color:#444;
	color:#fff;
	padding:2px 4px;
	display:inline;
	font-size:14px;
}
.element-item .sas {
	background-color:#777;
	color:#fff;
	padding:2px 4px;
	display:inline;
	font-size:14px;
}

.element-item .link {

  font-size: 16px;
  color:#fff;
}
.element-item .link a {
  font-size: 16px;
  color:#fff;
}
.element-item .link a:hover {
  font-size: 16px;
  color:#ffffcc;
}

/*
.element-item.arts          { background: #0d004c; }
.element-item.languages      { background: #0c7a33; }
.element-item.social-sciences        { background: #005826; }
.element-item.sciences        { background: #005b7f; }
.element-item.humanities         { background: #7a0026; }
*/