div.gfg {
    margin: 0px;
    padding: 5px;
    width: 100%;
    height: 570px;
    overflow: auto;
    text-align: justify;
}

#propertyMap {
    height: 600px;
    width: 100%;
}

#tblresponsive {
    //width: 100%;
    //height: 500px;
    //color: gray;
    //border-color: 1px solid gray !important;
}

#tr {
    //height: 40px;
    //text-align: center;
}

.star {
    visibility: hidden;
    font-size: 50px;
    cursor: pointer;
    color: yellow;
    margin-left: 5px;
}

.star:before {
    content: "\2606";
    position: absolute;
    visibility: visible;
}

.star:checked:before {
    content: "\2605";
    position: absolute;
}

* {
    box-sizing: border-box;
}

#linebtn {
    margin-top: 30px;
}

.star-rating input {
    display: none;
}


/*.star-rating label {

  color:#ccc;

  cursor:pointer;

}*/

.star-rating :checked~label {
    color: #f90;
}

#startrate {
    float: right;
}

.address-area {
    height: 38px;
    overflow: hidden;
    font-size: 11px;
    line-height: 18px;
}

body {
    overflow-x: hidden;
    user-select: none;
}

html {
    scroll-behavior: smooth;
}

#all {
    width: 100%;
    /*centers the website*/
}

#bar {
    width: 100%;
}

#review {
    margin-top: 10px;
    width: 80px !important;
    padding: 5px 0px !important;
    line-height: 20px;
    text-align: center;
    float: right;
    font-size: 12px !important;
    height: 30px !important;
}

#all-review {
    margin-top: 10px;
    width: 90px !important;
    padding: 5px 0px !important;
    line-height: 20px;
    text-align: center;
    float: right;
    font-size: 12px !important;
    height: 30px !important;
}

.comment-area {
    height: 100px;
    overflow: hidden;
}

.like-show {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 23px!important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th,
td {
    text-align: left;
    padding: 1px 15px;
    font-family: Arial, sans-serif;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}