.container
    {
    height: 100%;
    }
    
#table_div_table
    {
    width: 100%;
    }

#table_div_table td
    {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 3px;
    text-align: center;
    }
    
.MarkersWithLabelsClass, .TransitionMarkersWithLabelsClass 
    {
    color: black;
    background-color: rgba(255,255,255,0.75);
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    text-align: center;
    /*width: 10px;*/
    border: 1px solid black;
    padding: 2px;     
    white-space: nowrap;
    }

.TransitionMarkersWithLabelsClass
    {
    color: white;
    background-color: rgba(255,0,0,0.75);
    }
   
#table_div
    {
    overflow-y: auto;
    overflow-x: auto;
    }
    
#pref_table td
    {
    padding: 3px 8px;
    }

.PrefLargeHeader
    {
    font-size: 135%;
    text-align: left;
    font-weight: bold;
    }
    
.PrefHeader
    {
    font-weight: bold
    }
    
.SaveInput
    {
    width: 75%;
    }
    
.jsPanel-btn-small, .jsPanel-btn-smallrev
    {
    margin-right: 20px;
    }

.ButtonWrapper, .ButtonWrapperLeft
    {
    opacity: 0.6;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    }
    
.BlackGlyph
    {
    font-size: 200%;
    color: black;
    text-decoration: none;
    }
    
#zoom_to_me_img
    {
    opacity: 0.5;
    }
    
.ButtonWrapper:hover, .ButtonWrapperLeft:hover, #add_style_selector:hover, #map_control_selector:hover, #zoom_to_me_img:hover, #route_name_div:hover
    {
    text-decoration: none;
    opacity: 1.0;
    }
    
#add_style_selector, #map_control_selector, #route_name_div
    {
    font-size: 110%;
    opacity: 0.5;
    }
    
@media (max-width: 767px)
    {
    .BlackGlyph
        {
        font-size: 150%;
        }
    #add_style_selector
        {
        font-size: 100%;
        opacity: 0.5;
        }
    }
    
#import_icon, #file_icon, #clear_icon, #help_icon, #map_control_div, #contact_icon, #add_icon, #move_icon, #delete_icon
    {
    top: 10px;
    position: absolute;
    z-index: 103;
    display: none;
    width: 66px;
    }
    

.CurrentFunction div
    {
    color: red;
    }
    
.container, .row, .col-xs-12
    {
    padding: 0px;
    margin: 0px;
    }
    
.ElevLoss
    {
    color: red;
    }
    
.NoWrap
    {
    white-space: nowrap;
    }
    
.Clickable
    {
    cursor: pointer;
    cursor: hand;
    }
    
.ShowHideTD a
    {
    color: black;
    text-decoration: none;
    outline: none;
    }
    
.ShowHideTD a:hover
    {
    text-decoration: none;
    outline: none;
    }
    
.BottomRow td
    {
    border-bottom: 1px solid black;
    }

.TransitionRow
    {
    background-color: rgba(255,0,0,0.1);
    }

.SecondRow td
    {
    border-top: 0px !important;
    }
    
#YourPositionWrapper 
    {
    font-size: 115%;
    text-align: center;
    }
    
#YourPositionHeader 
    {
    font-weight: bold;
    padding-bottom: 5px;
    }
    
#YourPositionDisclaimer 
    {
    font-style: italic;
    font-size: 90%;
    padding-top: 5px;
    }    
    
#email_form input
    {
    width: 50%;
    }
    
.TravelIcons
    {
    width: 25px;
    }
    
.TravelIcons img
    {
    width: 100%;
    min-width: 25px;
    }
    
.FasterSlowerButtons
    {
    padding: 0px 5px;
    }    
    
.PointNote
    {
    width: 90%;
    }
    
.TrashIcon
    {
    color: red;
    }
    
.SmallCaps
    {
    font-variant: small-caps;
    }
    
.InfoWindowNotes
    {
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 90%;
    padding: 5px;
    border: 1px solid red;
    margin-top: 5px;
    }
    
.InfoWindowHeader
    {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    }
    
#members_only_modal_title_id
    {
    color: red;
    }
    
#map_ad
    {
    width: 468px;
    height: 90px;
    position: absolute;
    z-index: 300;
    }
    
.TableHeaderTitle
    {
    cursor:help;
    }
    
.RidgelineDiv
    {    
    font-weight: bold;
    color: #d9534f;
    padding: 5px;
    border: 1px solid #d9534f;
    margin: 10px 10px 15px 10px;
    }
    
#editor_div
    {
    position: absolute;
    top: 20px;
    left: 300px;
    background-color: rgba(255,255,255,0.5);
    padding: 15px;
    z-index: 999;
    max-width: 500px;
    width: 100%;
    border-radius: 25px;
    }
    
#editor_div:hover
    {
    background-color: rgba(255,255,255,1.0);
    }

#slider_range
    {
    margin: 10px 20px;
    }
    
#help_div_icon
    {
    font-size: 200%;
    color: blue;    
    }
