.columns
    {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    }

.column
    {
    width: 33.33%;
    }

.double-wide.column
    {
    width: 66.66%;
    }

.table
    {
    font-size: medium;
    }

.text
    {
    font-size: larger;
    /*height: auto;*/
    }

.center_column
    {
    width: 33%;
    }

.mobile_only
    {
    display: none;
    }

.desktop_only
    {
    display: block;
    }

#tour_nav
    {
    margin-right: 1%;
    width: 32.3%;
    }

.quarter_column
    {
    width: 25%;
    }

.two_column_only
    {
    display: none;
    }

.split
    {
    float:left;
    width: 50%;
    }

.non_desktop
    {
    display: none;
    }

.tablet_only
    {
    display:none;
    }

#left_navbar
    {
    padding-top: 3em;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    border-bottom: 0;
    }

#page_title
    {
    margin-left: 251px;
    padding-top: 3.5em;
    }

#main_content
    {
    margin-left: 251px;
    }

#nav_bar
    {
    display: block;
    }

