/*
Project: 16-17_2.36c
Activity: Introducing Key Terms
Author: Richy Thomas
*/

.item {
  border-radius: 4px;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 1em .5em;
}

.itemTitle {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.showHideObject {
  font-size: 1.2em;
  line-height: 1.4em;
  visibility: hidden;
}

.showHideBtn {
  float: right;
}


/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}

/* Print */
@media print {


}