.compare-property-labels {
    div {
        &.prices {
            // height: 80px;
        }

        &:last-child {
            border-bottom: 0px;
        }

        margin: 10px;
        border-bottom: 1px solid $gray-color;
        text-align: right;
        padding: 10px 0px;

    }
}

.compare-property-values {
    div {
        &.prices {
            // height: 80px;
        }

        &.price {
            border-radius: 0 !important;
            border: 0;
            margin: 0px !important;
            padding: 0px !important;
            text-align: center;
        }

        &:last-child {
            border-bottom: 0px;
        }

        margin: 10px;
        border-bottom: 1px solid $gray-color;
        text-align: center;
        padding: 10px;
    }
}

a.addPropertyToCompare {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;

    &.icon {
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }

    &.selected {
        background-color: $theme-color2;
        border-radius: 20px;
        color: $white-color;
    }
}

a.addPropertyToFavorites {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;

    &:hover {
        color: $theme-color3;
    }

    &.icon {
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }

    &.selected {
        background-color: $theme-color3;
        border-radius: 20px;
        color: $white-color;
    }
}