﻿/*

    This file is for fixes that are not minifiable.

*/

@media (max-width:768px)
{
        dl.meetings-table-legend dd:after {
            /* http://stackoverflow.com/questions/4609279/css-to-line-break-before-after-a-particular-inline-block-item#4609491 */
            content:"\A"; white-space:pre; /* adds new line to each inline block and then breaks at new lines */
        }
}

