/* Map */
#c451995 #container {
    margin-bottom: 10px;
}
#info-box {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    font-size: 11px;
    font-family: arial;
    padding: 2px 4px;
   display:none;
}
.gmnoprint {cursor:pointer;}
.list-block .list-text a {
    color: #0D6CAC;
}
.list-block {margin-bottom:20px !important; width: 400px;}
.list-block .list-text h3 {
    color: #0D6CAC;
    margin: 18px 0px 5px 0px;
    font-weight: normal;
}
.list-block .list-more a {
    color: #0D6CAC;
}
.list-block .list-image img {
    margin-right: 10px !important; 
}
.list-block .list-text p {
    margin: 4px 0px 10px 0px !important;
}
.list-block .my-type {
    margin-top: 0px !important;
    font-size: 13px;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 4px;
    color: #a2a2a2;
    margin-bottom: -14px;
    text-transform: uppercase;
}
/* Category Filter */
#filter-option-id option {
    padding: 5px !important;
}
/* Table */
#torg_wrapper {
  border-bottom: 5px solid #0d6cac;
}
#torg_wrapper thead  {
  background-color: #0d6cac;
  color: rgb(255, 255, 255);
}
#torg_wrapper tbody  {
  text-align: left;
  vertical-align: text-top;
}
#torg_wrapper tbody td {
    border-right: 1px solid;
    border-bottom: 1px solid;
}
#torg_wrapper tbody td:nth-child(1) {
    border-left: 1px solid;
}
#torg_paginate {
    margin-bottom: 5px;
    margin-top: 4px;
}

/* Map Details */
.listMapDetail .itemImage {
  float: left;
}
.listMapDetail .itemImage {
  margin-right: 20px;
}
.listMapDetail .itemDate {
  margin-bottom: 5px;
}

