/**
 * 1/17/19
 * Chris M
 * Post Deployment styling
 */


.fsPostElement article .fsTitle {
    margin-bottom: 5px;
}

.fsPostElement article .fsSummary {

padding-top:5px;

}

ul.fsToolsList.fsStyleSelectList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}



.fsStyleSelectList li {
    flex-basis: 33.33%;
}


/* End Section */