/*
Project: 15-16_18
Activity: 2 - Introducing key terms
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(23, 190, 187, 1) , Secondary Colour: rgba(240, 166, 202, 1)
*/

.table {
  margin: 0;
}

.table>tbody>tr>td {
  border: none;
  padding: 4px 8px;
}

.collapse.in {
  display: inline;
}

.eye-container {
  width: 28px;
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}