.clearfix::after 
    {
    content: "";
    clear: both;
    display: table;
    }

#the_attachment_progress
    {
    display: none;
    }


.MainTables, .SettingsTables, #mapping_settings_table, .UsersSettingsTables
    {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    }
    
#main_table, #mapping_table, .MappingEditInnerTables
    {
    width: 100%;
    }
    
#main_table td, th, #mapping_preview_table td, th
    {
    padding: 8px 15px;
    text-align: center;
    }
    
#mapping_preview_table td
    {
    font-size: 85%;
    }
    
#mapping_preview_table tr:nth-child(odd)
    {
    background: #CCC;
    }
    
/*#main_table tr:nth-child(odd)*/
#main_table tr:nth-child(4n-2), #main_table tr:nth-child(4n-1)
    {
    background: #CCC;
    }
    
#mapping_table td
    {
    padding: 7px;
    }
    
.SettingsTables th, #mapping_settings_table th
    {
    text-align: left;
    }

.SettingsTables td, .SettingsTables th, #mapping_settings_table td, #mapping_settings_table th
    {
    padding: 2px 4px;
    }
        
.SettingsTables tr:nth-child(4n), .SettingsTables tr:nth-child(4n+1)
    {
    background: #CCC;
    }
    
#notes_edit_save_cancel
    {
    padding-top: 20px;
    }


/*
#mapping_settings_table tr:nth-child(5n), #mapping_settings_table tr:nth-child(5n-1), #mapping_settings_table tr:nth-child(5n-2)
    {
    background-color: #CCC;
    }
*/
    
#mapping_settings_table tr:nth-child(6n)
    {
    padding-bottom: 10px;
    }
    
#mapping_settings_table tr:nth-child(3n-2) td
    {
    padding-top: 10px;
    }
    
.ShadedUserEditDiv
    {
    background-color: #CCC;
    }
    
.UserNonEditDiv, .UserEditDiv
    {
    padding: 7px;
    }

#new_user_info_div
    {
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    }
    
a.NotSortedBy i.fas, a.NotSortedBy i.fas
    {
    color: blue;
    }
    
a.SortedBy i.fas, a.SortedBy i.fas
    {
    color: red;
    font-weight: bold;
    }
    
.SecondRow td
    {
    font-size: 80%;
    }
    
    
/********** SETTINGS ***********/
.SettingsTopDiv
    {
    width: 100%;
    }
    
.SettingsHeader
    {
    float: left;
    font-size: 125%;
    color: red;
    font-weight: bold;
    }
    
.SettingsToggle
    {
    float: right;
    font-size: 200%;
    }
    
.SettingsCaret:hover
    {
    cursor: pointer;    
    }
    
.SettingsContent
    {
    display: none;
    }
    
.TaxSpan
    {
    font-weight: bold;
    color: red;
    font-size: 75%;
    text-decoration: italic;
    }
    
    
/*************** SCREEN SIZES ********************/
.MyNavItemsBig
    {
    padding-left: 30px;
    }
    
.MyNavItemsSmall
    {
    padding-bottom: 10px;
    }