.map-container {
    width: 100%;
    height: 473px;
    margin: 0 0 30px;
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

#map-canvas label { width: auto; display:inline; }
#map-canvas img { max-width: none; }

.dataTables_paginate {
    text-align: center;
}

#DTable_filter {display: none;}
.dataTables_paginate a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    background:url(../img/pagination.png) no-repeat center right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    line-height: 22px;
    text-align: center;
}

.dataTables_paginate span span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.dataTables_paginate a:hover, .dataTables_paginate a.current {
    background:url(../img/pagination.png) no-repeat center left;
}

.jmap-table-head th {
    background:#ce151c !important;
    color:#FFF;
    padding:10px 15px;
}

.jmap-table-head tr:hover td{
    background:#ce151c !important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
