/*--------------------------------------------------------------
PUT YOUR CUSTOM STYLES BELOW
----------------------------------------------------------------*/

/* Writing center */
.wc-menu ul{
    list-style-type:none;
    display:grid;
    grid-template-columns: repeat(6, 1fr);
}

.wc-menu li{
   /* grid-column:span 2;*/
    place-content:center;
	text-align:center;
}

     /* 2nd row has two items
	.wc-menu li:nth-child(4),
    .wc-menu li:nth-child(5){
        grid-column: span 3;
    } */

.list_cards_univBlue li:first-child {
    display: none !important;
}

.box5_gray a #box5 {
	text-decoration: underline !important;
}
/* End of Writing center */

