﻿#site_top_bar {
    width: 100%;

}

body{
     font-family: Arial, Helvetica, sans-serif;
   
}

#cts_point_list_table{
    width: 100%;
    text-align: center;

}

#cts_point_list_table thead tr th{ 
    padding: 20px;
    border-left: 1px solid #ff8585;
    
}

#cts_point_list_table tbody tr td{
    padding: 15px;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

#map_overlay{ 
display:none;
}

#map_mode_btn{
    color: #ec222c;
     border-radius: 0px;
     padding: 10px;
     background-color:#fff;
     border: 2px #ec222c solid;
}

#map_mode_btn:hover{
     color: #fff;
    
     
     background-color:#ec222c;
     border: 2px #fff solid;
}

#site_top_bar tr td div { 
    font-size: 20px;
}