/*
 * productionMode.css
 *
 * Filetype: Portal dependancie.
 * 
 * This CSS file gets included in the public part of the website.
 * Any styles that will conflict with designMode.css styles placed
 * in for example generic.css or any other CSS files loaded and used
 * by the dashboard should be placed in this file.
 *
 */

.portal-layouts-ColumnLayout .portal-layouts-ColumnLayout-column {
    float: left;
}
table tr td:last-child {
    padding-right: 20px;
}