	.hills-label {
            font-weight: bold;
            display: block;
            margin: 18px 0 12px 0;
        }
        .hills-input-group {
            border: solid 1px #ccc;
            border-radius:5px;
            display: flex;
        }
        .hills-input-group span {
            display: block;
            background: #eee;
            padding: 8px 16px;
        }
        .hills-input-group span:first-of-type {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .hills-input {
            border:none;
            width:100%;
            padding: 8px;
            border-radius:5px;
        }
        .hills-input:read-only {
            background:#fbfbfb;
        }
        .hills-button-group {
            
            display: inline-block;
            
        }
        .hills-button-group button { 
            float:left;
            text-align: center;
            padding:6px 16px;
            border: solid 1px #ccc;
            border-right:none;
            background: #eee;
            color:#222;
            font-weight:normal;
            font-size:100%;
            border-radius:0;
            margin:0;
        }
        .hills-button-group button:hover { 
            background:#fff;
            color:#000;
        }
        .hills-button-group button:focus { 
            outline: none;
        }
        .hills-button-group:after {
            content: "";
            display: table;
            clear: both;
        }
        .hills-button-group button:first-of-type {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .hills-button-group button:last-of-type {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border-right: solid 1px #ccc;
        }
        .hills-button-group button.active {
            background: #fff;
            color:#222;
        }
        .hills-garbage-group span {
            display: block;
            padding:12px 16px;
            border: solid 1px #ccc;
            border-bottom:none;
            background: #f4f4f4;
        }
        .hills-garbage-group span:first-of-type {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
        .hills-garbage-group span:last-of-type {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-bottom: solid 1px #ccc;
        }
        .hills-garbage-picture {
            padding:8px 16px;
            border: solid 1px #ccc;
            border-radius:5px;
            text-align: center;
            width:100%;
        }
        .hills-garbage-picture img {
            max-width:100%;
        }
        .hills-garbage-group:after {
            content: "";
            display: table;
            clear: both;
        }
        .hills-garbage-group span:hover {
            background:#fbfbfb;
            cursor:pointer;
        }
        .hills-garbage-group span.active {
            background: #fff;
        }
        .hills-estimate {
            color:#0670B8;
            border: solid 1px #ccc;
            margin:20px 0;
            border-radius:5px;
            background:#fff;
            text-align: center;
            line-height: 250%;
            font-weight: bold;
            letter-spacing: 1.3px
        }
        .hills-estimate span {
            display: inline-block;
            padding:0 16px;
            background: #fbfbfb;
            border-right: solid 1px #ccc;
            border-top-left-radius:5px;
            border-bottom-left-radius:5px;
            float:left;
            font-weight: normal;
            color:#333;
            letter-spacing: 0px;
        }
        .hills-estimate:after {
            content: "";
            display: table;
            clear: both;
        }
        .hills-info-box {
            background:#E5F4FF;
            padding:12px;
            margin:20px 0;
            border-radius:5px;
        }
        .hills-service-count {
            text-align: center;
            line-height: 200%;
            color:#555;
            margin-top:10px;
            max-width: 200px;
            margin-left:auto;
            margin-right:auto;
        }
        .hills-service-count button {
            background:none;
            color:#777;
            margin:0;
            border-radius: 50%;
            padding:3px;
        }
        .hills-service-count button:first-of-type {
            float:left;
        }
        .hills-service-count button:last-of-type {
            float:right;
        }
        .hills-service-count button:hover,.hills-service-count button:focus-within {
            background:none;
            color:#777;
        }
        .hills-service-count button:focus {
            outline: none;
        }
        .hills-service-count button:active {
            color:#0670B8;
            background: #ccc;
        }
        .hills-service-count:after {
            content: "";
            display: table;
            clear: both;
        }
        @media only screen and (max-width: 480px) {
            .hills-button-group button {
                float:none;
                width:100%;
                border: solid 1px #ccc;
                border-bottom:none;
                text-align: left;
            }
            .hills-button-group button:first-of-type {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }
            .hills-button-group button:last-of-type {
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                border-bottom: solid 1px #ccc;
            }
            
        }
        @media only screen and (max-width: 767px) {
            .hills-garbage-picture {
                margin-bottom:10px;
            }
            .hills-service-count {
                margin-bottom:10px;
            }
        }