/*
Theme Name:   Foundation-Child
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     FoundationPress-master
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  foundation-child
*/

/* Write here your own personal stylesheet */

#table-dynamic-sort td {
    margin-right: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

#table-dynamic-sort .column-location {
    width: calc(100%/4); }
#table-dynamic-sort .column-location:last-child {
    width: 140px; }

ol.show-numbers{
	list-style: number!important;
    padding-left: 22px!important;
}
