/*
Theme Name: UT Law Energy Center Theme
Description: Theme for UT Law Energy Center. Child theme of UT Law Funsize WordPress Theme.
Version: 1.0.2
Author: Adam S. Norwood & Austin J. Reilly
Template: utlaw-wordpress-funsize
*/

@import url("../utlaw-wordpress-funsize/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

/* --------------------------------------------------------------

From layout/_layout-sidewide.scss
.single-advisory_board main {
    @include span-columns(12);
}
-------------------------------------------------------------- */

.single-advisory_board main {
    display: block;
    float: left;
    margin-right: 4.65729%;
    width: 100%;
}

.single-advisory_board main:last-child {
    margin-right: 0;
}