/*All new CSS entries should go here
Please use initals and date and perhaps a little about why you are adding it!
*/


.disclaimer{font-style: italic;font-size:10px;}

/* For Campus CE */
#CCEContent { margin-top: 62px; }

/* Extra Small Devices */
#CCEContent .categoryColumn {width: 30% !important; min-height:150px;} /* 3 Column */

/* Small Devices */
@media (min-width: 576px) { 
    #CCEContent .categoryColumn {width: 30% !important; min-height:200px;} /* 4 Column */
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #CCEContent .categoryColumn {width: 18% !important; min-height:190px;} /* 5 Column */
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #CCEContent  .categoryColumn {width: 18% !important; min-height:220px;} /* 5 Column */
}