  @charset "UTF-8";
/* CSS Document 
REFERENCE component that target TOGGLED LIST COMPONENT on GS Student / Alumni page.
Objective is to display OPEN by default - https://www.sfu.ca/education/mathphd/students-alumni.html
Did not ad the source toggle reference and adjust the CSS to display the target toggle as OPEN */

/* Open/display target toggle CSS */

.newsList tiled toggleContent item22 {display: block;} /*element style*/

.toggleContent {
    padding-left: none; /*CHANGE 2% - remove padding on right of target toggle*/
    border-left: none; /*CHANGE 5px solid #ddd - remove left boder on target toggle */
    display: block; /*CHANGE NONE - display target as OPEN*/
}

/*
ul {
    display: block; /*THIS CSS CHANGES TO NONE
    list-style-type: disc; /*THIS CSS CHNAGES TO NONE
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
*/

/* NOTE:Math PhD has it's own custom CSS /content/dam/sfu/education/educationresponsive/css/PhDStudent.css.*/
