@media print {
    .ntgeo-parent img{
        max-width: none !important;
    }
    a[href]:after {
        content: "";
    }
    abbr[title]:after {
        content: "";
    }
}

 span.oneword {
    white-space: nowrap;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.modal-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    /* this width is your loading img's width */
    width: 100px;
    /* please change the margin-top and margin-left here
     * make sure the margin-top equals 1/2 loading img's height
     * and the margin-left equals 1/2 loading img's width */
    margin: -50px 0 0 -25px;
}

.table>tbody>tr:nth-child(1)>td {
    border-top: none;
}

.table-verticalall>tbody>tr:nth-child(1)>td {
    border-top: 1px solid #ddd;
}
.table-verticalall>tbody>tr>td:nth-child(1) {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.table-verticalall>tbody>tr>td {
    border-right: 1px solid #ddd;
}
.table-verticalinner>tbody>tr>td {
    border-top: none!important;
}
.table-verticalinner>tbody>tr>td:nth-child(1) {
    border-left: none;
}
.table-verticalinner>tbody>tr>td {
    border-left: 1px solid #ddd;
}
.table-striped .table-style-body .table-style-record:nth-child(odd) .table-style-cell {
    background-color: #f9f9f9
}
.table-verticalall .table-style-record:nth-child(1) {
    border-top: 1px solid #ddd;
}
.table-verticalall .table-style-record {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table-verticalinner .table-style-record .table-style-cell {
    border-top: none!important;
}
.table-verticalinner .table-style-record .table-style-cell:nth-child(1) {
    border-left: none;
}
.table-verticalinner .table-style-record .table-style-cell {
    border-left: 1px solid #ddd;
}

.table-no-margin-bottom {
    margin-bottom: 0px;
}

.td-right {
    text-align: right;
}

.sns-list>.list-inline>li {
    padding-right: 0!important;
    padding-left: 0!important;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.infowindow-wrap {
    width: 240px;
    white-space: normal;
}
