a.span_g1 {
    text-decoration: underline !important;
    color : #006157;
}
.table>thead:first-child>tr:first-child>th:nth-child(2) {
    text-align: center;
}
.table_right>tbody>tr>td:nth-child(2) {
    text-align: right;
}
.table_right>tbody>tr>td:nth-child(3) {
    text-align: right;
}

.links2 .list-group {
    margin-left:20px;
}
.links2 ul a {
    color: #057770;
    text-decoration: underline !important;
}


.property-block ul a {
    color: #057770;
    text-decoration: underline !important;
    margin-top:4px
}

.ngv1 {
    cursor: pointer;
    color: #057770;
    text-decoration: underline !important;
}


.findmy-main-container span {
    cursor: pointer;
    font-family: "Geogrotesque";
    color: #e4e9e9;
    background-color: #0B6056;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
    max-width: 90%;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.33);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
}


.findmy-main-container span:hover {
    background-color: #6ec9c3;
    -webkit-transition: .4s all
ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all
ease;
}


.navbar-default .navbar-nav>li.blue>span{
        position: relative;
    display: block;
    cursor: pointer;
        color: #fff;
        background-color: #0B6056;
        padding: 10px 35px;
        -webkit-transition: .4s all
    ease;
        -moz-transition: .4s all ease;
        -ms-transition: .4s all ease;
        -o-transition: .4s all ease;
        transition: .4s all ease;
   
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    text-decoration: none;

        line-height: 20px;


}
}

.navbar-default .navbar-nav>li.blue:hover>span {
    background-color: #6ec9c3;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
}

